Displaying 1 result from an estimated 1 matches for "get_codec".
Did you mean:
get_code
2015 Jan 17
1
Fwd: Asterisk pjsip auto dtmf mode
...id and see if I didn't
do stupid things. If you think this is something you would like to add to
one of the next releases I am willing to help - add the additional dtmf
mode ...
I based my development on 13.1.0. The following are my changes:
In res/res_pjsip_sdp_rtp.c (I added session_media to get_codecs and used it
in order to update dtmf settings on rtp instance when telephone-event is
not included in the sdp):
150:
static void get_codecs(struct ast_sip_session *session, const struct
pjmedia_sdp_media *stream, struct ast_rtp_codecs *codecs, struct
ast_sip_session_media *session_media)
159:...