I am trying to setup an extension in asterisk which dials an extension
on the NEC DSX. i.e. If an asterisk user dials 402 I want it to
connect to the NEC DSX @ 192.168.1.57 and connect to extension 402. (
404 would be the NEC DSX sip account that I have the credentials for
).

[402]
deny=0.0.0.0/0.0.0.0
secret=pass1
dtmfmode=rfc2833
canreinvite=no
context=from-internal
host=dynamic
type=friend
nat=yes
port=5060
qualify=yes
callgroup=
pickupgroup=
dial=SIP/404:[email protected]/402
mailbox=402@device
permit=0.0.0.0/0.0.0.0
callerid=device <402>
callcounter=yes
faxdetect=no


[Nov 14 10:35:45] VERBOSE[13117][C-00000010] app_dial.c:     -- Called
SIP/404:[email protected]/402
[Nov 14 10:35:45] VERBOSE[11623][C-00000010] chan_sip.c:     -- Got
SIP response 480 "Temporarily not available" back from
192.168.1.57:5060
[Nov 14 10:35:45] VERBOSE[13117][C-00000010] app_dial.c:     --
SIP/192.168.1.57-00000019 is circuit-busy
[Nov 14 10:35:45] VERBOSE[13117][C-00000010] app_dial.c:   == Everyone
is busy/congested at this time (1:0/1/0)


I tried IAX2, but then I just get ring no answer.


What am I missing in the config - I simply want a one to one mapping.


-Thanks

-- 
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --
New to Asterisk? Join us for a live introductory webinar every Thurs:
               http://www.asterisk.org/hello

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to