A user stanza in sip.conf or iax.conf should look like this:
[my-ip-phone]
type=user
context=radiocontrol
auth=md5
secret=nunya ; Important! Change this!!!
disallow=all
allow=gsm
allow=ulaw
transfer=no
The radiocontrol context in extensions.conf should look like this:
[radio-control] ; Change all instances of 1234 to your node num.
exten=1234,1,Answer
exten=1234,n,Playback,rpt/node
exten=1234,n,Playback,digits/1
exten=1234,n,Playback,digits/2
exten=1234,n,Playback,digits/3
exten=1234,n,Playback,digits/4
exten=1234,n,Rpt,1234|P
My sip client says Request timeout, using the local wifi network to connect.
so not a router issue... I have tried a few combinations... Any ideas?