Using STCAPP to make a FXS port a SCCP phone

ttrentler's picture

The default behavior for an FXS port (a port that you connect an analog phone or fax to)  on a cisco router is to act as a gateway port that is configured with h.323 in CallManager Express. 

We can make the FXS port act just like a SCCP controlled phone like a VG224 port or phone connected to an analog telephony adapter.  This way you can control the phone in CallManager express and use CME to manage hunting and other features.

Cisco has a configuration guide for STCAPP at This Link

Below is a sample working configuration:
sccp local FastEthernet0/0.15
sccp ccm 10.15.0.1 identifier 10
sccp ccm 10.10.0.1 identifier 12
sccp
!
sccp ccm group 1
associate ccm 10 priority 1
associate ccm 12 priority 2
associate ccm 30 priority 3
switchback method graceful
stcapp ccm-group 1
stcapp
!
dial-peer voice 3 pots
service stcapp
port 0/1/0
!
voice-port 0/1/0
caller-id enable


Comments

The FXS port also needs to

The FXS port also needs to be registered as an analog phone:

ephone 13
device-security-mode none
mac-address DA2F.E2B0.0001
type anl
button 1:2

You can find the MAC address of the port by issuing the command from the CLI:

show stcapp device summary

Which will give you this display:

Total Devices: 3
Total Calls in Progress: 0
Total Call Legs in Use: 0

Port Device Device Call Dev Directory Dev
Identifier Name State State Type Number Cntl
---------- --------------- -------- ------------- ------- ----------- ----
0/0/0 AN1DA2FE2B00000 IS IDLE ALG 111 CME
0/0/1 AN1DA2FE2B00001 IS IDLE ALG 112 CME
0/0/2 AN1DA2FE2B00002 IS IDLE ALG 222 CME

-Dapunisher
A+. Network+, MCP, CCNA, CCVP

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.