General example configuration for OUTBOUND registrations and authentication for a SIP trunk firmware 5.X
Posted by , Last modified by Daniel Lizaola on 14 December 2017 04:24 PM

Configuration Description

This configuration examples may be used in applications, where the gateway has to use the SIP-Username, e.g. root calling number, for registration and outbound authentication but the content of the SIP-From-Header may change; e.g. root calling number together with the extension.

 

Commande Sequence to copy, edit and paste

#----------------------------------------------------------------
#
# SmartWare release 5.X
# All SmartNode Products
#
# This configuration examples may be used in applications,
# where the gateway has to use the SIP-Username,
# e.g. root calling number, for registration and
# outbound authentication but the content of the
# SIP-From-Header may change;
# e.g. root calling number together with the extension.
#
# The configuration contains variables in brackets.             
# Please read all the comments and replace the variables        
# including the brackets.                                       
# Unused lines or variables have to be commented  out or deleted
#                                                               
# Date: 2008-04-25                                              
# Author: MZ, PATTON-INALP NETWORKS, CH-3172 Niederwangen       
#         WWW.PATTON.COM   SUPPORT@INALP.COM                    
#                                                               
#----------------------------------------------------------------

authentication-service AS_DEFAULT
  username <SIP-Username> password <password>

location-service SER_LOC_DEFAULT
  domain 1 <domain-name>

# Identity Group for outbound call authentication
 
  identity-group default
    authentication outbound
      authenticate 1 authentication-service AS_DEFAULT username <SIP-Username>

# identity for outbound
 
  identity <SIP account name>
    authentication outbound
      authenticate 1 authentication-service AS_DEFAULT

    registration outbound
      registrar <URL or IP-address of registrar server>
      lifetime 300
      register auto

(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).