wd6awp
2
Double check the [nodes] stanza on the server(s) where the new NNX nodes are.
The other thing to check would be extensions.conf. I’d do it like so…
[globals]
HOMENPA = 999 ; change this to your Area Code
NODE = 27154
[radio-secure]
exten => ${NODE},1,rpt,${NODE}
exten => 21991,1,rpt,21991
Or you could do it with variables as shown in this topic…
My guess is that is where the routing issue is.