-
- Downloads
ARI: Add method to create a new channel.
This adds a new ARI method to the channels resource that allows for the creation of a new channel. The channel is created and then placed into the specified Stasis application. This is different from the existing originate method that creates a channel, dials it, and then places the answered channel into the dialplan or a Stasis application. This method does not attempt to call the channel at all. Dialing is left as a later step after channel creation. This allows for pre-dialing channel manipulation if desired. ASTERISK-25889 Change-Id: I3c96a0aba914b08e39f6256371a5bd4c92cbded8
Showing
- CHANGES 8 additions, 0 deletionsCHANGES
- res/ari/resource_channels.c 109 additions, 0 deletionsres/ari/resource_channels.c
- res/ari/resource_channels.h 34 additions, 0 deletionsres/ari/resource_channels.h
- res/res_ari_channels.c 136 additions, 2 deletionsres/res_ari_channels.c
- rest-api/api-docs/channels.json 62 additions, 0 deletionsrest-api/api-docs/channels.json
Loading
Please register or sign in to comment