Allow support for early media on AMI originates and call files.
This is based on the work done by Olle Johansson on review board. The idea is that the channel specified in an AMI originate or call file is typically not connected to the outgoing extension until the channel has been answered. With this change, an EarlyMedia header can be specified for AMI originates and an early_media option can be specified in call files. With this option set, once early media is received on a channel, it will be connected with the outgoing extension. (closes issue ASTERISK-18644) Reported by Olle Johansson Review: https://reviewboard.asterisk.org/r/1472 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@370951 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- apps/app_originate.c 1 addition, 1 deletionapps/app_originate.c
- include/asterisk/channel.h 1 addition, 0 deletionsinclude/asterisk/channel.h
- include/asterisk/pbx.h 1 addition, 1 deletioninclude/asterisk/pbx.h
- main/channel.c 7 additions, 1 deletionmain/channel.c
- main/manager.c 12 additions, 2 deletionsmain/manager.c
- main/pbx.c 16 additions, 4 deletionsmain/pbx.c
- pbx/pbx_spool.c 6 additions, 1 deletionpbx/pbx_spool.c
- res/res_clioriginate.c 1 addition, 1 deletionres/res_clioriginate.c
Loading
Please register or sign in to comment