I am trying to create a SIP trunk between my shortel switch and an asterisk server.
However, the sip connection never gets established and keeps timing out.
Does anyone know how to do this?
Thanks
Shoretel Switch IP: 192.168.12.6
Asterisk IP" 192.168.10.18
Shoretel Configuration
================
Trunk Groups
-------------
Name: Asterisk_SIP
Teleworkers: unchecked
Enable SIP Info for G.711 DTMF Signaling: Unchecked
Enable Digest Authentication
User ID: siptrunk
Password
assword
Individual Trunk
---------------
Name: Asterisk_SIP
Trunk Group: Asterisk_SIP
Switch: Switch 1
SIP Trunk Type: Use IP Address 192.168.10.18
Asterisk Configuration (sip.conf)
========================
register = siptrunk
[email protected]/siptrunk
[siptrunk]
type=friend
secret=password
context=shoretel_incoming
host=192.168.12.6
disallow=all
allow=ulaw
dtmfmode=rfc2833
username=siptrunk
However, the sip connection never gets established and keeps timing out.
Does anyone know how to do this?
Thanks
Shoretel Switch IP: 192.168.12.6
Asterisk IP" 192.168.10.18
Shoretel Configuration
================
Trunk Groups
-------------
Name: Asterisk_SIP
Teleworkers: unchecked
Enable SIP Info for G.711 DTMF Signaling: Unchecked
Enable Digest Authentication
User ID: siptrunk
Password

Individual Trunk
---------------
Name: Asterisk_SIP
Trunk Group: Asterisk_SIP
Switch: Switch 1
SIP Trunk Type: Use IP Address 192.168.10.18
Asterisk Configuration (sip.conf)
========================
register = siptrunk

[siptrunk]
type=friend
secret=password
context=shoretel_incoming
host=192.168.12.6
disallow=all
allow=ulaw
dtmfmode=rfc2833
username=siptrunk
Comment