03-12-2015 01:36 PM - edited 03-12-2019 10:14 AM
STCAPP
STCAPP feature allows CUCM to control analog phones through FXS ports in a Voice Gateway. This is done using SCCP protocol, so at the end, the analog port (FXS) will register to the CUCM server.
Prerequisites
Voice Gateway Configuration
First we need to configure SCCP on the Voice GW:
Select the interface that points to the CUCM where the analog phone will be registering to:
Router(config)# sccp local FastEthernet0/0
Point the VG to the IP address of the CUCM. Configure different CUCM servers with different identifier numbers and select the appropriate CUCM version:
Router(config)# sccp ccm 10.8.1.2 identifier 10 version 7.0+
Enable SCCP protocol on the router:
Router(config)# sccp
Create a CCM group with its identifier number (Range 1 to 50):
Router(config)# sccp ccm group 1
Within the CCM group, associate the CUCM server ID in order of priority:
Router(config-sccp-ccm)# associate ccm 10 priority 1
Here is an example of the configuration with 3 CUCM servers:
sccp local loopback0
sccp ccm 192.168.100.10 identifier 10 version 7.0+
sccp ccm 192.168.100.11 identifier 11 version 7.0+
sccp ccm 192.168.100.12 identifier 12 version 7.0+
sccp
!
sccp ccm group 1
associate ccm 10 priority 1
associate ccm 11 priority 2
associate ccm 12 priority 3
Now we’re going to enable the STC Application for Analog FXS ports.
Associate the STC Application with the CCM-group that controls calls & features:
Router(config)# stcapp ccm-group 1
Enable the STC Application:
Router(config)# stcapp
Configure a dial-peer for the voice port and activate STCAPP:
Router(config)#dial-peer voice 1 pots
Router(config-dial-peer)#service stcapp
Router(config-dial-peer)#port 0/1/0
Enable caller ID for that voice port
Router(config)#voice-port 0/1/0
Router(config-voice-port)# caller-id enable
Here is an example of the configuration for voice port 0/3/0:
stcapp ccm-group 1
stcapp
!
voice-port 0/3/0
caller-id enable
!
dial-peer voice 1 pots
service stcapp
port 0/3/0
CUCM Configuration
1. Add a new gateway in CUCM administration page:
Select Voice Gateway type you are using from the drop down menu
* Note how the actual gateway name will display SKIGW along with the 10-digit MAC address
2. Finally, add and register the FXS voice ports
* Note how the actual FXS endpoint names automatically takes the GW MAC address
Important things to keep in mind:
References:
http://www.cisco.com/c/en/us/td/docs/ios-xml/ios/voice/vcr4/vcr4-cr-book/vcr-s12.html#wp3900630153
I am trying to set this up so I can have an analog extension log in and out of a hunt group. My gateway is a VG310 setup as MGCP. Does it have to be assigned in CUCM as SCCP protocol?
Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: