cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
722
Views
0
Helpful
2
Replies

Simple VOIP to POTS config with CME

tsadmin
Level 1
Level 1

Hello;

We have a 3725 VOIP Lab running CME with two VIC-2FXO modules.

Our goal is to have our 7960 IP phones on our LAN use the VIC-2FXO ports connected to POTS lines to dial out, and for incoming calls into the POTS lines from the PSTN to ring through to the 7960's.

Can anyone direct me to a simple configuration to accomplish this? Most config examples on CCO are for complex intra-site configurations.

Thanks in advance.

2 Replies 2

pbarman
Level 5
Level 5

Here is a sample simple config:-

!

voice-port 1/0/0

connection plar 7001

!

voice-port 1/0/1

connection plar 7002

!

dial-peer voice 9111 pots

destination-pattern 911

preference 1

port 1/0/0

prefix 911

!

dial-peer voice 912 pots

destination-pattern 911

preference 2

port 1/0/1

prefix 911

!

dial-peer voice 9111 pots

destination-pattern 9T

preference 1

port 1/0/0

!

dial-peer voice 9112 pots

destination-pattern 9T

preference 2

port 1/0/1

!

!

telephony-service

load 7960-7940 P00303020209

max-ephones 3

max-dn 20

ip source-address 192.168.63.254 port 2000 strict-match

create cnf-files version-stamp Jan 01 2002 00:00:00

moh music-on-hold.au

!

ephone-dn 1

number 7001

description Phone7001

name Phone 7001

!

ephone-dn 2

number 7002

description Phone7002

name Phone 7002

!

ephone 1

mac-address 0005.32D2.F8EA

type 7960

button 1:1

!

ephone 2

mac-address 0005.32D2.9999

type 7960

button 1:2

!

skhilnan
Level 1
Level 1

Have you looked at the system administrator's guide located at: http://www.cisco.com/en/US/customer/products/sw/iosswrel/ps5012/products_feature_guide_book09186a00801812e4.html

You will need CCO access, but this document walks you through how to configure a number of the features on CCME in a very methodical way. You can also try the command "telephony-service setup" to use the wizard. Info about the wizard is also included in this document