[Home]

Summary:ASTERISK-24729: Outbound registration not occuring on new registrations after reload.
Reporter:Richard Mudgett (rmudgett)Labels:
Date Opened:2015-01-27 17:39:45.000-0600Date Closed:2015-01-27 22:12:20.000-0600
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip_outbound_registration
Versions:13.1.0 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:Attachments:
Description:Performing a {{module reload}} of all modules where there are new outbound registrations defined in {{pjsip.conf}} frequently results in the new registrations not happening.

For example:
{noformat}
testpbx-1*CLI> pjsip show registrations
<Registration/ServerURI..............................>  <Auth..........>  <Status.......>
=========================================================
siptrunk/sip:siptrunk@192.168.81.2                      siptrunk          Registered      
{noformat}
Then re-write {{pjsip.conf}} without the registration object defined and do a {{module reload}} command:
{noformat}
testpbx-1*CLI> pjsip show registrations
No objects found.
{noformat}
Then re-write {{pjsip.conf}} with the registration object defined and do a {{module reload}} command.  You should see the registrations output with the new registrations as originally shown above.  However, frequently the registration object will not show in the list and the registration does not happen as seen below:
{noformat}
testpbx-1*CLI> pjsip show registrations
<Registration/ServerURI..............................>  <Auth..........>  <Status.......>
=========================================================
{noformat}

Repeat the above example steps and it will eventually happen.
Comments: