[Asterisk-bugs] [Asterisk 0010126]: If 'retry' is set to 0, it gets treated as though it's set to 5.

noreply at bugs.digium.com noreply at bugs.digium.com
Fri Jul 6 09:53:57 CDT 2007


The following issue has been ASSIGNED. 
====================================================================== 
http://bugs.digium.com/view.php?id=10126 
====================================================================== 
Reported By:                bcnit
Assigned To:                putnopvut
====================================================================== 
Project:                    Asterisk
Issue ID:                   10126
Category:                   Applications/app_queue
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     assigned
Asterisk Version:           1.4.6 
SVN Branch (only for SVN checkouts, not tarball releases): N/A  
SVN Revision (number only!):  
Disclaimer on File?:        Yes 
Request Review:              
====================================================================== 
Date Submitted:             07-05-2007 20:13 CDT
Last Modified:              07-06-2007 09:53 CDT
====================================================================== 
Summary:                    If 'retry' is set to 0, it gets treated as though
it's set to 5.
Description: 
A queue is defined as follows:

---------------------
[testq]
timeout=10
retry=0
strategy=ringall
wrapuptime=0
maxlen=0
joinempty=no
leavewhenempty=yes
eventmemberstatus=no
eventwhencalled=no
reportholdtime=no
memberdelay=0
weight=0
timeoutrestart=0
autopause=no
member => SIP/100
member => SIP/101
member => SIP/102
---------------------

When a call is placed in a queue, the phones ring for 10 seconds (as per
'timeout') and then wait for about 5 seconds before ringing again.

If 'retry' is changed to '1' (retry=1), then when a call is placed in a
queue, the phones ring for 10 seconds (as per 'timeout') and then wait for
one second before ringing again.

In 1.2.x, a value of '0' was allowed for 'retry'. I've searched the docs
and can't see any reference to this having changed.
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
07-06-07 09:53  putnopvut      Status                   new => assigned     
07-06-07 09:53  putnopvut      Assigned To               => putnopvut       
======================================================================




More information about the Asterisk-bugs mailing list