[asterisk-bugs] [Asterisk-GUI 0010583]: calling queues

noreply at bugs.digium.com noreply at bugs.digium.com
Wed Aug 29 12:54:21 CDT 2007


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=10583 
====================================================================== 
Reported By:                gmalsack
Assigned To:                bkruse
====================================================================== 
Project:                    Asterisk-GUI
Issue ID:                   10583
Category:                   General
Reproducibility:            always
Severity:                   tweak
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-28-2007 12:52 CDT
Last Modified:              08-29-2007 12:54 CDT
====================================================================== 
Summary:                    calling queues
Description: 
Hello,

I have downloaded and installed asterisk-gui, I then created a calling
queue as http://bugs.digium.com/view.php?id=800. The queue created ok and works
fine, however, polycom sip
phones drop out of the queue after exactly 60 seconds. I searched for this
problem in the asterisk project and found the answer to be that an answer
directive is needed prior to the queue directive in order for the phones to
determine the call was accepted and to stay on the line. I modified my
dialplan manually as such:

before:
exten => 800,1,queue($exten)

after:
exten => 800,1,answer()
exten => 800,2,queue($exten)

Problem resolved.
====================================================================== 

---------------------------------------------------------------------- 
 bkruse - 08-29-07 12:54  
---------------------------------------------------------------------- 
Thank you for your assistance in testing the patch also :]

-bk 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-29-07 12:54  bkruse         Note Added: 0069615                          
======================================================================




More information about the asterisk-bugs mailing list