search for: ast_queue_log

Displaying 3 results from an estimated 3 matches for "ast_queue_log".

2010 Jan 19
1
ast_queue_log to mysql asterisk < 1.4 ?
I know in v1.6 its part of logger.c but I noticed this: https://issues.asterisk.org/bug_view_advanced_page.php?bug_id=11625 However, it doesn't seem to ever been applied to any version of 1.4.x branch.. Nor can I figure out what it was applied to? This is over 3 years old, you would of figured it would have been applied to 1.4 at some point in time.. Any ideas?
2007 Jul 27
1
Problems with new logic being 'n' option to Queue in 1.4.9
...#39;n' option enabled */ if (go_on) { if (option_verbose > 2) ast_verbose(VERBOSE_PREFIX_3 "Exiting on time-out cycle\n"); ast_queue_log(args.queuename, chan->uniqueid, "NONE", "EXITWITHTIMEOUT", "%d", qe.pos); record_abandoned(&qe); reason = QUEUE_TIMEOUT; res = 0;...
2006 Dec 02
0
RINGNOANSWER on 1.2
Hi, I've been trying to implement this [1] on 1.2.13 and whilst my twiddlings seem to work, I just wanted confirmation that I'm not doing something really stupid which could cause a segfault under certain conditions. My chan_queue.c addition is this one line: ast_queue_log(queue, qe->chan->uniqueid, outgoing->chan->name, "RINGNOANSWER", "%d", orig); The output in queue_log is of the format 1165076773|asterisk-21332-1165076763.17|ccuk|Local/1010@agents-358f,1| RINGNOANSWER|10000 Is there a way I can just have 'Local/1010@agents&...