-
- Downloads
ARI: Add method to Dial a created channel.
This adds a new ARI method that allows for you to dial a channel that you previously created in ARI. By combining this with the create method for channels, it allows for a workflow where a channel can be created, manipulated, and then dialed. The channel is under control of the ARI application during all stages of the Dial and can even be manipulated based on channel state changes observed within an ARI application. The overarching goal for this is to eventually be able to add a dialed channel to a Stasis bridge earlier than the "Up" state. However, at the moment more work is needed in the Dial and Bridge APIs in order to facilitate that. ASTERISK-25889 #close Change-Id: Ic6c399c791e66c4aa52454222fe4f8b02483a205
Showing
- CHANGES 3 additions, 0 deletionsCHANGES
- include/asterisk/stasis_app.h 14 additions, 17 deletionsinclude/asterisk/stasis_app.h
- res/ari/resource_channels.c 68 additions, 0 deletionsres/ari/resource_channels.c
- res/ari/resource_channels.h 28 additions, 0 deletionsres/ari/resource_channels.h
- res/res_ari_channels.c 116 additions, 2 deletionsres/res_ari_channels.c
- res/res_stasis.c 4 additions, 2 deletionsres/res_stasis.c
- res/stasis/control.c 85 additions, 83 deletionsres/stasis/control.c
- rest-api/api-docs/channels.json 53 additions, 0 deletionsrest-api/api-docs/channels.json
Loading
Please register or sign in to comment