Два VoIP шлюза в разных сетях
Здравствуйте, Гуру!
Не судите строго за, может быть, глупый вопрос. С VoIP работаю всего неделю, начальство захотело...
Есть AP200 в локальной сети(адрес 192.168.0.244), есть AP190 в городской сети(адрес 172.25.32.90). Так же есть Астериск с двумя сетевушками смотрит в обе эти сети(адреса 192.168.0.100 и 172.25.32.100 соответствено). Проблема заключается в следующем: оба устройства на серваке регистрируются, звонки проходят, но голос слышно только в одном направлении... :( Если их оба заводить в локалку то всё работает, ума не приложу в чем дело :wacko: Помогите пожалуйста.
Вот конфиги устройств:
___________________________________________
AP200# sh run
!
version 8.238
!
hostname AP200
!
dhcp-list 0 type server
dhcp-list 0 address server interface ether0.0
dhcp-list 0 option dhcp-lease-time 7200
!
dhcp-list 1 type server
dhcp-list 1 address server 10.1.1.2 10.1.1.254 255.255.255.0
dhcp-list 1 option dhcp-lease-time 600
!
!
ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
interface ether0.0
ip address 192.168.0.244 255.255.255.0
!
interface ether1.0
no ip address
!
snmp name sud
!
no arp reset
!
route 0.0.0.0 0.0.0.0 192.168.0.241
!
service ez-setup
no service ftpd
!
auto-script autorun.inf
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
inband-ringback-tone
busyout monitor gatekeeper
no busyout monitor callagent
busyout monitor voip-interface
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
! FXS
voice-port 0/1
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 0000001211
port 0/0
!
dial-peer voice 1 pots
destination-pattern 0000002211
port 0/1
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
dtmf-relay rtp-2833
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.192.168.0.244
!
!
! SIP UA configuration.
!
sip-ua
sip-server 192.168.0.243
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
!
!
! Tones
!
!
!
!
_____________________________________________________
AP190# sh run
!
version 8.234
!
hostname AP190
!
dhcp-list 0 type server
dhcp-list 0 address server interface ether0.0
dhcp-list 0 option dhcp-lease-time 600
!
dhcp-list 1 type server
dhcp-list 1 address server 10.1.1.2 10.1.1.254 255.255.255.0
dhcp-list 1 option dhcp-lease-time 600
!
!
ip-share enable
ip-share interface net-side ether0.0
ip-share interface local-side ether1.0
!
interface ether0.0
no ip address
encapsulation pppoe
ppp authentication pap callin
ppp pap sent-username 2-200402102006 password 5642846384
ppp echo interval 20
ppp ipcp ms-dns
ppp ipcp default-route
!
interface ether1.0
no ip address
ip dhcp-group 0
!
snmp name d-01
!
no arp reset
!
service ez-setup
service tftpd
!
user add guest guest low
!
auto-script autorun.inf
!
!
!
!
!
! VoIP configuration.
!
!
! Voice service voip configuration.
!
voice service voip
fax protocol t38 redundancy 0
fax rate 9600
h323 call start fast
h323 call tunnel enable
inband-ringback-tone
busyout monitor gatekeeper
busyout monitor voip-interface
!
!
! Voice port configuration.
!
! FXS
voice-port 0/0
caller-id enable
!
!
!
!
! Pots peer configuration.
!
dial-peer voice 0 pots
destination-pattern 0000003111
port 0/0
!
!
!
! Voip peer configuration.
!
dial-peer voice 1000 voip
destination-pattern T
session target sip-server
session protocol sip
dtmf-relay rtp-2833
!
!
!
!
!
!
! Gateway configuration.
!
gateway
h323-id voip.172.25.32.90
!
!
! SIP UA configuration.
!
sip-ua
sip-server 172.25.32.223
register e164
!
!
! MGCP configuration.
!
mgcp
codec g711ulaw
!
!
! Tones
!
|