search for: queuestart

Displaying 5 results from an estimated 5 matches for "queuestart".

2009 Aug 17
3
queue_log in mysql and file
Hi, I am using RT engine to log queue_log to a mysql database. My extconfig is [settings] queue_log => mysql,asterisk16_production Logging to mysql is working fine. But I find that the queue_log file now only has QUEUESTART lines for eg: 1250519094|NONE|NONE|NONE|QUEUESTART| 1250519186|NONE|NONE|NONE|QUEUESTART| How can I have queue_log in both db as well as in a file? thanks and regards, raj
2016 Oct 20
2
queue_log/cel sqlite
...ot; TEXT, "data3" > TEXT, "data4" TEXT, "data5" TEXT, "event" TEXT, "agent" TEXT, "queuename" > TEXT, "callid" TEXT); > > and it works > > sqlite> select * from queue_log; > 2016-10-20 11:40:36.628804||||||QUEUESTART|NONE|NONE|NONE > 2016-10-20 11:40:36.690313||||||CONFIGRELOAD|NONE|NONE|NONE > > column types needs modification to something more appropriate > > can someone with confluence access ad info to > > https://wiki.asterisk.org/wiki/display/AST/Realtime+Database+Configuration ? Whi...
2016 Oct 20
2
queue_log/cel sqlite
hi, is it possible log cel/queue_log to sqlite? via odbc? any experience? marek
2005 Jul 15
0
Queue_log stats
...next unless defined $message; # interrupted or nothing logged chomp $message; # remove chars that will cause DB problems $message =~ s/\"\'//g; @data = split(/\|/,$message); # these messages are almost useless for my purposes next if ($data[4] eq "QUEUESTART" ); next if ($data[4] eq "CONFIGRELOAD" ); if (!defined($data[5])) { $data[5] = ''; } if (!defined($data[6])) { $data[6] = ''; } if (!defined($data[7])) { $data[7] = ''; } my $sql = "INSERT IN...
2009 Sep 11
2
Parser for Asterisk Queue Logs
Hello Team, Can you help me on this? I have attached here the queue logs of my asterisk. I've searching a parser for this. I do not know what are the meaning of that logs. Thank you so much. Your response is highly appreciated. Regards, Cristina -------------- next part -------------- An HTML attachment was scrubbed... URL: