Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FreePBX to 3300 via SIP trunks.

Status
Not open for further replies.

LoopyLou

Technical User
Dec 4, 2005
2,539
CA
Want to do some practise on capturing SIP traces so I am trying to setup trunks from an Asterisk based FreePBX to a 3300 ( MCD 4.1 ). To speed up the process does anyone have a setup for the FreePBX end ( release 2.6 ) that they would care to share? Thanks in advance.
 
Mitel 3300ICP = 192.168.175.5
Number range = 2***
Trixbox = 192.168.174.200
Number range = 1**

Subnets are both local connected using a router.

On the Mitel 3300ICP:

-Network Element Assigment:
Create a network element for the Mitel and one for the Asterisk box
Asterisk=
Type = Other
FQDN or IP adress = 192.168.174.200
SIP Peer = selected
external FQDN or IP = 192.168.174.200
SIP registrar FQDN or IP = 192.168.174.200

- SIP IP Port Assignment:
SIP UDP = 5060
SIP TCP = 5060
SIP TLS = 5061

- DID Ranges for CPN Substitution:
Index = 10
DID Range = 2000-2999
CPN Substitution = 2XXX

- SIP Peer Profile:
SIP peer profile label = Asterisk
Local Account registration username = 150
Adress type = IP adress : 192.168.175.5
Authentication username = 150
password en confirm password = 150
Authentication = Challenge-based Authentication
Outgoing DID Ranges: select index 10

- Trunk Service Assigment:
Trunk service number = 10
class of service = 10
trunk label = SIP trunk
Dial in Trunks Incoming Digit absorb = 0

- Route Assignment:
Route number = 10
Routing medium = SIP Trunk
Trunk group number = empty
SIP Peer profile = Asterisk
Route Type = PSTN access via DPNSS

- ARS Digits dialed Assignment:
Digits Dialed = 1
Numbers to follow = 2
Termination Type = route
Termination number = 10

Make shure to enable Public Network Access via DPNSS in the SIP trunk COS.

On the Trixbox in FreePBX:

- Create a SIP trunk:
Outgoing Trunk name = Mitel
PEER Details:
allow=ulaw
auth=md5
context=from-pstn
host=192.168.175.5
insecure=very
nat=no
secret=abc123
type=peer
username=150

- Create a SIP Extension:
Display name = Mitel 3300ICP
Device options:
secret = abc123
canreinvite = no
context = from-internal
host = dynamic
type = peer
nat = no
port = 5060
dial = SIP/150

- Create an outbound route:
Route name = Mitel3300ICP
Dial patterns = 2XXX
Trunk Sequence = 0 SIP/Mitel

- Create inbound routes for your SIP extensions:
for example SIP extention 100:
- DID number = 100
Set destination = core: extension 100


Biglebowskis Razor - with all things being equal if you still can't find the answer have a shave and go down the pub.
 
thanks, doesn't seem to work. Have FreePBX on the data VLAN. May need to move it to the voice to get this to work. Should have stuck with 3300 to 3300 over SIP. At least I would know what I was doing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top