Voice Lab 3-IPhone Features & CME Features

wKiom1bywU-w7YkjAABslJX6Uac438.png

1-试验拓扑:

clip_p_w_picpath002

telephony-service

no auto-reg-ephone //关闭自动注册

max-ephones 5

max-dn 5

ip source-address 192.168.100.1 port 2000 //电话注册地址

timeouts interdigit 5 //拨号按钮等待时间

system message HM TEST // 公司标示

network-locale JP //定义location

time-format 24 //定义时间格式

date-format yy-mm-dd

voicemail 9999

max-conferences 8 gain -6 //最多8个人参加会议

web admin system name cisco password cisco //开启GUI

dn-webedit //在网页中可以更改DN

time-webedit //在网页中可以更改时间

transfer-system full-consult

secondary-dialtone 1 //外拨号音

create cnf-files version-stamp 7960 Jan 11 2016 20:25:32

load 7914 S00105000200 //更新电话固件

几个常用命令:

Show telephone-service

Show ephone summary

Show ephone registered

Debug vpm signal 

debug cch323 h225

debug cch323 h245

Debug voip dialpeer 

2-开启GUI for CME

R1#format flash: //在gns3下作flash格式化,用下面命令确保flash是可以看到的

clip_p_w_picpath004

R1#archive tar /xtract tftp://192.168.100.100/cme-gui-4.1.0.2.tar flash:

注意: cme-gui-4.1.0.2.tar 可以在我的百度网盘中下载到

R1(config)#ip http server //开启http 服务

http://192.168.100.1/ccme.html就可以访问了,以下为截图

clip_p_w_picpath005

3-配置电话directory
3-1电话配置

ephone-dn 1

number 1001

name fuA, ericA

ephone-dn 2

number 1002

name fuB, ericB

ephone-dn 3

number 1003

name fuC, ericC

!

ephone 1

mac-address 0200.4C4F.4F50

type CIPC

button 1:1

ephone 2

mac-address 000C.295E.AA6D

type CIPC

button 1:2

ephone 3

mac-address 000C.29CC.0734

type CIPC

button 1:3

3-2配置local directory

R1(config)#telephony-service

R1(config-telephony)#service local-directory

R1(config-telephony)directory last-name-first

R1(config-telephony)directory entry 1 1001 name fuA ericA

R1(config-telephony)directory entry 2 1002 name fuB ericB

R1(config-telephony)directory entry 3 1003 name fuC ericC

clip_p_w_picpath006