Re: [asterisk-dev] app_queue retry limit

2016-10-20 Thread Mark Michelson
On 10/20/2016 09:51 AM, marek cervenka wrote: hi, we have questions from busy call centers if the retry time parameter can be 0 (wait time before next agent call) in app_queue its prohibited } else if (!strcasecmp(param, "retry")) { q->retry = atoi(val);

[asterisk-dev] app_queue retry limit

2016-10-20 Thread marek cervenka
hi, we have questions from busy call centers if the retry time parameter can be 0 (wait time before next agent call) in app_queue its prohibited } else if (!strcasecmp(param, "retry")) { q->retry = atoi(val); if (q->retry <= 0) {