Displaying 1 result from an estimated 1 matches for "ast_sip_dtmf_inband".
2015 Jan 17
1
Fwd: Asterisk pjsip auto dtmf mode
...eam, &codecs, session_media);
In res/res_pjsip_session.c (Just activated DSP also on RFC dtmf mode - I
didn't find a way to test the rtp instance dtmf settiings because
session_media pointer is not there. Any advice for doing so would be
appreciated):
1062:
if (endpoint->dtmf == AST_SIP_DTMF_INBAND || endpoint->dtmf ==
AST_SIP_DTMF_RFC_4733) {
dsp_features |= DSP_FEATURE_DIGIT_DETECT;
}
In channels/chan_pjsip.c (1 change similar to the above, and 2 more changes
to send inband dtmf when rtp instance dtmf settings is inband)
543:
if (session->endpoint->d...