Основная проблема решена. Решение выглядит следующим образом: Current configuration : 2615 bytes ! version 12.4 service timestamps debug datetime msec service timestamps log datetime msec service password-encryption ! hostname C2811 ! boot-start-marker boot system flash c2800nm-adventerprisek9_ivs-mz.124-18.bin boot-end-marker ! logging buffered 51200 warnings enable secret 5 XXXXXXXXXXXXXXXXXXXXX enable password 7 XXXXXXXXXXXXXXXXXXXXXX ! aaa new-model ! ! aaa authentication login default local aaa authentication login NO_AUTHEN none ! aaa session-id unique clock timezone MSK 3 clock summer-time MSK recurring last Sun Mar 3:00 last Sun Oct 2:00 ! ! ip cef ! ! no ip domain lookup ip auth-proxy max-nodata-conns 3 ip admission max-nodata-conns 3 ! ! voice-card 0 dspfarm dsp services dspfarm ! ! ! ! voice service voip allow-connections h323 to h323 h323 ! ! ! voice class codec 1 codec preference 1 g729r8 codec preference 2 g729r8 codec preference 3 g711ulaw codec preference 4 g711alaw codec preference 5 g723r63 codec preference 6 g723r53 codec preference 7 g723ar63 codec preference 8 g723ar53 ! ! ! voice class h323 1 call start slow ! ! ! username XXXXXXXX secret 5 XXXXXXXXXXXXXXXXXXXXXXXXXXXX ! ! ! ! ! ! ! interface FastEthernet0/0 no ip address duplex auto speed auto ! interface FastEthernet0/0.1 encapsulation dot1Q 41 ip address AAA.BBB.CCC.3 255.255.255.0 ! interface FastEthernet0/0.2 encapsulation dot1Q 42 ip address EEE.FFF.GGG.250 255.255.255.0 ! interface FastEthernet0/1 ip address III.JJJ.KKK.182 255.255.255.240 duplex auto speed auto ! ip forward-protocol nd ip route 0.0.0.0 0.0.0.0 III.JJJ.KKK.177 ! ! no ip http server ip http authentication local no ip http secure-server ip http timeout-policy idle 60 life 86400 requests 10000 ! ! ! ! ! control-plane ! ! ! ! dspfarm profile 1 transcode codec g711ulaw codec g711alaw codec g729ar8 codec g729abr8 maximum sessions 16 associate application SCCP ! ! ! dial-peer voice 1 voip description ==To CCM== destination-pattern [1-4].. voice-class codec 2 voice-class H323 1 session target ipv4:AAA.BBB.CCC.2 incoming called-number .T dtmf-relay h245-alphanumeric ! dial-peer voice 2 voip tone ringback alert-no-PI description ==To VoIP Exchange== preference 1 destination-pattern 7.......... voice-class codec 2 session target ipv4:212.53.35.244 dtmf-relay h245-alphanumeric ! dial-peer voice 3 voip tone ringback alert-no-PI description ==To VoIP Exchange== preference 2 destination-pattern 7.......... voice-class codec 2 session target ipv4:212.53.35.34 dtmf-relay h245-alphanumeric ! dial-peer voice 4 voip tone ringback alert-no-PI description ==To VoIP Exchange for international calls== preference 1 destination-pattern [1-6,8,9]T voice-class codec 2 session target ipv4:212.53.35.244 dtmf-relay h245-alphanumeric ! dial-peer voice 5 voip tone ringback alert-no-PI description ==To VoIP Exchange for international calls== preference 2 destination-pattern [1-6,8,9]T voice-class codec 2 session target ipv4:212.53.35.34 dtmf-relay h245-alphanumeric ! ! ! gatekeeper shutdown ! ! line con 0 logging synchronous line aux 0 line vty 0 4 transport input telnet line vty 5 15 transport input none ! scheduler allocate 20000 1000 ! end где AAA.BBB.CCC.3-адрес 2811 в сети CCM, AAA.BBB.CCC.2-адрес CCM, EEE.FFF.GGG.х-офисная сеть, III.JJJ.KKK.182-реальный IP, которым 2811 смотрит на VoIP-провайдера. CCM сейчас сконфигурён так: сделаны два региона - default и voip_exchange. В регионе default внутри региона ходит кодек 711, в регион voip_exchange смотрит кодек 729. В регионе voip_exchange везде выставлен кодек 729. На основе этих регионов созданы два девайс-пула - default и voip_exchange. Пул default применён внутри офиса, пул voip_exchange применён на межкластерный транк, который смотрит на 2811. Fast start на транке отменён, задействованы MTP и MRGL. Работает нормально. Теперь возник вопрос: как настроить транскодер на 2811, чтобы при звонке с CCM на 2811 шел транскодинг из 711 в 729 или 723, в зависимости от выбранного кодека в voice class codec листе?
|