Есть Cisco 2610XM, соединенная потоком Е1 с АТС Si2000. На базе Cisco развернута небольшая сеть IP-телефонии (аппараты Avayya, SIP) ... работает все, кроме переадресации выхова (когда задействовано три IP-телефона): звонок с ip-телефона на ip-телефон секретаря ... прошу соеденить и все такое, секретарь набирает ip-телефон начальника и хочет сказать, что звонит такой-то - звонок срывается, у начальника в трубке тишина. При этом если не ждать ответа начальника и секретарь сразу после набора номера начальника кладет трубку - то работает.Вот конфиг: version 12.4 service timestamps debug datetime localtime service timestamps log datetime localtime service password-encryption ! hostname VOIP ! boot-start-marker boot system flash:c2600-ipvoice-mz.124-25b.bin boot-end-marker ! enable password 7 xxxxxxxxxxxxx ! no aaa new-model clock timezone Moscow 3 clock summer-time MSD recurring last Sun Mar 2:00 last Sun Oct 2:00 network-clock-participate slot 1 no network-clock-participate wic 0 voice-card 1 ! ip cef ! ! ! ! isdn switch-type primary-net5 ! ! ! voice service voip allow-connections sip to sip redirect ip2ip sip registrar server no call service stop ! ! ! voice class codec 1 codec preference 1 g711alaw codec preference 2 g711ulaw ! ! ! ! ! ! ! voice register pool 1 id ip 10.12.1.240 mask 0.0.0.0 number 1 7329 voice-class codec 1 ! voice register pool 2 id ip 10.12.1.241 mask 0.0.0.0 number 1 7256 voice-class codec 1 ! voice register pool 3 id ip 10.12.48.241 mask 0.0.0.0 number 1 7230 voice-class codec 1 ! voice register pool 4 id ip 10.12.75.240 mask 0.0.0.0 number 1 7974 voice-class codec 1 ! voice register pool 5 id ip 10.12.72.240 mask 0.0.0.0 number 1 7875 voice-class codec 1 ! voice register pool 6 id ip 10.12.1.243 mask 0.0.0.0 number 1 7620 voice-class codec 1 ! voice register pool 7 id ip 10.12.70.240 mask 0.0.0.0 number 1 7787 voice-class codec 1 ! voice register pool 8 id ip 10.12.71.240 mask 0.0.0.0 number 1 7178 voice-class codec 1 ! voice register pool 9 id ip 10.12.79.240 mask 0.0.0.0 number 1 7112 voice-class codec 1 ! voice register pool 10 id ip 10.12.76.240 mask 0.0.0.0 number 1 7987 voice-class codec 1 ! voice register pool 11 id ip 10.12.48.240 mask 0.0.0.0 number 1 7510 voice-class codec 1 ! voice register pool 12 id ip 10.12.77.240 mask 0.0.0.0 number 1 7965 voice-class codec 1 ! voice vad-time 5000 ! ! ! ! controller E1 1/0 framing NO-CRC4 pri-group timeslots 1-31 description to Si2000 ! ! ! ! interface FastEthernet0/0 ip address 10.12.1.250 255.255.255.0 duplex auto speed auto ! interface Serial1/0:15 no ip address encapsulation hdlc isdn switch-type primary-net5 isdn incoming-voice voice no cdp enable ! ip default-gateway 10.12.1.1 ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 ! no ip http server ! logging trap errors logging 192.168.101.7 snmp-server community public RO snmp-server community write RW ! tftp-server flash:46xxupgrade.scr tftp-server flash:b02d02p2_9.bin tftp-server flash:s02d02p2_2_3.bin tftp-server flash:s20d01b2_2_2.bin tftp-server flash:b20d01b2_9.bin tftp-server flash:46xxsettings.txt ! control-plane ! ! ! voice-port 1/0:15 echo-cancel coverage 32 no vad cptone RU bearer-cap 3100Hz ! ! ! ! dial-peer cor custom ! ! ! dial-peer voice 1 pots destination-pattern .T no digit-strip direct-inward-dial port 1/0:15 forward-digits all ! ! line con 0 speed 115200 line aux 0 line vty 0 4 password 7 xxxxxxxxxx login ! ntp clock-period 17208397 ntp server 10.12.1.1 prefer ntp server 194.149.67.130 ! end
|