chan_pjsip: add a flag to ignore 183 responses if no SDP present
chan_sip will always ignore 183 responses that do not contain SDP however, chan_pjsip will currently always translate it into a 183 with SDP. This new flag allows chan_pjsip to have the same behavior as chan_sip. ASTERISK-28322 #close Change-Id: If81cfaa17c11b6ac703e3d71696f259d86c6be4a
Showing
- CHANGES 7 additions, 0 deletionsCHANGES
- channels/chan_pjsip.c 8 additions, 1 deletionchannels/chan_pjsip.c
- configs/samples/pjsip.conf.sample 9 additions, 0 deletionsconfigs/samples/pjsip.conf.sample
- contrib/ast-db-manage/config/versions/80473bad3c16_ignore_183_without_sdp.py 38 additions, 0 deletions...ge/config/versions/80473bad3c16_ignore_183_without_sdp.py
- include/asterisk/res_pjsip.h 2 additions, 0 deletionsinclude/asterisk/res_pjsip.h
- res/res_pjsip.c 10 additions, 0 deletionsres/res_pjsip.c
- res/res_pjsip/pjsip_configuration.c 1 addition, 0 deletionsres/res_pjsip/pjsip_configuration.c
Loading
Please register or sign in to comment