-
- Downloads
res_pjsip_refer: Fix crash from a REFER and BYE collision.
Analyzing a one-off crash on a busy system showed that processing a REFER request had a NULL session channel pointer. The only way I can think of that could cause this is if an outgoing BYE transaction overlapped the incoming REFER transaction in a collision. Asterisk sends a BYE while the phone sends a REFER to complete an attended transfer. * Made check the session channel pointer before processing an incoming REFER request in res_pjsip_refer. * Fixed similar crash potential for res_pjsip supplement incoming request processing for res_pjsip_sdp_rtp INFO, res_pjsip_caller_id INVITE/UPDATE, res_pjsip_messaging MESSAGE, and res_pjsip_send_to_voicemail REFER messages. * Made res_pjsip_messaging respond to a message body too large with a 413 instead of ignoring it. ASTERISK-24700 #close Reported by: Zane Conkle Review: https://reviewboard.asterisk.org/r/4417/ ........ Merged revisions 431898 from http://svn.asterisk.org/svn/asterisk/branches/13 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@431899 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Showing
- res/res_pjsip_caller_id.c 1 addition, 1 deletionres/res_pjsip_caller_id.c
- res/res_pjsip_messaging.c 6 additions, 1 deletionres/res_pjsip_messaging.c
- res/res_pjsip_refer.c 10 additions, 6 deletionsres/res_pjsip_refer.c
- res/res_pjsip_sdp_rtp.c 7 additions, 4 deletionsres/res_pjsip_sdp_rtp.c
- res/res_pjsip_send_to_voicemail.c 7 additions, 3 deletionsres/res_pjsip_send_to_voicemail.c
Loading
Please register or sign in to comment