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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SmartNode 4112 Voip Media Gateway With IP Office SIP

Status
Not open for further replies.

BenForMile

Technical User
Jul 14, 2010
33
Hi,

Has anybody configure the "SmartNode 4112 Voip Media Gateway" with IP Office SIP endpoint?

I have configure the "SmartLink M-ATA" with IP Office without any problem. But this Voip Media gateway confuses the heck out of me. I have successfully connected to the web interface and the console interface. I see the sip link on the telephone category in navigation, but I don't see nowhere on were to put the IPO IP Address and Sip User information. I see no information on Sip configuration on the user manual at all.

Is this device can be use as the "SmartLink M-ATA"?
How do I configure it for the IP Office.

Thank You
Benjamin Betancourt
 
Thank you for the link intrigrant.

Now some new question arise in which I could be right or wrong.

On every single "<IP or Domain>" I'm thinking will put the IP Office IP address.

Now what confused me is the part "route <Phonenumber Port 0 0> dest-interface IF_FXS_00". On the "<Phonenumber Port 0 0>" I put a DID number or an extension number?

Thank You
Benjamin Betancourt



 
route <Phonenumber Port 0 0> dest-interface IF_FXS_00 is supposed to be the extension number for the phone attached to hardware port 0.

And yes the <IP or Domain> must be replaced with the ip address of the IP Office.

A simple mind delivers great solutions
 
Thank You again intrigrant. Your link got me closer in configuring this device for the IP Office. I still ran into trouble not registering with the IP Office so I submitted a ticket to Patton and they helped me in programming it. So now it is working with the IP office. So here is the config that's working with the IP Office, in case anybody else needs it.

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4112/JS/EUI                                                  #
# R6.1 2012-05-09 H323 SIP FXS FXO                               #
# 2012-08-17T15:44:37                                            #
# SN/00A0BA079086                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
clock local default-offset +00:00
webserver port 80 language en

system

  ic voice 0
    low-bitrate-codec g729

profile ppp default

profile call-progress-tone US_Dialtone
  play 1 1000 350 -13 440 -13

profile call-progress-tone US_Alertingtone
  play 1 1000 440 -19 480 -19
  pause 2 3000

profile call-progress-tone US_Busytone
  play 1 500 480 -24 620 -24
  pause 2 500

profile call-progress-tone US_Releasetone
  play 1 250 480 -24 620 -24
  pause 2 250

profile tone-set default
profile tone-set US
  map call-progress-tone dial-tone US_Dialtone
  map call-progress-tone ringback-tone US_Alertingtone
  map call-progress-tone busy-tone US_Busytone
  map call-progress-tone release-tone US_Releasetone
  map call-progress-tone congestion-tone US_Busytone

profile voip default
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
  codec 3 g729 rx-length 30 tx-length 30
  fax transmission 1 relay t38-udp

profile pstn default

profile ringing-cadence default
  play 1 1000
  pause 2 4000

profile sip default
  no autonomous-transitioning

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface LAN
    ipaddress dhcp

context cs switch
  digit-collection timeout 3

  routing-table called-e164 OUT
    route .T dest-interface SIP

  interface sip SIP
    bind context sip-gateway GWSIP
    route call dest-interface FXS00
    remote <IP Office IP>
    early-connect

  interface fxs FXS00
    route call dest-table OUT
    caller-id-presentation mid-ring
    subscriber-number <Extension Number>
    use profile tone-set US

context cs switch
  no shutdown

authentication-service AS
  username <Extension Number> password <Password>

location-service LS
  domain 1 <IP Office IP>

  identity-group default

    authentication outbound
      authenticate 1 authentication-service AS

    registration outbound
      registrar <IP Office IP>
      register auto

  identity <Extension Number> inherits default

    registration outbound

context sip-gateway GWSIP

  interface ifsip
    bind interface LAN context router port 5060

context sip-gateway GWSIP
  bind location-service LS
  no shutdown

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

port fxs 0 0
  use profile fxs us
  encapsulation cc-fxs
  bind interface FXS00 switch
  no shutdown

port fxs 0 1
  shutdown

Thank You
Benjamin Betancourt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top