[asterisk-dev] app_queue retry limit

marek cervenka cervajs2 at gmail.com
Thu Oct 20 09:51:29 CDT 2016


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) {
                         q->retry = DEFAULT_RETRY;
                 }

do you remember someone from the past if there were reasons for minimal 
1 second wait time?

thanks

Marek




More information about the asterisk-dev mailing list