lazy.charles at gmail.com Guest
|
Posted: Wed Feb 05, 2014 5:24 pm Post subject: [asterisk-users] Delaying retry since we're currently runnin |
|
|
Hi, all
I also got the same trouble.
If the permission of call file was wrong, asterisk should not add lines after the tail of call files such as DelayRetry .....
Does anyone help me to solve it?
My call file is:
=============================================
Channel:SIP/192.168.1.200/01124XXXXXXXX
Callerid:
MaxRetries:0
RetryTime:600
WaitTime:60
Context:from-1
Extension:01124XXXXXXXX
Priority:1
StartRetry: 3284 1 (1391598647)
DelayedRetry: 3284 0 (1391598646)
DelayedRetry: 3284 0 (1391598647)
DelayedRetry: 3284 0 (1391598647)
(many the same delayretry information skips)
Best regards,
Charles
2012-12-28 Danny Nicholas <danny@debsinc.com (danny@debsinc.com)>:
Quote: |
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@lists.digium.com (asterisk-users-bounces@lists.digium.com) [mailto:asterisk-users-bounces@lists.digium.com (asterisk-users-bounces@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
--------------------
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
|
--
Best Regards
Charles |
|