[asterisk-users] Integration with NEC DSX - help with dial line

Stephen More stephen.more at gmail.com
Thu Nov 14 09:46:34 CST 2013


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:pass2 at 192.168.1.57/402
mailbox=402 at 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:pass2 at 192.168.1.57/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



More information about the asterisk-users mailing list