Displaying 4 results from an estimated 4 matches for "configreload".
Did you mean:
config_load
2016 Oct 20
2
queue_log/cel sqlite
..."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 ?
Which info are you referring to? The table schema?
Matthew Fredric...
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
...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 INTO csr_queue (timestamp, id, qname, agent,
action, i...
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: