[asterisk-bugs] [Asterisk 0010609]: SIP/IAX trunks are being answered when being Queued.

noreply at bugs.digium.com noreply at bugs.digium.com
Mon Oct 15 12:00:49 CDT 2007


The following issue has been RESOLVED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10609 
====================================================================== 
Reported By:                alantrundle
Assigned To:                file
====================================================================== 
Project:                    Asterisk
Issue ID:                   10609
Category:                   Addons/General
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     resolved
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:              
Resolution:                 suspended
Fixed in Version:           
====================================================================== 
Date Submitted:             08-30-2007 10:30 CDT
Last Modified:              10-15-2007 12:00 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 - 10-15-07 12:00  
---------------------------------------------------------------------- 
Suspended since there has been no more information provided. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
10-15-07 12:00  file           Status                   feedback => resolved
10-15-07 12:00  file           Resolution               open => suspended   
10-15-07 12:00  file           Assigned To               => file            
10-15-07 12:00  file           Note Added: 0072017                          
======================================================================




More information about the asterisk-bugs mailing list