Hi.
I have a Nortel i2002 and I am posting this here since the phone is similar to the i2004 when it comes to its technology.
I am also trying to make it work through an asterisk 1.6 environment using unistim.conf to be able to use the i2002 UNIStim capabilities.
My Asterisk environment works fine when running with a Cisco 7960 SIP enabled phone but I cannot make it work with the Nortel i2002. I can actually call local numbers but no external calls. I have read McNamara's comments and his blog but without being able to find out what is going wrong. I also searched the web but also with no success.
One thing that I don't understand is that my "exten=>" doesn't contain any trunk information as when using SIP. So how does the Nortel phone ans Asterisk know how to reach the "outside" world?
Here are the Asterisk-log lines from call and my conf files...
Asterisk log
[Jan 16 00:08:35] NOTICE[12082]: chan_unistim.c:3582 parsing: 192.168.1.7 Warning : received a retransmitted packet : #0x0000 (we are at #0x0001)
-- Device 'i2002' successfuly registered
-- Added extension '208' priority 1 to default (0x603098)
-- Starting switch on '208@i2002-0' to 65555555
== Starting USTM/208@i2002-0 at default,55555555,1 failed so falling back to exten 's'
== Starting USTM/208@i2002-0 at default,s,1 still failed so falling back to context 'default'
unistim.conf
[general]
port=5000
autoprovisioning=no
[i2002]
context=default
device=0016 xxxx xxxx
rtp_port=10000
rtp_method=3
status_method=0
dateformat=0
timeformat=2
country=dk
callerid="Customer Support" <208>
callhistory=1
linelabel="208"
line=>208
extensions.conf
exten => 208,1,Dial(USTM/208@i2002)
Working extensions.conf used with Cisco SIP ; not used when testing the Nortel i2002
[CallingRule_208]
exten => _X.,1,Dial(SIP/${EXTEN}@musimi,40,r)
users.conf
[musimi]
context = DID_######
host = musimi.dk
trunkname = Musimi
username = #####
secret = xxxxxxxx
hasiax = no
registeriax = no
hassip = yes
registersip = yes
trunkstyle = voip
hasexten = no
insecure = port,invite
disallow = all
allow = g729,ulaw,alaw
[208]
username = 208
transfer = yes
mailbox = 208
host = dynamic
...
dtmfmode = rfc2833
disallow = all
allow = g729,ulaw,alaw