[Home]

Summary:ASTERISK-11528: sip queue members state becomes invalid if after asterisk restart
Reporter:Lior M (liorm)Labels:
Date Opened:2008-02-27 09:42:21.000-0600Date Closed:2008-02-27 11:00:57.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:1. login to queue as sip member
2. stop and start asterisk
3. the sip member status is changed to "invalid" and it does not receive calls.
Comments:By: Digium Subversion (svnbot) 2008-02-27 10:23:25.000-0600

Repository: asterisk
Revision: 104539

U   trunk/channels/chan_sip.c

------------------------------------------------------------------------
r104539 | file | 2008-02-27 10:23:22 -0600 (Wed, 27 Feb 2008) | 4 lines

When queueing up a device state change when the peer is loaded from the configuration give it a state of not in use. We have to do this because the channel technology may not yet be registered so the state could not be queried and would be considered invalid.
(closes issue ASTERISK-11528)
Reported by: liorm

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=104539

By: Joshua C. Colp (jcolp) 2008-02-27 11:00:57.000-0600

After further discussion the only solution currently is to ensure that chan_sip.so is loaded *before* app_queue.so in modules.conf