Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update to GIT-13-13.15.0-rc1-2797-ga2ed7f2

...

Method

Path<br>h5. Parameters are case-sensitive

Return Model

Summary

GET

/bridges

List[Bridge]

List all active bridges in Asterisk.

POST

/bridges

Bridge

Create a new bridge.

POST

/bridges/{bridgeId}

Bridge

Create a new bridge or updates an existing one.

GET

/bridges/{bridgeId}

Bridge

Get bridge details.

DELETE

/bridges/{bridgeId}

void

Shut down a bridge.

POST

/bridges/{bridgeId}/addChannel

void

Add a channel to a bridge.

POST

/bridges/{bridgeId}/removeChannel

void

Remove a channel from a bridge.

POST

/bridges/{bridgeId}/videoSource/{channelId}

void

Set a channel as the video source in a multi-party mixing bridge. This operation has no effect on bridges with two or fewer participants.

DELETE

/bridges/{bridgeId}/videoSource

void

Removes any explicit video source in a multi-party mixing bridge. This operation has no effect on bridges with two or fewer participants. When no explicit video source is set, talk detection will be used to determine the active video stream.

POST

/bridges/{bridgeId}/moh

void

Play music on hold to a bridge or change the MOH class that is playing.

DELETE

/bridges/{bridgeId}/moh

void

Stop playing music on hold to a bridge.

POST

/bridges/{bridgeId}/play

Playback

Start playback of media on a bridge.

POST

/bridges/{bridgeId}/play/{playbackId}

Playback

Start playback of media on a bridge.

POST

/bridges/{bridgeId}/record

LiveRecording

Start a recording.

...

  • type: string - Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_single).
  • bridgeId: string - Unique ID to give to the bridge being created.
  • name: string - Name to give to the bridge being created.

...

  • type: string - Comma separated list of bridge type attributes (mixing, holding, dtmf_events, proxy_media, video_single) to set.
  • name: string - Set the name of the bridge.

...