扫一扫
分享文章到微信
扫一扫
关注官方公众号
至顶头条
在本页阅读全文(共2页)
如何进行号码规划方案
有两种号码规划方法:一种是纯的VOIP电话方案,自定义本单位内部的VOIP电话号码;另一种是使用原有的电信市话号码做为VOIP电话的电话号码,并做“1:1绑定”。
方案1:自定义VOIP电话号码方案
这种方案一般使用三位或四位数字来规划,号码随意制订。上面已经提到过本方案是“纯”的VOIP电话组网,也就是没有接入市话线路,因此不需跟市话号码做“1:1绑定”。若做“1:1绑定”,我们一般采用市话的号码来规划VOIP号码,这样方便记忆和操作。在这里不需绑定市话号码,所以采用自定义三位(数字)小号,在前面加各市区号来组合成VOIP电话号码,本地(指语音网关内部)通话直拨小号,跨市局通话,前面加拨区号,由网守来路由。
这种方案只使用模拟接入板卡模块(FXS卡),用来接入普通桌面电话机。
方案2:使用原有电信市话号码来作为对应的VOIP电话号码
这种方案使用桌面电话的原有电信市话号码作为内部VOIP电话的号码,这样最终使用电话的用户还是按照原来拨号方式打电话,他(她)并不知在打的电话是经过IP网络还是经过电信公司的市话线路。在VOIP网络通畅时,电话是优先经过VOIP链路通话的,只有在VOIP出现故障或打外线电话时,才会通过电信公司市话线路通话。
这种方案除了使用模拟接入板卡模块(FXS卡),用来接入普通桌面电话机,还要使用VOS卡或E1中继模块来接入电信市话,这样在打外线、VOIP线路不通或者语音网关掉电的情况下,均可以用市话正常通话。
设备链接配置
迈普的这套VOIP语音方案只适合在已经部署了完善的内网专线上运行,语音网关和语音网守的安装都非常简单。只要保证专线内网的路由是通的,没有做限制VOIP所使用的IP地址和端口的访问控制列表,中间经过的防火墙没有对VOIP所使用的IP地址、端口、协议等参数做了限制就可以了。在本工程中,笔者遇到的拦路虎很多都是各种不同品牌的防火墙对VOIP系统的限制,有时是无法理解的,明明似乎是对VOIP全放开了,网络能PING得通,但VOIP电话就是不通。这需要网络工程师和网管人员用心来研究防火墙的设置问题。实际工程中,经常是绕过防火墙就没有问题,一经过防火墙就可能出现注册不上网守或通话不正常的情况。
物理连接:
(1) 网络部分,只需将语音网关和网守的以太网口接入局域网交换机的交换口就行了。
(2) 桌面电话过来的电话线应打在标准的RJ45配线架或者110配线架上,然后使用相应接口的电话跳线接到语音网关的模拟卡上对应号码的RJ11接口上。语音网关若需接入市话线路的,就将来自电信公司的电话线接在VOS卡的RJ11接口上即可。
配置模板
(1)VGK 2X 网守配置模板
vgk2X#sh run
Building Configuration...done
Current configuration: 430 bytes
version 3.0.24(gatekeeper)
hostname vgk2X
enable password OWRW[WWW\W encrypt
no service password-encrypt
no service enhanced-secure
interface loopback0
exit
interface fastethernet0
ip address 10.45.99.231 255.255.255.0 // 配置以太网口IP
exit
ip route 0.0.0.0 0.0.0.0 10.45.99.1 // 配置默认路由
gatekeeper
time-to-live min 120
zone local maipu maipu.com 10.45.99.231 // 配置网守ID为maipu,区域名为maipu.com,IP为10.45.99.231
time-stamp difference 30
no shutdown
exit
License AA2E1FCD-E14DF946-F91E276E-65704E11
gatekeeper
exit
(2)VG M6000语音网关(VG2000相同)配置模板
vg6000 #sh run
Building Configuration...done
software version 8.0.42
software image file VPM6000-VG-8.0.42.bin
compiled on Jan 14 2008, 09:49:07
hostname vg6000
no service password-encrypt
no service new-encrypt
no service enhanced-secure
service login-secure
enable password OWRW[WWW\W encrypt
ip name-order local-first
interface loopback0
exit
interface fastethernet1
ip address 10.45.103.232 255.255.255.0 // 配置以太网口的IP地址
exit
ip route 0.0.0.0 0.0.0.0 10.45.103.1 // 配置默认路由
callrouting-conf
dial-peer 10 pots slot 1 // 配置1槽的大号“拨号端”,下同
channel 0 2 destination-pattern 0771601 increase
channel 3 11 destination-pattern 0771605 increase
channel 12 20 destination-pattern 0771615 increase
channel 21 29 destination-pattern 0771625 increase
channel 30 31 destination-pattern 0771635 increase
exit
dial-peer 20 pots slot 2
channel 0 2 destination-pattern 0771637 increase
channel 3 6 destination-pattern 0771650 increase
channel 7 15 destination-pattern 0771655 increase
channel 16 24 destination-pattern 0771665 increase
channel 25 31 destination-pattern 0771675 increase
exit
dial-peer 30 pots slot 3
channel 0 1 destination-pattern 0771682 increase
channel 2 10 destination-pattern 0771685 increase
channel 11 19 destination-pattern 0771695 increase
channel 20 28 destination-pattern 0771705 increase
channel 29 31 destination-pattern 0771715 increase
exit
dial-peer 11 pots slot 1 // 配置1槽的小号“拨号端”,下类似
channel 0 2 destination-pattern 601 increase
channel 3 11 destination-pattern 605 increase
channel 12 20 destination-pattern 615 increase
channel 21 29 destination-pattern 625 increase
channel 30 31 destination-pattern 635 increase
channel 0 31 register disable
exit
dial-peer 21 pots slot 2
channel 0 2 destination-pattern 637 increase
channel 3 6 destination-pattern 650 increase
channel 7 15 destination-pattern 655 increase
channel 16 24 destination-pattern 665 increase
channel 25 31 destination-pattern 675 increase
channel 0 31 register disable
exit
dial-peer 31 pots slot 3
channel 0 1 destination-pattern 682 increase
channel 2 10 destination-pattern 685 increase
channel 11 19 destination-pattern 695 increase
channel 20 28 destination-pattern 705 increase
channel 29 31 destination-pattern 715 increase
channel 0 31 register disable
exit
dial-peer 1 voip // 配置跨区号拨打的,向网守查找
destination-pattern xx.
session-target ras
exit
dial-peer 2 voip // 配置同区号的拨打9开头的小号的,向IP是10.45.91.232的语音网关查找(下类似)
destination-pattern 9xx
session-target 10.45.91.232
exit
dial-peer 3 voip
destination-pattern 8xx
session-target 10.45.99.232
exit
dial-peer 4 voip
destination-pattern 2xx
session-target 10.45.1.232
exit
dial-peer 5 voip
destination-pattern 3xx
session-target 10.45.14.232
exit
exit
card 0
exit
card 1
channel 0 31 callid enable // 来电功能打开
channel 0 31 enable // 开启“通道”,下类似
exit
card 2
channel 0 31 callid enable
channel 0 31 enable
exit
card 3
channel 0 3 callid enable
channel 0 31 enable
exit
sys-clock-source specify local
voicesrv-conf
black-white-list
exit
fax-protocol t38
h323 start slow
h323 send-dtmf h245-string
h323 call-diversion default
h323 h245Tunnel off
h323 bearer-cap 3100hz
h323 fill-send-complete enable
h323 grq_interval 40
h323 call-thrust-ttl 10
call-transfer enable // 打开呼叫转移功能
call-transfer consultation
user-config enable
exit
gateway // 向网守注册
interface fastethernet1
h323-gateway voip h323-id vg6000 // 配置本语音网关ID为vg6000
h323-gateway voip id maipu ipaddr 10.45.99.231 1718 // 网守ID为maipu,及网守IP10.45.99.231及网守端口号1718
h323-gateway voip interface
exit
line vty 0 4
password 0 admin
login
exit
总结:迈普VOIP方案的安装部署非常简单,几乎不用做原有专线内网的任何改造。配置命令也不复杂,关键位置也只有少数几句而已。迈普语音方案具有极高的性价比优势,组网以后,本系统单位内部的电话将全面实现免费通话。本语音方案非常适合具有专线内网的单位实施。
如果您非常迫切的想了解IT领域最新产品与技术信息,那么订阅至顶网技术邮件将是您的最佳途径之一。
现场直击|2021世界人工智能大会
直击5G创新地带,就在2021MWC上海
5G已至 转型当时——服务提供商如何把握转型的绝佳时机
寻找自己的Flag
华为开发者大会2020(Cloud)- 科技行者