-
- Downloads
codec negotiation: add incoming_call_offer_prefs option
Add a new option, incoming_call_offer_pref, to res_pjsip endpoints that specifies the preferred order of codecs after receiving an offer. This patch does the following: Adds a new enumeration, ast_sip_call_codec_pref, used by the the new configuration option that's added to the endpoint media structure. Adds a new ast_sip_session_caps structure that's set for each session media object. Creates a new file, res_pjsip_session_caps that "implements" the new structure and option, and is compiled into the res_pjsip_session library. ASTERISK-28756 #close Change-Id: I35e7a2a0c236cfb6bd9cdf89539f57a1ffefc76f
Showing
- configs/samples/pjsip.conf.sample 10 additions, 0 deletionsconfigs/samples/pjsip.conf.sample
- doc/CHANGES-staging/res_pjsip_incoming_call_offer_pref.txt 53 additions, 0 deletionsdoc/CHANGES-staging/res_pjsip_incoming_call_offer_pref.txt
- include/asterisk/res_pjsip.h 20 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- include/asterisk/res_pjsip_session.h 3 additions, 0 deletionsinclude/asterisk/res_pjsip_session.h
- include/asterisk/res_pjsip_session_caps.h 82 additions, 0 deletionsinclude/asterisk/res_pjsip_session_caps.h
- res/Makefile 1 addition, 0 deletionsres/Makefile
- res/res_pjsip.c 21 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 44 additions, 0 deletionsres/res_pjsip/pjsip_configuration.c
- res/res_pjsip_sdp_rtp.c 79 additions, 20 deletionsres/res_pjsip_sdp_rtp.c
- res/res_pjsip_session.c 9 additions, 0 deletionsres/res_pjsip_session.c
- res/res_pjsip_session/pjsip_session_caps.c 162 additions, 0 deletionsres/res_pjsip_session/pjsip_session_caps.c
Loading
Please register or sign in to comment