Cisco CUBE
CUBE - это что-то вроде маршрутизатора в телефонии или ip-to-ip шлюза, как писали ранее. Cisco Unified Border Element Configuration Guide. Ниже настройки для IOS 15.x. Пусть будет шлюзом между двумя телефонными станциями host1 и host2. Каждая станция имеет маршрут, доступ до адреса на Loopback0 CUBE, но не до адресов друг друга.
voice rtp send-recv
!
voice service voip
ip address trusted list
ipv4 <host1> 255.255.255.255
ipv4 <host2> 255.255.255.255
allow-connections sip to sip
fax protocol t38 version 0 ls-redundancy 0 hs-redundancy 0 fallback none
sip
bind control source-interface Loopback0
bind media source-interface Loopback0
dial-peer voice 100 voip
huntstop
destination-pattern [567]..
session protocol sipv2
session target ipv4:<host1>:5080
session transport tcp
codec g711alaw
!
dial-peer voice 200 voip
huntstop
destination-pattern [234]..
session protocol sipv2
session target ipv4:<host2>
session transport udp
dtmf-relay rtp-nte
codec g711alaw
huntstop
в основном и прописать preference 10
на резервном диалпире.
dial-peer voice 200 voip
destination-pattern [234]..
session protocol sipv2
session target ipv4:<host2>
session transport udp
dtmf-relay rtp-nte
codec g711alaw
dial-peer voice 300 voip
huntstop
preference 10
destination-pattern [234]....
session protocol sipv2
session target ipv4:<host3>
session transport udp
dtmf-relay rtp-nte
codec g711alaw
codec transparent
sh voip rtp connections
debug voip ccapi inout
debug ccsip