Transition to two node system questions
Hi, I have a second URI that I want to bring up on my rpi2 server, and I have some questions. I am following the directions at: http://docs.allstarlink.org/drupal/node/139 , and there are some differences I want to ask about. The instructions say: 1. Edit the usbradio.conf file. Make a copy of the [usb] stanza in usbradio.conf. 2. Paste the copy just below the original stanza. 3. Rename the stanza name of the copy to [usb1] but I am actually seeing [usb12345] (node number). Should I just duplicate this format since there is no [usb0] and [usb1]? Also, in some of the files I see other info that I could duplicate that is not specified in the howto. For example, 1. Edit the extensions.conf file 2. Add the 5678 extension in the radio-secure context to call the rpt application using the new node number: [radio-secure] exten => 1234,1,rpt,1234 exten => 5678,1,rpt,5678 I have made the edits above, but should I also add the lines below also for my second node number? The howto doesn't say I should, but it looks like I might want to. [radio-secure-proxy] exten => 1234,1,rpt,1234|X exten => 5678,1,rpt,5678|X exten => _0X.,1,Goto(allstar-sys|${EXTEN:1}|1) Thanks, Doug KI7DQG
Doug, Yes, duplicate the format. it just has to be unique and match what you define in rpt.conf Yes, you can make the same changes to radio-secure-proxy. 73, Steve N4IRS On 06/06/2016 06:12 PM, Doug Fessler wrote:
Hi,
I have a second URI that I want to bring up on my rpi2 server, and I have some questions. I am following the directions at: http://docs.allstarlink.org/drupal/node/139 , and there are some differences I want to ask about.
The instructions say:
1. Edit the usbradio.conf file. Make a copy of the [usb] stanza in usbradio.conf. 2. Paste the copy just below the original stanza. 3. Rename the stanza name of the copy to [usb1]
but I am actually seeing [usb12345] (node number). Should I just duplicate this format since there is no [usb0] and [usb1]?
Also, in some of the files I see other info that I could duplicate that is not specified in the howto. For example,
1. Edit the extensions.conf file 2. Add the 5678 extension in the radio-secure context to call the rpt application using the new node number: | [radio-secure] exten => 1234,1,rpt,1234 exten => 5678,1,rpt,5678 |
I have made the edits above, but should I also add the lines below also for my second node number? The howto doesn't say I should, but it looks like I might want to.
[radio-secure-proxy] exten => 1234,1,rpt,1234|X exten => 5678,1,rpt,5678|X exten => _0X.,1,Goto(allstar-sys|${EXTEN:1}|1)
Thanks,
Doug KI7DQG
_______________________________________________ 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.
-- "Anything is possible if you don't know what you are talking about." 1st Law of Logic
participants (2)
-
Doug Fessler -
Steve Zingman