General example configuration for INBOUND registrations, SIP registrar
Posted by , Last modified by Daniel Lizaola on 14 December 2017 04:59 PM

Configuration Description

The firmware 5.X supports the registrar function what allows SmartNode to accept registration from any kind of SIP-clients (telephones, soft-clients).
The example configuration shows how such an so called identity needs to be configured. Please refer to the configuration guide for a complete overview of what is possible. The example below does only show how to configure the SmartNode in order to accept inbound-registrations and how to route a call to such a registered client.

Note: To register more than 3 SIP users, the SIP-registrar license needs to be installed. To get such a license please contact our sales-departement.

 

Commande Sequence to copy, edit and paste

context cs

routing-table called-e164 RT_2_SIP
  route default dest-service SER_SIP_LOCATION

interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-<interface | table | service> <call-routing destination>
    local <domain or IP of SmartNode>

service sip-location-service SER_SIP_LOCATION
    bind location-service SER_LOCATION

context cs switch
  no shutdown

authentication-service SER_AUTH
  realm <enter any value>
  username <username> password <password>

location-service SER_LOCATION
  domain 1 <domain-name>

  identity <identity>
    alias name <define an alias if needed>

    authentication inbound
      authenticate 1 authentication-service SER_AUTH username <username>

    registration inbound

context sip-gateway GW_SIP

  interface INBOUND
    bind interface <ethernet-interface on where the registration will arrive> context router port 5060

context sip-gateway SIP
  bind location-service SER_LOCATION
  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).