05-30-2006 12:49 PM - edited 03-17-2019 08:42 PM
Hello,
We currently have a Cisco CallManager Express implementataion with a 2811 router, 4 built-in FXS and 4 FXO ports, and (5) 7960 IP phones. We would like to use a standard cordless phone for manager only usage early in the morning.
We connected the phone to the first FXS port and are able to dial out and make calls properly as per the dial-peers that are already configured. We would like to configure this FXS port so this analog phone could function similar to an IP phone (answering incoming calls, possibly transfer and on-hold functions).
I've read the CCME admin guide and the guide on voice ports, but I'm having trouble with the solution. I understand that it needs to be configured as an ephone, but how do I configure the ephone to point to the FXS port? Or am I way off base?
Thanks in advance!
05-30-2006 09:44 PM
You do not need any ephone config. Just define a POTS peer with the DN you wish to associate with the analog phone.
dial-peer voice 10 POTS
destination-pattern 5555
port X/X/X
Please rate helpful posts.
05-31-2006 05:07 AM
Ok, so I already have this on my FXO ports:
voice-port 0/0/0
supervisory disconnect anytone
connection plar opx 150
description FXO-xxx-xxx-xxxx
station-id name Outside Line
!
voice-port 0/0/1
supervisory disconnect anytone
connection plar opx 151
description FXO-xxx-xxx-xxxx
station-id name Outside Line
!
voice-port 0/0/2
supervisory disconnect anytone
connection plar opx 152
description FXO-xxx-xxx-xxxx
station-id name Outside Line
And this as a dial-peer for my FXS port:
dial-peer voice 400 pots
description Cordless Phone
destination-pattern 160
port 0/1/0
I would remove that and make a dial-peer such as this:
dial-peer voice 400 pots
description Cordless Phone
destination-pattern 150
port 0/1/0
And any calls coming in on my first FXO port would also ring my analog phone on the first FXS port? (allowing someone to answer using the analog cordless phone if they are not near an IP phone)
Is that correct? Or, does the destination-pattern just signify the extension number of the phone on the FXS port?
Thanks for all the help by the way!
05-31-2006 10:15 AM
The destination pattern will route calls with that called number to the associated port. So a call to 160 will ring the analog phone on port 0/1/0.
You can't have the FXS port and IP phone with the same extension. Would it work to have the IP phone RNA to the FXS? Or can the user forward the IP phone to the analog phone extension?
Please rate helpful posts.
05-31-2006 12:16 PM
So the IP phones can all have extension 150 and are allowed to answer that extension if ringing...but the FXS cannot have the extension assigned? Would the answer be to obtain an ATA-186 and use that instead of an FXS to provide an analog phone?
05-31-2006 07:10 AM
Here is a sanitized config from the router:
voice-port 0/0/0
supervisory disconnect anytone
connection plar opx 150
description FXO-xxx-xxx-xxxx
station-id name Outside Line
!
voice-port 0/0/1
supervisory disconnect anytone
connection plar opx 151
description FXO-xxx-xxx-xxxx
station-id name Outside Line
!
voice-port 0/0/2
supervisory disconnect anytone
connection plar opx 152
description FXO-xxx-xxx-xxxx
station-id name Outside Line
!
voice-port 0/0/3
description FXO-Unused
!
voice-port 0/1/0
description Cordless Phone
station-id name Cordless Phone
caller-id enable
!
voice-port 0/1/1
!
voice-port 0/1/2
!
voice-port 0/1/3
!
!
!
!
!
dial-peer voice 201 pots
preference 3
destination-pattern 91..........
port 0/0/1
forward-digits 11
!
dial-peer voice 202 pots
preference 2
destination-pattern 91..........
port 0/0/2
forward-digits 11
!
dial-peer voice 200 pots
preference 4
destination-pattern 91..........
port 0/0/0
forward-digits 11
!
dial-peer voice 100 pots
preference 4
destination-pattern 9[2-9]......
port 0/0/0
forward-digits 7
!
dial-peer voice 101 pots
preference 3
destination-pattern 9[2-9]......
port 0/0/1
forward-digits 7
!
dial-peer voice 102 pots
preference 2
destination-pattern 9[2-9]......
port 0/0/2
forward-digits 7
!
dial-peer voice 300 pots
preference 4
destination-pattern 9T
port 0/0/0
!
dial-peer voice 301 pots
preference 3
destination-pattern 9T
port 0/0/1
!
dial-peer voice 302 pots
preference 2
destination-pattern 9T
port 0/0/2
!
dial-peer voice 400 pots
description Local FAX on router
destination-pattern 160
port 0/1/0
!
!
!
!
telephony-service
load 7910 P00403020214
load 7960-7940 P00305000600
max-ephones 36
max-dn 144
ip source-address 192.168.10.254 port 2000
create cnf-files version-stamp Jan 01 2002 00:00:00
max-conferences 8 gain -6
moh music-on-hold-1.wav
multicast moh 239.1.1.1 port 2000 route 192.168.10.254
transfer-system full-consult
secondary-dialtone 9
!
!
ephone-dn 1
number 150
label Line-1
description Outside Line 1
hold-alert 30 shared
!
!
ephone-dn 2
number 151
label Line-2
hold-alert 30 shared
!
!
ephone-dn 3
number 152
label Line-3
hold-alert 30 shared
!
!
ephone-dn 100
number 100
label location0 100
description xxx-xxx-xxxx
name Office
!
!
ephone-dn 101
number 101
label location1 101
description xxx-xxx-xxxx
name location1
!
!
ephone-dn 102
number 102
label location2 102
description xxx-xxx-xxxx
name location2
!
!
ephone-dn 103
number 103
label location3 103
description xxx-xxx-xxxx
name location3
!
!
ephone-dn 104
number 104
label location4 104
description xxx-xxx-xxxx
name location4
!
!
ephone-dn 105
number 105
label location5 105
description xxx-xxx-xxxx
name location5
!
!
!
!
ephone 1
mac-address xxxx.xxxx.xxxx
type 7960
button 1:100 2:1 3:2 4:3
!
!
!
ephone 2
mac-address xxxx.xxxx.xxxx
type 7960
button 1:101 2:1 3:2 4:3
!
!
!
ephone 3
mac-address xxxx.xxxx.xxxx
type 7960
button 1:102 2:1 3:2 4:3
!
!
!
ephone 4
mac-address xxxx.xxxx.xxxx
type 7960
button 1:103 2:1 3:2 4:3
!
!
!
ephone 5
mac-address xxxx.xxxx.xxxx
type 7960
button 1:104 2:1 3:2 4:3
!
!
!
ephone 6
mac-address xxxx.xxxx.xxxx
type 7960
button 1:105 2:1 3:2 4:3
06-01-2006 12:34 PM
I'm not sure where everyone is going wth this but you CAN use the FXS ports on the 28xx router as an ephone. This is a very nice feature because you get all the ephone functionality on an analog phone such as CFNA, CFB, 3-party conf, pickup groups, transfer, night mode, MOH, etc.
You will need to run the latest 12.4(4)XC IOS and see the following URL:
http://www.cisco.com/en/US/products/ps6706/prod_release_note09186a0080616dc5.html#wp317844
http://www.cisco.com/en/US/products/ps6441/products_feature_guide09186a0080483a76.html
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide