How to configure Mitel 3300 with Smartnode FXS port
Posted by Daniel Lizaola, Last modified by Daniel Lizaola on 20 December 2017 01:03 PM
The below screenshots shows how Mitel 3300 needs to be configured.




























Below is the Smartnode configuration where

# Smartnode IP= 10.10.10.10
# Mitel Ip = 10.10.10.11
# SIP Account 8998


context ip router

  interface eth0
    ipaddress 10.10.10.10 255.255.255.0
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router

context cs switch

  routing-table called-e164 RT_from_FXS
    route .T dest-interface SIP
    
routing-table called-e164 RT_from_SIP
    route 8998 dest-interface SIP
    
  interface sip SIP
    bind context sip-gateway GWSIP
    route call dest-table RT_from_SIP
    remote 10.10.10.11

  interface fxs FXS00
    route call dest-table OUT
    caller-id-presentation mid-ring
    subscriber-number 8998

context cs switch
  no shutdown

authentication-service AS
  username 8998 password 8998     

location-service LS
  domain 10.10.10.11        

  identity-group default

    authentication outbound
      authenticate 1 authentication-service AS

    registration outbound
      registrar 10.10.10.11  
      register auto

  identity 8998 inherits default
    registration outbound    
    
context sip-gateway GWSIP
  interface ifsip
    bind interface eth0 context router port 5060
context sip-gateway GWSIP
  bind location-service LS
  no shutdown

port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface eth0 router
  no shutdown

port fxs 0 0
  encapsulation cc-fxs
  bind interface FXS00 switch
  use profile fxs us
  no shutdown
(8748 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please enter the text you see in the image into the textbox below (we use this to prevent automated submissions).