本文主要是介绍Single-Site 企业VOIP应用,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
1、启用接口、IP、连通性
en
conf t
int f0/0
no sh
ip add 192.168.1.99 255.255.255.0
exit
conf t
int f0/0
no sh
ip add 192.168.1.99 255.255.255.0
exit
ip route 0.0.0.0 0.0.0.0 192.168.1.1//默认路由
2、启用DHCP
ip dhcp pool HQ
network 192.168.1.1 255.255.255.0
option 150 ip 192.168.1.99//使用150选项指定TFTP服务器Ip
default-router 192.168.1.1
ip dhcp excluded-address 192.168.1.99
ip dhcp excluded-address 192.168.1.1
network 192.168.1.1 255.255.255.0
option 150 ip 192.168.1.99//使用150选项指定TFTP服务器Ip
default-router 192.168.1.1
ip dhcp excluded-address 192.168.1.99
ip dhcp excluded-address 192.168.1.1
3、TFTP指定IP phone 固件
默认情况下IP phone 本身没有固件,因此需要指定一个TFTP供IP phone 加载
tftp-server flash:P00307020200.bin
tftp-server flash:P00307020200.loads
tftp-server flash:P00307020200.sbn
tftp-server flash:P00307020200.sb2
tftp-server flash:P00307020200.loads
tftp-server flash:P00307020200.sbn
tftp-server flash:P00307020200.sb2
telephony-service
load 7941gE P00307020200 //指定IP电话加载哪些固件
4、telephony service
config)#telephony service
max-dn 2//最大链路数
max-ep 2 //最大电话数
ip source 192.168.1.99 port 2000 //定义SCCP服务IP 及端口 默认 7941G端口为2000
exit
max-dn 2//最大链路数
max-ep 2 //最大电话数
ip source 192.168.1.99 port 2000 //定义SCCP服务IP 及端口 默认 7941G端口为2000
exit
5、配置线路
config)#ephone-dn 1//配置线路1
num 2001//为链接到线路1的IP电话绑定 号码为2001
name Bressanone//
config)#ephone-dn 2//配置线路2
num 2002
name San Jose
6、配置IP电话
config)#epho 1
mac-address 0007.0E57.5BB6
type 7941GE
button 1:1//绑定IP电话的Line 1 按钮 至线路1
ephone 2
device-security-mode none
mac-address 0007.0E6D.713A
type 7941gE
button 1:2
mac-address 0007.0E57.5BB6
type 7941GE
button 1:1//绑定IP电话的Line 1 按钮 至线路1
ephone 2
device-security-mode none
mac-address 0007.0E6D.713A
type 7941gE
button 1:2
7、IP电话注册
启动Ip电话 -------->获取IP------->下载固件---->注册
发起呼叫---查询---RTP
转载于:https://blog.51cto.com/wolfbeing/270654
这篇关于Single-Site 企业VOIP应用的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!