...
Method | Path<br>h5. Parameters are case-sensitive | Return Model | Summary |
---|
GET | List all active bridges in Asterisk. | ||
POST | Create a new bridge. | ||
POST | Create a new bridge or updates an existing one. | ||
GET | Get bridge details. | ||
DELETE | void | Shut down a bridge. | |
POST | void | Add a channel to a bridge. | |
POST | void | Remove a channel from a bridge. | |
POST | 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 | 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 | void | Play music on hold to a bridge or change the MOH class that is playing. | |
DELETE | void | Stop playing music on hold to a bridge. | |
POST | Start playback of media on a bridge. | ||
POST | Start playback of media on a bridge. | ||
POST | 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.
...