Возможно ли на AP200 завершить звонок между линиями FXO0 и FXO1 по истечению некоторого времени? Дело в том, что AddPac иногда не воспринимает сигнал отбоя и не разъединяет звонок, т.е. остается "занятым". У меня он переадресовывает звонок из одной аналоговой линии в другую с перенабором номера. Конфиг следующий:
AP200# sh run ! version 8.30W ! hostname AP200 ! ! no bridge spanning-tree ! dhcp-list 0 type server dhcp-list 0 address server interface ether0.0 dhcp-list 0 option dhcp-lease-time 600 dhcp-list 0 option router-option 192.168.1.1 ! ! ip-share enable ip-share interface net-side ether0.0 ip-share interface local-side ether1.0 ! interface ether0.0 ip address 10.0.0.3 255.255.255.0 ! interface ether1.0 ip address 192.168.1.100 255.255.255.0 ip dhcp-group 0 ! snmp name AP200D ! no arp reset ! ! ! ! ! ! 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 ! ! ! Voice port configuration. ! ! FXO voice-port 0/0 connection plar 089048599999 no caller-id enable ! ! ! FXO voice-port 0/1 no caller-id enable ! ! ! ! ! Pots peer configuration. ! dial-peer voice 0 pots destination-pattern 089048599999 port 0/1 forward-digits from 0 ! dial-peer voice 1 pots destination-pattern T port 0/0 ! ! ! ! Voip peer configuration. ! ! ! ! ! ! ! Gateway configuration. ! gateway h323-id voip.10.0.0.3 no ignore-msg-from-other-gk ! ! ! Codec classes configuration. ! voice class codec 1 codec preference 4 g711ulaw ! ! ! ! SIP UA configuration. ! sip-ua ! ! ! MGCP configuration. ! mgcp no codec vad ! ! ! Tones voice class clear-down-cadence 1 -13 350 340 3 11 ! ! ! ! !
|