Thanks Steve, Jim Dude, Did you get my applications?? Best Regards, Roger W4RFJ -----Original Message----- From: app_rpt-bounces@lists.illiana.net [mailto:app_rpt-bounces@lists.illiana.net] On Behalf Of Stephen Rodgers Sent: Sunday, July 20, 2008 2:41 AM To: Asterisk Repeater Controler Subject: Re: [App_rpt] URI configuration help Roger, Jim WB6NIL does all pttlink registration work, at least for now. Steve, WA6ZFT Roger F. Jordan Sr. wrote:
Below are examples of MY SETUP as assisted by W9SH
I removed the Functions but notice the phone functions use two different function lists for Phonepatch... They are not included for security reasons...
I hope this helps!!!
Also Steve, Did you get my apps for The GMRS, FRS and MURS and All the registrations for the different systems I applied for (or is that not you)
I would also like to talk to You guys about Phone patch control...
Best Regards to ALL
Roger W4RFJ
; rpt.conf ; 20071103 0900 sphenke@xelatec.com
; Radio Repeater / Remote Base config for use with app_rpt ; manipulated by the app_rpt installation script ; text strings that begin with xxx_ should be manually edited ; if the install script does not replace them.
[101] rxchannel = radio/usb duplex = 2 functions = functions ; DTMF function list link_functions = functions-linked ; DTMF function list for link phone_functions = functions-phone-1 ; (optional) different functions for 'P' mode tonezone = us ; use US tones (default) context = from-internal ; dialing context for phone callerid = "de w4rfj/r"<445.95 pl100> ; Callerid for phone calls idrecording=|ide w4rfj/r accountcode=RADIO ; account code (optional) funcchar = * ; function lead-in character (defaults to '*') endchar = # ; command mode end character (defaults to '#') hangtime=10 ; squelch tail hang time (in ms) (optional) totime=180000 ; transmit time-out time (in ms) (optional) idtime=600000 ; id interval time (in ms) (optional) politeid=30000 ; time in milliseconds before ID timer propagate_phonedtmf=yes ;propagate_phonedtmf = yes unlinkedct=ct1 ; DTMF sent to system from phone gets ; repeated into main system output and
[102] rxchannel = radio/usb1 duplex = 0 functions = functions ; DTMF function list link_functions = functions-linked ; DTMF function list for link phone_functions = functions-phone-1 ; different functions tonezone = us ; use US tones (default) context = from-internal ; dialing context for phone callerid = "wqex329"<FRS Channel 1> ; Callerid for phone calls idrecording=|iK accountcode=RADIO ; account code (optional) funcchar = * ; function lead-in character (defaults to '*') endchar = # ; command mode end character (defaults to '#') hangtime=3 ; squelch tail hang time (in ms) (optional) totime=180000 ; transmit time-out time (in ms) (optional) idtime=600000 ; id interval time (in ms) (optional) politeid=30000 ; time in milliseconds before ID timer propagate_phonedtmf=no
*************everything in between deals with DTMF Commands Etc...
101 = radio@192.168.14.149:4569/101,NONE 102 = radio@192.168.14.149:4569/102,NONE
; end of file - rpt.conf
------------------------------------------------------------------------
; usbradio.conf ; Configuration for chan_usbradio ; 20071205 0845 sphenke@xelatec.com ; refer to globals_rpt_custom.conf for variable definitions ; [general]
rxcpusaver=0 txcpusaver=0
[usb] hwtype=0 rxboost=1 rxctcssrelax=0 txctcssdefault=100.0 rxctcssfreqs=100.0 txctcssfreqs=100.0 carrierfrom=dsp ctcssfrom=dsp rxdemod=flat txprelim=yes txtoctype=notone txmixa=composite txmixb=no invertptt=0 ;rxfreq=445.950000 ;txfreq=147.490000 duplex=1 eeprom=0
[usb1] hwtype=0 rxboost=1 rxctcssrelax=1 ;txctcssdefault=0 ;rxctcssfreq=0 ;txctcssfreq=0 carrierfrom=vox ctcssfrom=no rxdemod=speaker txprelim=no txtoctype=no; notone txmixa=voice txmixb=no invertptt=0 ;rxfreq=462.562500 ;txfreq=462.562500 duplex=0 eeprom=0
-----Original Message----- From: app_rpt-bounces@lists.illiana.net [mailto:app_rpt-bounces@lists.illiana.net] On Behalf Of Stephen Rodgers Sent: Saturday, July 19, 2008 6:56 PM To: Asterisk Repeater Controler Subject: Re: [App_rpt] URI configuration help
David,
This is one area where our documentation falls short. We have got automated installs and config examples for single-node systems, but no examples for multi-node systems. Basically for each usb mode entries will need to be made in usbradio.conf, rpt.conf, and extensions.conf.
*** usbradio.conf ***
[general]
; Nothing in the general section for multiple devices.
[usb] ; first node ; Insert all USB config options from usbradio.conf.sample here except ; for devicenum setting. Modify settings to suit configuration. . . . devicenum=0 ; unique for each device defined . . . [usb1] ; second node . . . devicenum=1 . . .
[usb2] ; third node . . . devicenum=2 . . .
*** extensions.conf ****
exten => 1234,1,rpt,1234 # first node exten => 5678,1,rpt,5678 # second node exten => 9012,1,rpt,9012 # third node
**** rpt.conf ****
rpt.conf
[1234] ; first node rxchannel = Radio/usb ; Configuration settings from rpt.conf.sample tailored to your application follow the channel definition above. . . . [5678] ; second node rxchannel = Radio/usb1 ; Configuration settings from rpt.conf.sample tailored to your application follow the channel definition above. . . . [9012] ; third node rxchannel = Radio/usb2 ; Configuration settings from rpt.conf.sample tailored to your application follow the channel definition above. . . .
Standard disclaimer boilerplate: I tried to answer your question. I haven't tested what is documented above. I just did some quick research to come up with this answer, and the research was not in-depth, There may very well be something I left out, so your mileage may vary. There are no guarantees. If you find something and fix it, please post it back to the list so everyone will benefit from it.
Steve WA6ZFT
David McGough wrote:
Hi Everyone,
I'm finally getting to "finish up" my URI based project and wondered if someone could help point me to some advanced sample asterisk/app_rpt config files (usbradio.conf, rpt.conf, primarily) for using the URI adapters.
I've currently got 1 URI working properly with my TKR-850 repeater. Now, I want to add 2 remote base radios for VHF and HF, do some linking, etc. I,
mainly need more info about the syntax to use with multiple URI's, usbradio.conf options, etc.
Thanks in advance!
David KB4FXC
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt
_______________________________________________ App_rpt mailing list App_rpt@lists.illiana.net http://lists.illiana.net/mailman/listinfo/app_rpt