Hi all-- Our group may have a need to record the audio on the repeater, linked or not (but if linked, include the mixed audio). It seems we have some possibly unlicensed individuals using our systems. I say possibly, because they're speaking Spanish -- they do seem to identify, but all the callsigns we've heard are out of state and most are expired. We'd like to start with making recordings to be translated after the fact, before we start trying to track them down. Keeping recordings of on-air traffic doesn't seem like a bad idea in any case though. Is there a good way to make recordings with app_rpt? Asterisk itself could do it, I think, although I'd have to figure out how (might have to pass through meetme somehow), but I don't think local repeater traffic ever passes through Asterisk in a way I can record? Thank you, -Matt Sturtz, KB0KZR-
Matt, Put this command in the node stanza of the node you want to record in rpt.conf archivedir=/var/log/asterisk/audio It does not have to be this path. Put it wherever you want but create any directories that are not there. In this case the audio directory was created. After you restart, ALL audio will be stored in wav files in the designated directory with a node number directory appended. Using above example if your node was 41000 in /var/log/asterisk/audio/41000 Each transmission will be a separate file date and time stamped. In addition there is a txt file file for each day that includes ALL status information - rxkey, txkey, etc. grep the txt file looking for RXKEY to see who keyed and at what time. Then you can reference to a date and time for the wav file to listen. If you have multiple nodes you can put the statement in other node stanza and also save that nodes information. Do NOT do this on a diskless system like a BBB as it stores lots of information that would quickly file the card and not be good for the SD card. In that case an attached large USB stick or USB hard drive would work. As a side note the BBB and now the RPi2 have an additional command - archiveaudio= 0|1 to turn off the audio recording to save space if you just want to see the status information. 73 Doug WA3DSP http://www.crompton.com/hamradio
Date: Thu, 12 Mar 2015 22:40:10 -0600 From: kb0kzr@matthouse.com To: app_rpt-users@ohnosec.org Subject: [App_rpt-users] Record repeater audio ?
Hi all--
Our group may have a need to record the audio on the repeater, linked or not (but if linked, include the mixed audio). It seems we have some possibly unlicensed individuals using our systems. I say possibly, because they're speaking Spanish -- they do seem to identify, but all the callsigns we've heard are out of state and most are expired. We'd like to start with making recordings to be translated after the fact, before we start trying to track them down. Keeping recordings of on-air traffic doesn't seem like a bad idea in any case though.
Is there a good way to make recordings with app_rpt? Asterisk itself could do it, I think, although I'd have to figure out how (might have to pass through meetme somehow), but I don't think local repeater traffic ever passes through Asterisk in a way I can record?
Thank you,
-Matt Sturtz, KB0KZR-
_______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.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.
Hello everyone. I have the following problem: Took several days I can not connect to nodes Allstar, but if I can connect to nodes echolink, though I have looked not find the problem. I've looked ports and well. Have if please help me in this. Thank You Regards John ea2bkh
Your node 29114 is not registering. Not knowing more about your setup, I suggest making sure iax.conf is set up per this link http://ohnosec.org/drupal/node/80 Thanks, Bob kk6ecm Sent from iPad
On Mar 13, 2015, at 1:24 PM, barbagris <ea2bkh@ea2bkh.com> wrote:
Hello everyone. I have the following problem: Took several days I can not connect to nodes Allstar, but if I can connect to nodes echolink, though I have looked not find the problem. I've looked ports and well. Have if please help me in this.
Thank You Regards John ea2bkh _______________________________________________ App_rpt-users mailing list App_rpt-users@ohnosec.org http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.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.
On 03/12/2015 11:40 PM, KB0KZR wrote:
Hi all--
Our group may have a need to record the audio on the repeater, linked or not (but if linked, include the mixed audio).
[root@W5OMR ~]# asterisk -help Asterisk , Copyright (C) 1999 - 2008, Digium, Inc. and others. Usage: asterisk [OPTIONS] Valid Options: -V Display version number and exit -C <configfile> Use an alternate configuration file -G <group> Run as a group other than the caller -U <user> Run as a user other than the caller -c Provide console CLI -d Enable extra debugging -f Do not fork -F Always fork -g Dump core in case of a crash -h This help screen -i Initialize crypto keys at startup -I Enable internal timing if (null) timer is available -L <load> Limit the maximum load average before rejecting new calls -M <value> Limit the maximum number of calls to the specified value -m Mute debugging and console output on the console -n Disable console colorization -p Run as pseudo-realtime thread -q Quiet mode (suppress output) -r Connect to Asterisk on this machine -R Same as -r, except attempt to reconnect if disconnected ******************************************************* -t Record soundfiles in /var/tmp and move them where they belong after they are done ******************************************************* -T Display the time in [Mmm dd hh:mm:ss] format for each line of output to the CLI -v Increase verbosity (multiple v's = more verbose) -x <cmd> Execute command <cmd> (only valid with -r)
participants (5)
-
barbagris -
Doug Crompton -
Geoff -
KB0KZR -
kk6ecm