Добрый день, Помогите разобраться, проблема:
Имеется новый шлюз AP700P настроенный переадресовывать все входящие fxs на внутренний номер Asterisk 7701. Проблема в том что при физическом подключении стандартной линии МГТС к порту fxs автоматически инициируется звонок на 7701 -
show voice port показывает: Voice port slot(0)/port(0) line type = FXS status = Busy input gain = 0 db output gain = 0 db PSTN backup port enabled ring frequency = 25 Hz ring cadence = 1000 msec on, 2000 msec off reorder tone duration = 30 sec line lock tone duration = 30 sec power down duration = 0 sec polarity inverse = disabled clear down delay = 0 sec clear down tone detect = disabled tie connection = plar 7701 description = translate incoming called-number = -1 translate incoming calling-number = -1 comfort noise generation = enabled dial tone generation = enabled echo cancellation = enabled announcement = enabled low dtmf gain = -8 high dtmf gain = -5 caller ID = disabled caller ID type = bellcore caller ID NAME = enabled DID Type = normal busyout action = none backup busyout action = none current callnumber = 1 holded callnumber = -1
после снятия трубки сменяется на:
Voice port slot(0)/port(0) line type = FXS status = Disconnecting
Спустя 10 мин на:
Voice port slot(0)/port(0) line type = FXS status = Idle
И так остается висеть дальше, и так по кругу. Не пойму как так получается.. на AP200 всё работает нормально, может прошивка кривая или брак?
Конфиг: ! version 8.41.086 ! hostname AP700 ! username root password router administrator username guest password guest user ! ! interface Loopback0 ip address 127.0.0.1 255.0.0.0 ! interface FastEthernet0/0 ip address 10.0.0.99 255.0.0.0 speed auto no qos-control ! interface FastEthernet0/1 ip address 192.168.10.1 255.255.255.0 speed auto no qos-control ! ip route 0.0.0.0 0.0.0.0 10.0.0.1 ! ! ! ! http server ! ! ! ! ! ! VoIP configuration. ! ! ! Voice service voip configuration. ! protocol sip dtmf-relay out-of-band voice service voip fax protocol t38 redundancy 0 fax rate 9600 h323 call start fast h323 call tunnel enable busyout monitor gatekeeper busyout monitor sip-server no busyout monitor callagent busyout monitor voip-interface ! ! ! Voice port configuration. ! ! FXS voice-port 0/0 connection plar 7701 no caller-id enable ! ! ! FXS voice-port 0/1 caller-id enable ! ! ! FXS voice-port 0/2 caller-id enable ! ! ! FXS voice-port 0/3 caller-id enable ! ! ! ! ! Pots peer configuration. ! dial-peer voice 2 pots destination-pattern T port 0/0 user-name 8000 user-password grm101 ! ! ! ! Voip peer configuration. ! dial-peer voice 1 voip destination-pattern 7701 session target sip-server session protocol sip codec g711alaw no vad dtmf-relay info ! ! ! ! ! ! ! Gateway configuration. ! gateway h323-id voip.10.0.0.99 no ignore-msg-from-other-gk ! ! ! SIP UA configuration. ! sip-ua no fault-tolerance user-register sip-server 10.0.0.100 remote-party-id register e164 ! ! ! Tones ! ! ! ! line console ! line vty ! end
|