Displaying 2 results from an estimated 2 matches for "melvinlee".
Did you mean:
melville
2018 Dec 06
3
how to use a database
On 12/05/2018 05:00 PM, Antony Stone wrote:
> On Wednesday 05 December 2018 at 15:31:38, hw wrote:
>> I don't see a table for that.
>
> You need to create that for yourself.
>
> Asterisk can write to database tables, but doesn't help you set them up, for
> reasons I can't comment on.
How do I know what the schema needs to be? Does anybody have a scheme
for
2018 Dec 06
2
how to use a database
...ds to be? Does anybody have a scheme
> > for the queue_log table (and maybe others)?
>
> A Google search for "asterisk queue_log schema" gives results such as:
>
> http://work.mikeboylan.com/posts/2012/03/asterisk-queuelog-to-mysql.html
>
> https://gist.github.com/melvinlee/f57da3080dff40f71631
>
> https://stackoverflow.com/questions/30161384/asterisk-11-queue-log-to-mysql
>
> https://www.voip-info.org/asterisk-queuelog-on-mysql/
>
> > Do I get to see the queries that are being used to write this data,
>
> No.
>
> > or do I need to...