[asterisk-bugs] [Asterisk 0019302]: app_queue INVITE-ing unregistred SIP
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon May 16 08:36:04 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=19302
======================================================================
Reported By: cristiandimache
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 19302
Category: Applications/app_queue
Reproducibility: sometimes
Severity: minor
Priority: normal
Status: new
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!): 318922
Request Review:
======================================================================
Date Submitted: 2011-05-16 07:53 CDT
Last Modified: 2011-05-16 08:36 CDT
======================================================================
Summary: app_queue INVITE-ing unregistred SIP
Description:
app_queue (I think it's app_queue) is sending INVITE to a unregistred SIP
peer, and then chan_sip logs "Retransmission timeout reached on
transmission"
======================================================================
----------------------------------------------------------------------
(0134964) davidw (reporter) - 2011-05-16 08:36
https://issues.asterisk.org/view.php?id=19302#c134964
----------------------------------------------------------------------
If you don't have host=dynamic, the peer doesn't need to be registered for
outbound calls to be made. If you do have host=dynamic, the peer must be
registered in order for Asterisk to know the address.
Also note that app_queue has no knowledge about SIP.
To avoid an unconnected peer being selected, you need to use the qualify
option, in sip.conf.
Issue History
Date Modified Username Field Change
======================================================================
2011-05-16 08:36 davidw Note Added: 0134964
======================================================================
More information about the asterisk-bugs
mailing list