res_pjsip: Add an 'auto' option for DTMF Mode
This patch adds support for automatically detecting the type of DTMF that a PJSIP endpoint supports. When the 'dtmf_mode' endpoint option is set to 'auto', the channel created for an endpoint will attempt to determine if RFC 4733 DTMF is supported. If so, it will use that DTMF type. If not, the DTMF type for the channel will be set to inband. Review: https://reviewboard.asterisk.org/r/4438 ASTERISK-24706 #close Reported by: yaron nahum patches: yaron_patch_3_Feb.diff submitted by yaron nahum (License 6676) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/13@434637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- UPGRADE.txt 5 additions, 0 deletionsUPGRADE.txt
- channels/chan_pjsip.c 18 additions, 1 deletionchannels/chan_pjsip.c
- contrib/ast-db-manage/config/versions/31cd4f4891ec_add_auto_dtmf_mode.py 63 additions, 0 deletions...manage/config/versions/31cd4f4891ec_add_auto_dtmf_mode.py
- include/asterisk/dsp.h 3 additions, 0 deletionsinclude/asterisk/dsp.h
- include/asterisk/res_pjsip.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- main/dsp.c 7 additions, 0 deletionsmain/dsp.c
- res/res_pjsip.c 4 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 4 additions, 0 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_sdp_rtp.c 26 additions, 6 deletionsres/res_pjsip_sdp_rtp.c
- res/res_pjsip_session.c 1 addition, 1 deletionres/res_pjsip_session.c
Loading
Please register or sign in to comment