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

noreply at bugs.digium.com noreply at bugs.digium.com
Tue Aug 28 21:52:17 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-28-2007 21:52 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.
====================================================================== 

---------------------------------------------------------------------- 
 gmalsack - 08-28-07 21:52  
---------------------------------------------------------------------- 
bkruse,

I am happy to assist, however I am an extremely novice developer, and have
not applied a patch before. Can you please provide some basic instruction
so I can apply the patch and test this for you?

Thanks,
Gregory Malsack 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
08-28-07 21:52  gmalsack       Note Added: 0069588                          
======================================================================




More information about the asterisk-bugs mailing list