Дорый день! Не могли бы вы помочь с настройкой VoIP шлюза AP-100B. Схема соединения следующая: на удаленном объекте ADSL-модем роутером (IP 192.168.34.254-локальная сеть, 10.10.0.6-внешний адрес), через внутреннюю сеть провайдера выходит на офис (xxx.xxx.xx.x). Адпак через модем поднимает VPN-соединение, которое используется для подключения к мини-АТС в офисе. Все работает, но через некоторое время адпак зависает, даже не пингуется. После физической перезагрузки опять работает, но через произвольный промежуток времени опять зависает (никакой закономерности нет, может зависнуть через час, может через несколько дней или недель).
version 8.41.047 ! hostname AP100 ! username root password router administrator ! ! interface Loopback0 ip address 127.0.0.1 255.0.0.0 ! interface FastEthernet0/0 ip address 192.168.34.50 255.255.255.0 speed auto no qos-control ! interface FastEthernet0/1 no ip address speed auto no qos-control ! interface Dialer0 no ip address encapsulation ppp ppp authentication pap callin ppp pap sent-username ******** password **** ! interface Tunnel0 no ip address ip mtu 1476 tunnel source FastEthernet0/0 tunnel destination xxx.xxx.xx.x tunnel mode gre ppp tunnel pptp-client dial-pool-number 0 ! ip route 0.0.0.0 0.0.0.0 192.168.34.254 ip route 192.168.10.0 255.255.255.0 Dialer0 ! ! ! snmp name AP100B_G2 ! ! ftp server http server ! ! ! ! VoIP configuration. ! ! ! Voice service voip configuration. ! voice service voip fax protocol bypass fax rate 14400 h323 call start fast h323 call tunnel enable timeout tidt 10 busyout monitor gatekeeper busyout monitor sip-server no busyout monitor callagent busyout monitor voip-interface ! ! ! Voice port configuration. ! ! FXS voice-port 0/0 no comfort-noise caller-id enable ! ! ! FXS voice-port 0/1 no comfort-noise caller-id enable ! ! ! ! ! Pots peer configuration. ! dial-peer voice 0 pots destination-pattern 534 port 0/0 preference 1 ! dial-peer voice 1 pots destination-pattern 634 port 0/1 preference 1 ! ! ! ! Voip peer configuration. ! dial-peer voice 100 voip destination-pattern [1-8].. session target ip 192.168.10.101 codec g711alaw no vad dtmf-relay h245-alphanumeric fax protocol bypass fax rate 9600 ! dial-peer voice 101 voip destination-pattern 9[25]...... session target ip 192.168.10.101 codec g711alaw no vad dtmf-relay h245-alphanumeric ! dial-peer voice 102 voip destination-pattern 989......... session target ip 192.168.10.101 codec g711alaw no vad dtmf-relay h245-alphanumeric ! dial-peer voice 1000 voip destination-pattern .T answer-address T codec g711alaw no vad no dtmf-relay fax protocol bypass fax rate 14400 ! ! ! ! ! ! ! Gateway configuration. ! gateway h323-id voip.192.168.202.34 no ignore-msg-from-other-gk ! ! ! SIP UA configuration. ! sip-ua ! ! ! MGCP configuration. ! mgcp codec g711ulaw vad ! ! ! Tones ! ! ! voip-interface ip Dialer0 ! line console ! line vty ! ! sms quota 30 ! end AP100#
|