-
- Downloads
res_ari_channels: Add ring operation, dtmf operation, hangup reasons, and tweak early media.
The ring operation sends ringing to the specified channel it is invoked on. The dtmf operation can be used to send DTMF digits to the specified channel of a specific length with a wait time in between. Finally hangup reasons allow you to specify why a channel is being hung up (busy, congestion). Early media behavior has also been tweaked slightly. When playing media to a channel it will no longer automatically answer. If it has not been answered a progress indication is sent instead. (closes issue ASTERISK-22701) Reported by: Matt Jordan Review: https://reviewboard.asterisk.org/r/2916/ ........ Merged revisions 402358 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@402359 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- include/asterisk/stasis_app.h 25 additions, 0 deletionsinclude/asterisk/stasis_app.h
- res/ari/resource_channels.c 53 additions, 0 deletionsres/ari/resource_channels.c
- res/ari/resource_channels.h 38 additions, 0 deletionsres/ari/resource_channels.h
- res/res_ari_channels.c 162 additions, 2 deletionsres/res_ari_channels.c
- res/res_stasis_playback.c 1 addition, 1 deletionres/res_stasis_playback.c
- res/stasis/control.c 61 additions, 0 deletionsres/stasis/control.c
- rest-api/api-docs/channels.json 133 additions, 0 deletionsrest-api/api-docs/channels.json
Loading
Please register or sign in to comment