[asterisk-bugs] [JIRA] (ASTERISK-22787) Call file RetryTime not respected after several retries
Rusty Newton (JIRA)
noreply at issues.asterisk.org
Tue Nov 12 19:12:03 CST 2013
[ https://issues.asterisk.org/jira/browse/ASTERISK-22787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=211719#comment-211719 ]
Rusty Newton commented on ASTERISK-22787:
-----------------------------------------
In my test, I had several retries work on time, 60 seconds apart, as in *Nov 12 18:56:39* to *Nov 12 18:57:39*, but then after the file was 1019 bytes the issue did occur with call attempts happening on times of *Nov 12 18:58:39*, then *Nov 12 18:58:44* and then *Nov 12 18:59:39* and *Nov 12 18:59:49*.
Basically, several were 60 seconds apart, and then they became erratic.
For testing I was just using the following dialplan with your callfile example
{noformat}
[extensions]
exten => 9999,1,Wait(5)
[alarm-ack]
exten => s,1,Dial(SIP/6001)
{noformat}
Sounds pretty similar to your results.
> Call file RetryTime not respected after several retries
> -------------------------------------------------------
>
> Key: ASTERISK-22787
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-22787
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: PBX/pbx_spool
> Affects Versions: 11.6.0, 11.7.0
> Environment: Debian 6
> Reporter: Jeremy Kister
>
> call file retry times are broken possibly because of 'safe_append' function.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the asterisk-bugs
mailing list