Displaying 1 result from an estimated 1 matches for "callingpid".
2014 May 15
1
Call file problem, DelayedRetry/retrying spite MaxRetries: 0
...utgoing/callfile'
[May 14 15:10:06] DEBUG[20421] pbx_spool.c: Delaying retry since we're
currently running '/var/spool/asterisk/outgoing/callfile'
Asterisk code:
if (o->retries <= o->maxretries) {
now += o->retrytime;
if (o->callingpid && (o->callingpid == ast_mainpid)) {
safe_append(o, time(NULL), "DelayedRetry");
ast_log(LOG_DEBUG, "Delaying retry since we're
currently running '%s'\n", o->fn);
free_outgoing(o);...