There is no * in there so nothing should have restarted it. Also, as you said, you don’t have a reset function. We have seen permanent connections retry and crash a node. There is a max retry message on your console output. So maybe that’s what happened. I recommend that you upgrade from SVN with this script. The sed line will stop most of the touch tone falseing. If you haven’t upgraded in a long while upgrading MAY fix the crashes too. #!/bin/bash # edited by K0KN 2/2013 to remove RADIO_RELAX after each SVN update cd /usr/src rm -rf astsrc wget http://x.allstarlink.org/svn-trunk.tar.gz -O- | tar xzv mv trunk astsrc cd astsrc sed -i 's/MENUSELECT_CFLAGS=RADIO_RELAX LOADABLE_MODULES/MENUSELECT_CFLAGS=LOADABLE_MODULES/g' /usr/src/astsrc/asterisk/menuselect.makeopts make upgrade-acid -- Tim :wq On Aug 22, 2014, at 7:52 PM, Geoff <ars.w5omr@gmail.com> wrote:
Ok, so, we know that female voices are rich and more robust in harmonics that closely resemble DTMF tones. The following log entries during a conversation with the YL prove that. The question is, what combo, in this list, would cause allstar to restart?
That's not a function that has been defined in rpt.conf
[functions29655] 1=ilink,1 2=ilink,2 3=ilink,3 4=ilink,4 5=macro,1 70=ilink,5 71=ilink,6 72=ilink,7 73=ilink,15 74=ilink,16 75=ilink,8 80=status,1 81=status,12 ;6=autopatchup,noct=1,farenddisconnect=1,dialtime=20000 ; Autopatch up 0=autopatchdn ; Autopatch down ;989=cop,4 980=status,3 99=cop,6
(I now know why I hear a dialtone from time to time, and *that's* been fixed!)
[Aug 22 13:28:37] NOTICE[2946] chan_usbradio.c: Got DTMF char 9 duration 20 ms [Aug 22 13:28:38] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 20 ms [Aug 22 13:34:06] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 42 ms [Aug 22 13:34:08] NOTICE[2946] chan_usbradio.c: Got DTMF char 4 duration 21 ms [Aug 22 13:34:09] NOTICE[2946] chan_usbradio.c: Got DTMF char 4 duration 21 ms [Aug 22 13:34:25] NOTICE[2946] chan_usbradio.c: Got DTMF char 2 duration 21 ms [Aug 22 13:34:46] NOTICE[2946] chan_usbradio.c: Got DTMF char 2 duration 21 ms [Aug 22 13:35:43] NOTICE[2946] chan_usbradio.c: Got DTMF char A duration 20 ms [Aug 22 13:35:54] NOTICE[2946] chan_usbradio.c: Got DTMF char 4 duration 20 ms [Aug 22 13:36:49] NOTICE[2946] chan_usbradio.c: Got DTMF char 9 duration 43 ms [Aug 22 13:38:10] NOTICE[2946] chan_usbradio.c: Got DTMF char 5 duration 20 ms [Aug 22 13:38:10] NOTICE[2946] chan_usbradio.c: Got DTMF char 5 duration 20 ms [Aug 22 13:55:05] NOTICE[2946] chan_usbradio.c: Got DTMF char 5 duration 63 ms [Aug 22 13:57:01] NOTICE[2946] chan_usbradio.c: Got DTMF char 5 duration 21 ms [Aug 22 13:57:01] NOTICE[2946] chan_usbradio.c: Got DTMF char 4 duration 21 ms [Aug 22 13:57:02] NOTICE[2946] chan_usbradio.c: Got DTMF char A duration 64 ms [Aug 22 13:57:42] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 20 ms [Aug 22 13:59:11] NOTICE[2946] chan_usbradio.c: Got DTMF char 9 duration 42 ms [Aug 22 13:59:20] NOTICE[2946] chan_usbradio.c: Got DTMF char 4 duration 20 ms [Aug 22 13:59:46] NOTICE[2946] chan_usbradio.c: Got DTMF char 2 duration 23 ms [Aug 22 14:05:11] NOTICE[2946] chan_usbradio.c: Got DTMF char 8 duration 21 ms [Aug 22 14:25:17] NOTICE[2946] chan_usbradio.c: Got DTMF char 8 duration 42 ms [Aug 22 14:25:47] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 20 ms [Aug 22 14:26:33] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 1 ms [Aug 22 14:27:14] NOTICE[2946] chan_usbradio.c: Got DTMF char 1 duration 21 ms [Aug 22 14:29:28] NOTICE[2946] chan_usbradio.c: Got DTMF char 9 duration 19 ms [Aug 22 14:30:15] NOTICE[2946] chan_usbradio.c: Got DTMF char 7 duration 64 ms [Aug 22 15:10:46] WARNING[2931] chan_iax2.c: Max retries exceeded to host 98.197.3.253 on IAX2/98.197.3.253:4569-9780 (type = 7, subclass = 0, ts=46954411, seqno=62) [Aug 22 15:29:39] NOTICE[3828] cdr.c: CDR simple logging enabled. [Aug 22 15:29:39] NOTICE[3828] loader.c: 151 modules will be loaded. [Aug 22 15:29:39] NOTICE[3828] res_smdi.c: Unable to load config smdi.conf: SMDI disabled [Aug 22 15:29:39] WARNING[3828] res_smdi.c: No SMDI interfaces are available to listen on, not starting SMDI listener. [Aug 22 15:29:39] WARNING[3828] res_musiconhold.c: No music on hold classes configured, disabling music on hold. [Aug 22 15:29:39] NOTICE[3828] chan_simpleusb.c: Unable to load config simpleusb.conf [Aug 22 15:29:39] WARNING[3828] cdr_csv.c: unable to load config: cdr.conf [Aug 22 15:29:39] ERROR[3828] chan_voter.c: Unable to load config voter.conf [Aug 22 15:29:39] NOTICE[3828] app_radbridge.c: Unable to open radio bridging configuration rpt.conf. Radio Bridging disabled. [Aug 22 15:29:39] WARNING[3828] chan_beagle.c: chan_beagle declining module load since WE ARE NOT A BEAGLEBOARD!! [Aug 22 15:29:39] NOTICE[3828] chan_agent.c: No agent configuration found -- agent support disabled [Aug 22 15:29:39] WARNING[3828] app_followme.c: No follow me config file (followme.conf), so no follow me [Aug 22 15:29:39] ERROR[3828] codec_dahdi.c: Failed to open /dev/zap/transcode: No such file or directory [Aug 22 15:29:39] WARNING[3828] acl.c: is not a valid IP [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_iax2.c: The option 'notransfer' is deprecated in favor of 'transfer' which has options 'yes', 'no', and 'mediaonly' [Aug 22 15:29:39] NOTICE[3828] chan_skinny.c: Unable to load config skinny.conf, Skinny disabled [Aug 22 15:29:39] WARNING[3828] app_voicemail.c: Failed to load configuration file. [Aug 22 15:29:39] ERROR[3828] chan_tlb.c: Unable to load config tlb.conf [Aug 22 15:29:39] NOTICE[3828] app_gps.c: Unable to load config gps.conf [Aug 22 15:29:39] WARNING[3828] cdr_custom.c: Failed to load configuration file. Module not activated. [Aug 22 15:29:39] NOTICE[3828] chan_mgcp.c: Unable to load config mgcp.conf, MGCP disabled [Aug 22 15:29:39] WARNING[3828] app_festival.c: No such configuration file festival.conf [Aug 22 15:29:39] NOTICE[3828] app_queue.c: No call queueing config file (queues.conf), so no call queues [Aug 22 15:29:39] NOTICE[3828] pbx_ael.c: Starting AEL load process. [Aug 22 15:29:39] NOTICE[3828] pbx_ael.c: AEL load process: calculated config file name '/etc/asterisk/extensions.ael'. [Aug 22 15:29:39] NOTICE[3828] pbx_ael.c: File /etc/asterisk/extensions.ael not found; AEL declining load [Aug 22 15:29:39] NOTICE[3839] app_rpt.c: Normal Repeater Init 29655 [Aug 22 15:29:39] NOTICE[3839] app_rpt.c: Normal Repeater Init 29656 [Aug 22 15:29:39] NOTICE[3839] app_rpt.c: Normal Repeater Init 29657 [Aug 22 15:29:39] WARNING[3861] chan_usbradio.c: Loaded parameters from usbradio_tune_usb29655.conf for device usb29655 . [Aug 22 15:29:39] WARNING[3862] chan_usbradio.c: Loaded parameters from usbradio_tune_usb29657.conf for device usb29657 .
_______________________________________________ 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.