Knowledgebase: Unified Communications > SmartNode
SN411X/JS SIP terminal gateway template for Cisco Call Manager
Posted by Marc Aeberhard, Last modified by Daniel Lizaola on 22 November 2017 01:22 PM
|
|
Configuration Description
This cofiguration note gives an overview about configuring the SN411x with Cisco Unified Communications Manager (CUCM).
Following are the configuration steps required to be performed on CUCM:
Configuration for SN4112:
#----------------------------------------------------------------#
# #
# SN4112/JS/EUI #
# #
# SOFTWARE VERSION 5.2 ONWARDS (RUNNING WITH 5.2) #
# #
# DATE: 2012-04-10 #
# #
# AUTHOR: Jagdeep Singh Sekhon #
# #
# NOTES: Sample configuration of Context CS, sip-gateway and #
# FXS ports only. It does not contain any additional #
# gateway and IP configuration. #
# #
#----------------------------------------------------------------#
context cs switch routing-table called-e164 RT_FROM_FXS_00 route .T dest-interface IF_CS_SIP routing-table calling-e164 RT_TO_FXS route default dest-interface IF_FXS_00 interface sip IF_CS_SIP bind context sip-gateway sip route call dest-table RT_TO_FXS # Enter below the SIP server / Softswitch IP address or FQDN remote <0.0.0.0> interface fxs IF_FXS_00 route call dest-table RT_FROM_FXS_00 # Enter subscriber number below subscriber-number <subscriber-number> context cs switch no shutdown authentication-service AS_FXS_00 # Enter username and password accordingly as configured in CUCM. username <user-name> password <pass-word> location-service LS_ALL_FXS # IP address and port number for CUCM. domain 1 <ip-address> <port> identity <user-name> authentication outbound authenticate 1 authentication-service AS_FXS_00 username <user-name> registration outbound registrar <ip-address> <port> lifetime 300 register auto retry-timeout on-system-error 10 retry-timeout on-client-error 10 retry-timeout on-server-error 10 context sip-gateway sip interface IF_WAN bind interface <ethernet-interface> context router port 5060 context sip-gateway sip bind location-service LS_ALL_FXS no shutdown port fxs 0 0 use profile fxs us encapsulation cc-fxs bind interface IF_FXS_00 switch no shutdown port fxs 0 1 shutdown | |
|
Comments (0)