Hi all,
I'm after a little assistance, previously (before Asterisk 1.2) my italk config worked fine. However, since installing asterisk 1.2, I can make outgoing calls fine, but incoming calls go straight to the italk voicemail instead of being passed to my asterisk box.
The config I have is:
for sip.conf (and yes, it's on port 5070 not 5060):
[general]
bindport=5070
externip=60.234.145.xxx
localnet=192.168.1.0/255.255.255.0
localnet=192.168.61.0/255.255.255.0
context=internal
useragent=blah
register => 649974XXXX:passowrd@akl.italk.co.nz:5060/140
for extensions.conf:
[internal]
exten => 140,1,Dial(SIP/140,30,r)
Can anyone tell me which parts are wrong?
Thanks in advance :)