]> git.ipfire.org Git - thirdparty/asterisk.git/commit
chan_pjsip: add a new function PJSIP_DTMF_MODE
authorTorrey Searle <torrey@voxbone.com>
Mon, 26 Jun 2017 12:52:52 +0000 (14:52 +0200)
committerGeorge Joseph <gjoseph@digium.com>
Tue, 1 Aug 2017 21:43:51 +0000 (15:43 -0600)
commit423d01cf162224ac9316ea0beaaada9cd4c162bb
treef519158effe614c4d16b5039648595d8eef28460
parentc16000f201520b398cfaaaeeff74da171fa3a2ee
chan_pjsip: add a new function PJSIP_DTMF_MODE

This function is a replica of SIPDtmfMode, allowing the DTMF mode of a
PJSIP call to be modified on a per-call basis

ASTERISK-27085 #close

Change-Id: I20eef5da3e5d1d3e58b304416bc79683f87e7612
CHANGES
channels/chan_pjsip.c
channels/pjsip/dialplan_functions.c
channels/pjsip/include/dialplan_functions.h
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_session.h
res/res_pjsip.c
res/res_pjsip/pjsip_configuration.c
res/res_pjsip_sdp_rtp.c
res/res_pjsip_session.c