[asterisk-bugs] [Asterisk 0010609]: SIP/IAX trunks are being answered when being Queued.
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu Aug 30 11:05:47 CDT 2007
The following issue requires your FEEDBACK.
======================================================================
http://bugs.digium.com/view.php?id=10609
======================================================================
Reported By: alantrundle
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 10609
Category: Addons/General
Reproducibility: always
Severity: minor
Priority: normal
Status: feedback
Asterisk Version: 1.4.11
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 08-30-2007 10:30 CDT
Last Modified: 08-30-2007 11:05 CDT
======================================================================
Summary: SIP/IAX trunks are being answered when being Queued.
Description:
Basically It would seem that unanswered queues make good ring groups and is
the method I have used to ring a group of phones when a call has come in on
a ZAP channel. I simply do not answer() it.
[incoming]
; Call Sales phones
exten = 789000,1,NoOP(Incoming call from ${CALLERIDNUM} to Sales)
exten = 789000,2,Queue(500)
exten = 789000,3,Hangup
The above syntax (extensions.conf) works well if the call has come in on a
ZAP trunk on a PRI30 card, but the call gets picked up if the call came in
on a SIP or IAX trunk, despite not being answered with Answer() prior to
being put through to the queue/group.
I would expect this behaviour to occur if I handled the call with the
following...
[incoming]
; Call Sales phones
exten = 789000,1,NoOP(Incoming call from ${CALLERIDNUM} to Sales)
exten = 789000,2,Answer()
exten = 789000,3,Queue(500)
exten = 789000,4,Hangup
======================================================================
----------------------------------------------------------------------
file - 08-30-07 11:05
----------------------------------------------------------------------
Please provide a complete console output and the sip debug or iax2 debug
(depending on which technology is in use naturally).
Issue History
Date Modified Username Field Change
======================================================================
08-30-07 11:05 file Note Added: 0069718
08-30-07 11:05 file Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list