YES, exactly a .cdr file, that just returned to me with this type of file I had the time of the date of all the stations in addition to repeater that connect to my NODE etc. is it possible to have this type of file with a raspberry PI Thank you to all of you Luc Original email: ----------------- From: Lee Woldanski ve7fet@tparc.org Date: Sun, 18 Mar 2018 08:50:51 -0700 To: app_rpt-users@lists.allstarlink.org Subject: Re: [App_rpt-users] LOG Hello Luc, I believe what you are looking for is an Asterisk feature, more than a Hamvoip/Allstar feature. It sounds like you need to set up Asterisk Call Detail Records (CDR). If you Google "iax cdr", or "asterisk cdr setup", you will probably find plenty of results. I imagine you will need to have each of your users assigned a username and context in iax.conf to allow tracking of their usage. Good luck! Lee On Mar 17, 2018 7:08 PM, "Luc Drolet" <ldrolet@cgocable.ca> wrote: Hello everyone, What I want to do is to know when I have users who use programs like ZOIPER and IAXRPT, I want to do LOG once a month, to know who uses programs, at the end of each month I would like to know the date and time that will use these programs is it possible with a raspberry PI version 1.5 of Mr. Crompton, I did research on the internet and I can not see anything Thank you for your help Luke Le 17 mars 2018 à 20:04, Tim Sawyer <tisawyer@gmail.com> a écrit : Yeah, I know. But the HamVoIP types have a menu for common tasks including restarting asterisk so that's easier for them. On Sat, Mar 17, 2018 at 8:31 AM, Bryan D. Boyle <bdboyle@bdboyle.com> wrote:
instead of restarting askerisk...you can go into the asterisk CLI, and type âiax2 reloadâ (without the â â) and do a fresh reload of the isx config without having to restart the whole repeater...:)
-- Bryan Sent from my iPhone 6S...No electrons were harmed in the sending of this message.
On Mar 17, 2018, at 09:55, Tim Sawyer <tisawyer@gmail.com> wrote:
In iax.conf there is a stanza named [iaxclient]. That's where IAXRPT and Zoiper login. Duplicate that stanza and then give it new stanza heading such as [zoiper]. Change the secret if a different one is desired for zoiper. Then restart Asterisk.
On Fri, Mar 16, 2018 at 7:04 PM, Luc Drolet <ldrolet@cgocable.ca> wrote:
Hello everyone,
I would like to have LOGS from my used IAXRPT and ZOIPER so they all have a different usernames and passwords
with XELATEC we could make these reports, but with ALLSTAR Version https://hamvoip.org/RPi2/RPi2- 3_V1.5rc16_Allstar.exe from Mr. Crompton is it possible to do this type of report to find out who is using these programs
my NODE is not connecting with ALLSTAR, it's a private NODE I use a raspberry PI 3
is it possible to make these LOGs
Thank you for your help
Luc VE2LUQ _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
_______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://lists.allstarlink.org/c gi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.
-- Tim WD6AWP _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. _______________________________________________ App_rpt-users mailing list App_rpt-users@lists.allstarlink.org http://lists.allstarlink.org/cgi-bin/mailman/listinfo/app_rpt-users To unsubscribe from this list please visit http://lists.allstarlink.org/ cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button" You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem. -------------------------------------------------------------------- myhosting.com - Premium Microsoft? Windows? and Linux web and application hosting - https://link.myhosting.com/myhosting
On 3/18/18 4:05 PM, ldrolet@cgocable.ca wrote:
It sounds like you need to set up Asterisk Call Detail Records (CDR).
If you Google "iax cdr", or "asterisk cdr setup", you will probably find plenty of results.
I imagine you will need to have each of your users assigned a username and context in iax.conf to allow tracking of their usage.
It's simple to set this up. In modules.conf enable cdr_csv.so, and then setup a cdr_manager.conf: [general] enabled = yes and a cdr.conf [general] enable=yes unanswered = yes [csv] usegmtime=no ; log date/time in GMT. Default is "no" loguniqueid=yes ; log uniqueid. Default is "no" loguserfield=yes ; log user field. Default is "no" Sighup asterisk and you should be logging CDR to /var/log/asterisk/cdr-csv/ 73's -- Bryan Fields 727-409-1194 - Voice http://bryanfields.net
participants (2)
-
Bryan Fields -
ldrolet@cgocable.ca