SmartNode T1 gateway - Asterisk IP-PBX with registration template
Posted by , Last modified by Daniel Lizaola on 14 December 2017 04:54 PM

Configuration Description

A Simple Asterisk Registration into PBX T1 on Port 0 0
#
# Replace ‹0.0.0.0› with IP address or dns name of the registrar, e.g. 192.168.1.1
# Replace ‹XXX› with account, e.g., 1234
# Replace ‹YYY› with account password, e.g., mysecret
# Replace < ethernet-interface > with the ethernet interface you use
#
# Example configuration is based on firmware 5.X, for SN4940, SN4950 and SN4960

Command Sequence to copy, edit and paste

profile voip VOIP-ASTERISK
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
  codec 3 g711alaw64k rx-length 20 tx-length 20
 
context cs switch

routing-table called-e164 RT_PSTN_TO_SIP
  route .T dest-interface IF_SIP

interface isdn IF_ISDN_00
  route call dest-table RT_PSTN_TO_SIP

interface sip IF_SIP
  bind context sip-gateway GW_SIP
# Enter below the SIP server / Softswitch IP address or FQDN
  remote <0.0.0.0>
  route call dest-interface IF_ISDN_00
# Enter below the SIP username, to be used as user part in from header
  address-translation outgoing-call from-header user-part fix <username> host-part call

context cs switch
  no shutdown

authentication-service AUTH_SVC
# Enter below the username and passwort you got by VOIP provider
  username [XXX] password [YYY]
 
location-service LOCATION_SVC
# The line below requires the VOIP Providers domain name
  domain 1 [registrar IP or domain]

# Set the SIP username on the line below
  identity <username>

    authentication outbound
# Replace the XXX with the username of Authentication service
      authenticate 1 authentication-service AUTH_SVC username <username>

    registration outbound
# Set the Registrar IP or domainname of VOIP provider
      registrar 1 <IP or Domain>
      register auto

context sip-gateway GW_SIP

  interface IF_GWSIP
    bind interface WAN context router port 5060

context sip-gateway GW_SIP
  bind location-service LOCATION_SVC
  no shutdown

port t1 0 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol ni2
      uni-side user
      encapsulation cc-isdn
      bind interface IF_ISDN_00 switch

port t1 0 0
  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).