Hi,
I'm trying to configure Asterisk for connecting to Zen Voice. I've tried several configuration in the sip.conf but the trunk line remains in UNREACHEABLE state. From the debug console I can see that Asterisk is trying to retransmmit the OPTIONS SIP packet to zenVoice.
My sip.conf configuration is:
[general]
context=incoming
allowoverlap=no
bindport=5060
bindaddr=0.0.0.0
srvlookup=yes
externip=my_ip
nat=yes
localnet=192.168.1.0/255.255.255.0
fromdomain=my_domain
qualify=3000
register => 020XXXXXXX:password@voip.zen.co.uk:5060
...
[zenvoice]
allow = all
type = friend
context = incoming
host = voip.zen.co.uk
port = 5060
secret = password
trunkname = Custom -ZenVoice
trunkstyle = customvoip
username = 020XXXXXXX
fromdomain = voip.zen.co.uk
fromuser = 020XXXXXXX
insecure = very
callerid = 020XXXXXXX
qualify = yes
canreinvite = no
nat = yes
I would appreciate any help on the correct configuration file.
Best regards,
Luis