您的位置:首页 > 其它

思科统一通信,VOIP拓扑图

2007-06-10 10:35 260 查看


PRI:12345678是PSTN的一个电话号码。
需要实现的目标:callmanager下的IP-Phone可以通过Gateway拨打PSTN内的任一电话;PSTN的用户拨PRI:12345678,即可以对应到1005。
对于callmanager下的IP-Phone可以通过Gateway拨打PSTN内的任一电话,我是这样设置的:
Route Pattern:destination 9.@
Gateway: 10.1.1.2

PSTN的用户拨PRI:12345678,即可以对应到1005,我的设置是:
Gateway: dial-peer voice 1 pots
Destination-pattern 9T
Port 1/0:15
Dial-peer voice 2 voip
Destination-pattern 1…
Session target ipv4 :10.1.1.1

但是我还是没有好方法将12345678与1005对应。
实际的测试情况是:从PSTN的一个电话拨到12345678,在gateway上会显示B通道已占用,PSTN的这个电话也能听到正常的回铃音,但仍不能实现上述功能。
另外,路由器(gateway)中的dial-peer 的设置问题,
dial-peer voice 1 pots
Destination-pattern 9T (这句话的意思是否为任意PSTN的电话号码?)

回答者:yehj_cisco

回答时间:2006-8-10 10:38:36

回答内容: 你的网关可以采用H.323或者是MGCP协议。你的网关采用的是H.323,可以有若干种设置方法:如
1. 在Voice-Port下增加connection plar 1005。
2. 设置对应12345678的dial-peer voice XXX voip, destination-pattern 12345678, session-target ipv4: …; 同时在CCM中设置Translation Pattern, 将12345678 translate成1005(Called Party Mask设为1005)。

1配置示例:
语音网关上的配置
voice-port

connection plar 1005
!
dial-peer voice 1 voip
destination-pattern 1005
session target ipv4 :10.1.1.1
dtmf-relay h245-alphanumeric
codec g711ulaw

2 示例:
语音网关上的配置
dial-peer voice 1 voip
destination-pattern 12345678
session target ipv4 :10.1.1.1
dtmf-relay h245-alphanumeric
codec g711ulaw
同时需要在CallManager中设置对应于12345678号码的Translation Pattern,并将12345678转换成1005。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: