DVSwitch was working well until, uninvited, a zero was added to my node number. I reprogrammed SHARI and DVswitch with the new node number. All good except now whatever I do on DVSwitch it comes up with; Failure code:(3) Invalid Node Number. What have I done or not done?
While I can’t be certain from what you have not said in your exact config, it kinda sounds like the node number for attachment from dvswitch is not correct.
Know that the target node, if it changed with a NNX uppgrade, will need to be adjusted in rpt.conf and extensions.conf just like it was a connection from a node in the same server.
https://wiki.allstarlink.org/wiki/NNX
https://wiki.allstarlink.org/wiki/Private_nodes
If you have additional, please say how you are attaching DVS to ASL node ? USRP ? Same server ?
It sounds like you changed node number using the menu. You must also change it in extensions.conf for your dvswitch stanza. Should be about 6 lines with your node number in it. If your node was 1234 it would look like…
[]
exten => 1234,1;Answer
exten => 1234,n,Playba…
exten => 1234,n,sayDig…
exten => 1234,n,Playba…
exten => 1234,n,Set(CAL…
exten => 1234,n,RPT,1234|P|${CALL…
You must change all of them to the new node number. Notice the last line has the node number on it in TWO places.
When a iax (dvswitch) connection comes in and passes the password check in iax.conf it sends it to whatever the context = in extensions.conf. there it plays the node number and sends it to that node in rpt.conf making your connection.
Tony
Administrator
GMRS Live Support Team.
http://gmrslive.com/
Thanks Tony. I did that by changing the number in [globals].
I note in line 6 you have RPT rather than Rpt. Is that correct?
Still not working with either.
Stewart VK3PR