[asterisk-bugs] [Asterisk 0018427]: RetryTime in callfiles is confused

Asterisk Bug Tracker noreply at bugs.digium.com
Sun Dec 5 11:33:18 CST 2010


The following issue has been SUBMITTED. 
====================================================================== 
https://issues.asterisk.org/view.php?id=18427 
====================================================================== 
Reported By:                jkister
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   18427
Category:                   PBX/pbx_spool
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           1.8.1-rc1 
JIRA:                        
Regression:                 No 
Reviewboard Link:            
SVN Branch (only for SVN checkouts, not tarball releases): N/A 
SVN Revision (number only!):  
Request Review:              
====================================================================== 
Date Submitted:             2010-12-05 11:33 CST
Last Modified:              2010-12-05 11:33 CST
====================================================================== 
Summary:                    RetryTime in callfiles is confused
Description: 
if you make a callfile with 
MaxRetries: 5
RetryTime: 420

the pbx does not reschedule the retry in 420 seconds - instead, it is much
sooner, sometimes even immediately.

the call file itself is modified by the pbx:
Channel: Local/121 at extensions
Callerid: 121
MaxRetries: 15
RetryTime: 420
WaitTime: 60
Context: alarm-ack
Extension: s
Priority: 1

StartRetry: 4419 1 (1291569420)

EndRetry: 4419 1 (1291569037)

StartRetry: 4419 2 (1291569481)

EndRetry: 4419 2 (1291569099)

StartRetry: 4419 3 (1291569840)

DelayedRetry: 4419 2 (1291569457)

EndRetry: 4419 3 (1291569457)

StartRetry: 4419 4 (1291569901)

but those epochs are actually *in the future*.  for example, the last
"StartRetry 1291569901" was printed appended to the file 380 seconds in the
future:

pbx1> perl -e 'print "$^T\n"'
1291569521

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2010-12-05 11:33 jkister        New Issue                                    
2010-12-05 11:33 jkister        Asterisk Version          => 1.8.1-rc1       
2010-12-05 11:33 jkister        Regression                => No              
2010-12-05 11:33 jkister        SVN Branch (only for SVN checkouts, not tarball
releases) => N/A             
======================================================================




More information about the asterisk-bugs mailing list