]> git.ipfire.org Git - thirdparty/asterisk.git/commit
res_pjsip: Add DTMF INFO Failback mode
authorTorrey Searle <torrey@voxbone.com>
Thu, 15 Jun 2017 08:12:41 +0000 (10:12 +0200)
committerTorrey Searle <torrey@voxbone.com>
Fri, 23 Jun 2017 07:15:24 +0000 (09:15 +0200)
commit9fbc34d2bd5393d93d8b3b3a8c6daa895c2e9633
tree28c332eeb881a031c5f086dbafad426792ae74a3
parent764d04fa8705d9e5c2e7aee8a6f1c774d7d28595
res_pjsip:  Add DTMF INFO Failback mode

The existing auto dtmf mode reverts to inband if 4733 fails to be
negotiated.  This patch adds a new mode auto_info which will
switch to INFO instead of inband if 4733 is not available.

ASTERISK-27066 #close

Change-Id: Id185b11e84afd9191a2f269e8443019047765e91
CHANGES
channels/chan_pjsip.c
contrib/ast-db-manage/config/versions/164abbd708c_add_auto_info_to_endpoint_dtmf_mode.py [new file with mode: 0644]
include/asterisk/res_pjsip.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_sdp_rtp.c