Necati Demir
2012-Dec-28 13:48 UTC
[asterisk-users] Delaying retry since we're currently running
Hi, I am making 200 call concurrently via call files. But i get these messages in asterisk logs: *Delaying retry since we're currently running* * * * * Also, in call files i have the following lines: *DelayedRetry: 28662 0 (1356701828)* *DelayedRetry: 28662 0 (1356702128) * *DelayedRetry: 28662 0 (1356702428) * * * * * I set MaxRetries: 0. I did not understand the problem, any idea? -- Necati DEM?R -------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121228/13abf157/attachment.htm>
Danny Nicholas
2012-Dec-28 14:44 UTC
[asterisk-users] Delaying retry since we're currently running
My best guess is that you are creating the .call file with permissions that don?t allow Asterisk to delete it when it is finished or retries have been exhausted. From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Necati Demir Sent: Friday, December 28, 2012 7:49 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: [asterisk-users] Delaying retry since we're currently running Hi, I am making 200 call concurrently via call files. But i get these messages in asterisk logs: Delaying retry since we're currently running Also, in call files i have the following lines: DelayedRetry: 28662 0 (1356701828) DelayedRetry: 28662 0 (1356702128) DelayedRetry: 28662 0 (1356702428) I set MaxRetries: 0. I did not understand the problem, any idea? -- Necati DEM?R -------------------- -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20121228/5218cb38/attachment.htm>