刘倩,某局点S7503X设备配置epon voip功能后话机互拨不通忙音
组网及说明
组网如下:
告警信息
不涉及告警
问题描述
话机----ONU----(2/0/6:7,2/0/6:1)OLT(2/0/1,2/0/2)-----核心----服务器
现场ONU下接话机,目前话机已经正常注册到服务器上,但是话机之间在拨打的时候发现无法拨通,拨打电话显示忙音
过程分析
现场配置如下
#
interface Onu2/0/6:1
voip digit-map 63018 63018
iad address 192.168.103.102 23 gateway 192.168.103.254
voice vlan 102
voip sip registrar-server ip 10.145.9.236
voip sip proxy-server ip 10.145.9.236
bind onu-id 8c94-6af9-b0bf
management-vlan 100
uni 1 vlan-mode tag pvid 104
uni 2 vlan-mode tag pvid 81
uni 3 vlan-mode tag pvid 81
uni 4 vlan-mode tag pvid 81
uni 5 vlan-mode tag pvid 81
uni 7 vlan-mode tag pvid 104
uni 8 vlan-mode trunk pvid 21 80 to 83
voip-port 1 sip account 63018 username 63018 password cipher $c$3$QrurJ+5ZgCpxuNWnkDYoH1jCK4Fa+lccwRCE
undo voip-port 1 shutdown
voip-port 2 sip account 63018 username 63018 password cipher $c$3$0knJCQJIbJ7xw0Ox3uysfXLQ144hP1gcGoSd
undo voip-port 2 shutdown
port link-type trunk
port trunk permit vlan all
#
#
interface Onu2/0/6:7
voip digit-map 63020 63020
iad address 192.168.103.101 23 gateway 192.168.103.254
voice vlan 102
voip sip registrar-server ip 10.145.9.236
voip sip proxy-server ip 10.145.9.236
bind onu-id 8c94-6af9-afcf
management-vlan 100
undo shutdown management-vlan-interface
ip address 192.168.101.249 255.255.254.0 gateway 192.168.101.254
uni 1 vlan-mode tag pvid 104
uni 2 vlan-mode tag pvid 81
uni 3 vlan-mode tag pvid 81
uni 4 vlan-mode tag pvid 81
uni 5 vlan-mode tag pvid 81
uni 7 vlan-mode tag pvid 104
uni 8 vlan-mode trunk pvid 21 80 to 83
voip-port 1 sip account 63020 username 63020 password cipher $c$3$DBMoY++RsoMzeTpbQycu89qwEA==
undo voip-port 1 shutdown
voip-port 2 sip account 63020 username 63020 password cipher $c$3$W7GG//k2VjsEaC6EZd+97Kk+Uw==
undo voip-port 2 shutdown
port link-type trunk
port trunk permit vlan all
#
#
interface Olt2/0/6
using onu 1 to 11
port link-type trunk
undo port trunk permit vlan 1
port trunk permit vlan 2 to 4094
qos apply policy 1 inbound
qos apply policy 1 outbound
#
#
ftth
onu upstream-sla maximum-bandwidth percent 100
onu invalid-address mode broadcast
onu bind auto
onu bind auto slot 2
#
现场的sip数图配置为voip digit-map 63018 63018
数图即拨号规则,用于判断用户拨打号码的范围和长度是否符合拨号规则。通过设置数图,允许一定范围内的号码可以正常呼叫。
即只允许拨打63018,而起本身电话口的配置指定的号码就是63018,即只允许自己拨打自己
voip-port 1 sip account 63018 username 63018 password cipher $c$3$QrurJ+5ZgCpxuNWnkDYoH1jCK4Fa+lccwRCE
所以出现两个电话拨打不通的情况
解决方法
修改现场如下配置解决
voip digit-map 63018 63018--->voip digit-map map1 [0-9*#].
修改为[0-9*#].可以任意拨
CRM论坛(CRMbbs.com)——一个让用户更懂CRM的垂直性行业内容平台,CRM论坛致力于互联网、客户管理、销售管理、SCRM私域流量内容输出5年。 如果您有好的内容,欢迎向我们投稿,共建CRM多元化生态体系,创建CRM客户管理一体化生态解决方案。本文来源:知了社区基于知识共享署名-相同方式共享3.0中国大陆许可协议,某局点S7503X设备配置epon voip功能后话机互拨不通忙音