Displaying 1 result from an estimated 1 matches for "dsp_feature_digit_detect".
2015 Jan 17
1
Fwd: Asterisk pjsip auto dtmf mode
...de - 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->dtmf == AST_SIP_DTMF_INBAND ||
session->endpoint->dtmf == AST_SIP_DTMF_RFC_4733) {
as...