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