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


--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-dev mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-dev

Reply via email to