Displaying 2 results from an estimated 2 matches for "queue_timeout".
2010 Nov 06
1
Abandoned queue calls do not produce a CDR?
...uce no cdr at all.
I am using unanswered = no (the default) in cdr.conf.
The call shows, as expected, in the queue_log as ABANDON
The dialplan is:
Ringing();
Answer(); // need to answer or no music!
goto s,no-ivr;
Queue(hotelq,t,,,${QUEUE_TIMEOUT});
Background(vm-nobodyavail);
Voicemail(${HOTELVM});
Playback(goodbye);
Hangup();
Note that if the queue times out, I am calling Voicemail and if the caller
hangs up a CDR is produced.
-------------- next part --------------
An HTML...
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
...me-out cycle\n");
ast_queue_log(args.queuename,
chan->uniqueid, "NONE", "EXITWITHTIMEOUT", "%d", qe.pos);
record_abandoned(&qe);
reason = QUEUE_TIMEOUT;
res = 0;
break;
}
1.4.9 code:
/* exit after 'timeout' cycle if 'n' option enabled
*/
if (go_on >= qe.parent->membe...