[Home]

Summary:ASTERISK-24312: SIGABRT when improperly configured realtime pjsip
Reporter:Dafi Ni (dafi)Labels:
Date Opened:2014-09-09 06:36:32Date Closed:2014-10-16 09:27:32
Priority:MajorRegression?
Status:Closed/CompleteComponents:Core/Sorcery Resources/res_pjsip
Versions:12.5.0 Frequency of
Occurrence
Constant
Related
Issues:
Environment:Ubuntu 14.04 LTSAttachments:( 0) backtrace.txt
( 1) pjsip_load_fix.diff
Description:When having configuration for pjsip in sorcery.conf like this:
{quote}
\[res_pjsip]
endpoint=realtime,ps_endpoints
auth=realtime,ps_auths
aor=realtime,ps_aors
domain_alias=realtime,ps_domain_aliases
{quote}
without or commented  correlated  lines in extconfig.conf like this:
{quote}
;ps_endpoints => odbc,cdr
;ps_auths => odbc,cdr
;ps_aors => odbc,cdr
;ps_domain_aliases => odbc,cdr
;ps_endpoint_id_ips => odbc,cdr
{quote}

then SIGABRT is present

backtrace attached.


Comments:By: Kinsey Moore (kmoore) 2014-10-09 09:27:54.597-0500

I have reproduced the issue and have attached a patch for testing. Please take a look at it when you get a chance. This is also available for review at https://reviewboard.asterisk.org/r/4062/