Re: [Astlinux-users] CDR Log

2018-10-12 Thread Michael Knill
ndo F." Reply-To: AstLinux List Date: Friday, 12 October 2018 at 11:58 pm To: AstLinux List Subject: Re: [Astlinux-users] CDR Log Well that sucks... lol It is what it is... :P Thank You, Fernando Fuentes Texas Weather<http://www.txweather.org> On Fri, Oct 12, 2018 at 7:18 AM Michael K

Re: [Astlinux-users] CDR Log

2018-10-12 Thread David Kerr
I have found it extremely difficult to control this. It does seem to affect inbound calls much more than outbound. You could try using NoCDR() inside your dialplan, something like this during call hangup... same = n,ExecIf($["${CDR(disposition)}"="FAILED"]?NoCDR()) same = n,ExecIf($["${CDR(dis

Re: [Astlinux-users] CDR Log

2018-10-12 Thread Fernando F.
Well that sucks... lol It is what it is... :P Thank You, Fernando Fuentes Texas Weather On Fri, Oct 12, 2018 at 7:18 AM Michael Keuter wrote: > You cannot change that. > That is because the handling oft CDRs was changed in Asterisk 12. Plesse > read the changelog a

Re: [Astlinux-users] CDR Log

2018-10-12 Thread Michael Keuter
You cannot change that. That is because the handling oft CDRs was changed in Asterisk 12. Plesse read the changelog and update files for Asterisk for more info. For group- and parallel calls this looks not very nice :-(. Am 12. Oktober 2018 13:56:57 MESZ schrieb "Fernando F." : >Team, > >How c

Re: [Astlinux-users] CDR Log web interface question

2012-12-08 Thread Jonathan GF
Hi David, folks, first of all many thanks for the support mail. You have said almost everything that could be said. Particullary i found interesting to print on CDR Log interface the dialed/received numbers and their correspondent detected names (in case they are present in the Caller ID datab

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread David Kerr
The WebGUI is pretty much hard coded to display the CDR the way it does. A couple of years ago I extensively "improved" the CDR page but Lonnie ultimately decided to "keep it simple" and only took a couple of the tweaks I suggested. I can't remember everything I did but certainly one of the thing

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Jonathan GF
Thanks Michael, i will explore those posibilities. Regards, Jonathan 2012/12/5 Michael Keuter > > Am 05.12.2012 um 14:09 schrieb Jonathan GF: > > > OK Many thanks!!! > > Regards, > > > > Jonathan > > BTW: I'm not sure, but maybe you need to add the folder > "/mnt/kd/cdr-custom", if it's not t

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Michael Keuter
Am 05.12.2012 um 14:09 schrieb Jonathan GF: > OK Many thanks!!! > Regards, > > Jonathan BTW: I'm not sure, but maybe you need to add the folder "/mnt/kd/cdr-custom", if it's not there, to make the cdr-custom persistent and reboot Astlinux. Otherwise you can also log into a SQLite database ("/m

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Jonathan GF
OK Many thanks!!! Regards, Jonathan 2012/12/5 Michael Keuter > > Am 05.12.2012 um 13:43 schrieb Jonathan GF: > > > Hi Michael, > > > > thanks for quick answer. I guess if it's posible to customize column > layout so i can place "userfield" column in between "CID Num" and > "Extension" columns.

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Michael Keuter
Am 05.12.2012 um 13:43 schrieb Jonathan GF: > Hi Michael, > > thanks for quick answer. I guess if it's posible to customize column layout > so i can place "userfield" column in between "CID Num" and "Extension" > columns. > > That way i can obtain orig_name - orig_num - dst_name - dst_num >

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Jonathan GF
Hi Michael, thanks for quick answer. I guess if it's posible to customize column layout so i can place "userfield" column in between "CID Num" and "Extension" columns. That way i can obtain orig_name - orig_num - dst_name - dst_num I look forward to hearing from you soon. Best regards, Jonathan

Re: [Astlinux-users] CDR Log web interface question

2012-12-05 Thread Michael Keuter
Am 05.12.2012 um 12:10 schrieb Jonathan GF: > Hi all, > > i guess if there is any posibility or functionality able to implement at web > interface or the dialplan to make the CDR Log column "Extension" to show an > already present number in AstDB. > > I look forward to hearing from you soon

Re: [Astlinux-users] CDR Log Time

2011-10-26 Thread Fernando Fuentes
Graziano, Thanks for the point out. On Wed, Oct 26, 2011 at 7:29 AM, Graziano Brioschi < graziano.brios...@outland.it> wrote: > I Fernando > > I think you have to check for the "usegmtime=..." variabile in > /mnt/kd/asterisk/cdr.conf file; in default case asterisk in configured to > GMT time zo

Re: [Astlinux-users] CDR Log Time

2011-10-26 Thread Graziano Brioschi
I Fernando I think you have to check for the "usegmtime=..." variabile in /mnt/kd/asterisk/cdr.conf file; in default case asterisk in configured to GMT time zone for log call. See: http://doc.astlinux.org/userdoc:faq bye Graziano Il 26/10/2011 14.09, Fernando Fuentes ha scritto: Today I no