...
Method | Path<br>h5. Parameters are case-sensitive | Return Model | Summary |
---|
GET | List all active channels in Asterisk. | ||
POST | Create a new channel (originate). | ||
POST | Create channel. | ||
GET | Channel details. | ||
POST | Create a new channel (originate with id). | ||
DELETE | void | Delete (i.e. hangup) a channel. | |
POST | void | Exit application; continue execution in the dialplan. | |
POST | void | Move the channel from one Stasis application to another. | |
POST | void | Redirect the channel to a different location. | |
POST | void | Answer a channel. | |
POST | void | Indicate ringing to a channel. | |
DELETE | void | Stop ringing indication on a channel if locally generated. | |
POST | void | Send provided DTMF to a given channel. | |
POST | void | Mute a channel. | |
DELETE | void | Unmute a channel. | |
POST | void | Hold a channel. | |
DELETE | void | Remove a channel from hold. | |
POST | void | Play music on hold to a channel. | |
DELETE | void | Stop playing music on hold to a channel. | |
POST | void | Play silence to a channel. | |
DELETE | void | Stop playing silence to a channel. | |
POST | Start playback of media. | ||
POST | Start playback of media and specify the playbackId. | ||
POST | Start a recording. | ||
GET | Get the value of a channel variable or function. | ||
POST | void | Set the value of a channel variable or function. | |
POST | Start snooping. | ||
POST | Start snooping. | ||
POST | void | Dial a created channel. | |
GET | RTP stats on a channel. | ||
POST | Start an External Media session. |
...