cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
7253
Views
5
Helpful
2
Replies

How to config CME with FXS card for analog phones

dennis.kwok
Level 1
Level 1

I want to config FXS cards in CME router with SCCP protocol for transfer, pickup ... feature. I can find information about the sccp (the command about stcapp), but I can not find the information about how to config CME, e.g. the phone no.(something like ephone-dn .... )

Can anyone help me ? or send me the link

Thx

Dennis

2 Replies 2

johncaston_2
Level 1
Level 1

Hi,

Just set it up as a dial-peer specifying the FXS port

Here's one that I set up

dial-peer voice 18 pots

description FXS port 0/1/0

destination-pattern 6444

port 0/1/0

so when I dial 6444 it maps to this port.

Hope that helps :)

Thx Johncaston,

Your config is for H323, it doesn't support features, something like transfer funtion .......

I have found the config for SCCP, let's share my finding

====================

!

ephone-dn 178

number 9933

description Board Room

name Board Room

hold-alert 30 originator

!

ephone-dn 179 dual-line

number 9990

description Meeting Room 3

name Meeting Room 3

hold-alert 30 originator

!

ephone 95

mac-address 9556.60FA.0200

type anl

button 1:178

!

ephone 96

mac-address 9556.60FA.0201

type anl

button 1:179

GigabitEthernet0/0 is up, line protocol is up

Hardware is MV96340 Ethernet, address is 0019.5566.0fa0 (bia 0019.5566.0fa0)

================================

stcapp ccm-group 1

stcapp

!

sccp local GigabitEthernet0/0

sccp ccm 172.16.136.125 identifier 1

sccp

!

sccp ccm group 1

associate ccm 1 priority 1

signaling dscp af31

audio dscp ef

!

voice-port 1/0/0

cptone HK

caller-id enable

!

voice-port 1/0/1

cptone HK

caller-id enable

!

!

dial-peer voice 21 pots

service stcapp

port 1/0/0

!

dial-peer voice 22 pots

service stcapp

port 1/0/1

!

=========================

Thanks !!

Dennis