Configuration Examples; Example 1; Example 2; Example 3 - Patton electronics SmartNode Series Software Configuration Manual

Software for smartnode series
Hide thumbs Also See for SmartNode Series:
Table of Contents

Advertisement

SmartWare Software Configuration Guide
Configuration Examples

Example 1

This is the minimal configuration of a working context sip-gateway. It has one transport interface that is bound
to the ip address 0.0.0.0 and to the port 5060. With this configuration, the context sip-gateway processes all
SIP requests addressed to port 5060 independent on which ip interface they arrive.
context sip-gateway SIP-GW
interface lan
bind port 5060
context sip-gateway SIP-GW
no shutdown

Example 2

The following example shows a context sip-gateway that is explicitly bound to a LAN-Side and a WAN-Side ip
interface. In this case, only SIP requests sent to ip interface 'eth0' and 'pvc100' will be processed. This could be
a Back-To-Back User Agent application that interconnects a private SIP environment and a public SIP envi-
ronment.
context sip-gateway SIP-GW
interface lan
bind interface eth0 context router port 5060
interface wan
bind interface pvc100 context router port 5060
context sip-gateway SIP-GW
no shutdown

Example 3

If special features like Outbound Registration, Inbound Registration or Authentication is required, one or
more location services must be configured that enables theses capabilities in general, for a group of identities or
just for a single identity. These location services must be bound to the context sip-gateway that is responsible to
manage the location service's domains. For detailed description about location service configuration, see Chap-
ter 50,
"Authentication Service"
context sip-gateway SIP-GW
interface lan
bind interface eth0 context router port 5060
interface wan
bind interface pvc100 context router port 5060
context sip-gateway SIP-GW
bind location-service SIP_LS_1
no shutdown

Configuration Examples

on page 599.
46 • Context SIP gateway overview
560

Advertisement

Table of Contents
loading

This manual is also suitable for:

Smartware release 5.1

Table of Contents