Доброго времени суток.Есть Cisco router 2851:
System returned to ROM by reload at 22:42:26 UA Thu Aug 12 2010
System image file is "flash:c2800nm-spservicesk9-mz.124-24.t3.bin"
...
...
Cisco 2851 (revision 53.51) with 249856K/12288K bytes of memory.
Processor board ID FCZ113971U2
2 Gigabit Ethernet interfaces
2 Voice FXO interfaces
DRAM configuration is 64 bits wide with parity enabled.
239K bytes of non-volatile configuration memory.
62720K bytes of ATA CompactFlash (Read/Write)
C2851#sh inventory
NAME: "2851 chassis", DESCR: "2851 chassis"
PID: CISCO2851 , VID: V04 , SN: FCZ113971U2
NAME: "2nd generation two port FXO voice interface daughtercard on Slot 0 SubSlot 0", DESCR: "2nd generation two port FXO voice interface daughtercard"
PID: VIC2-2FXO , VID: V02 , SN: FOC12200F73
NAME: "PVDMII DSP SIMM with three DSPs on Slot 0 SubSlot 4", DESCR: "PVDMII DSP SIMM with three DSPs"
PID: PVDM2-48 , VID: V01 , SN: FOC1134027N
На нем настроен транскодинг. Его цель - преобразование dtmf inband g711a в rfc2833 для входящих звонков, которые попадают на ivr меню. Пров отдает только inband g711.
interface Loopback1
ip address 192.168.101.1 255.255.255.0
interface GigabitEthernet0/0
ip address External IP address to provider
ip nat outside
ip virtual-reassembly
duplex auto
speed auto
interface GigabitEthernet0/1.100
! Internal interface to telephony
ip address 192.168.100.1 255.255.255.0
ip nat inside
...
...
sccp local Loopback1
sccp ccm 192.168.101.1 identifier 1 priority 1 version 4.0
sccp
sccp ccm group 1
bind interface GigabitEthernet0/0
associate ccm 1 priority 1
associate profile 1 register xcode1
...
...
dspfarm profile 1 transcode
codec g711alaw
maximum sessions 40
associate application SCCP
sdspfarm units 1
sdspfarm transcode sessions 40
sdspfarm tag 1 xcode1
...
...
telephony-service
sdspfarm units 1
sdspfarm transcode sessions 40
sdspfarm tag 1 xcode1
max-ephones 1
max-dn 5
ip source-address 192.168.101.1 port 2000
Все вроде бы работает и ничего, кроме одного но. Ресурсы у роутера ограничены, а транскодить мне надо только входящие звонки. Но я замечаю, что и исходящие тоже подпадают под действие транскодера.
C2851#sh dspfarm all
Dspfarm Profile Configuration
Profile ID = 1, Service = TRANSCODING, Resource ID = 1
Profile Description :
Profile Service Mode : Non Secure
Profile Admin State : UP
Profile Operation State : ACTIVE
Application : SCCP Status : ASSOCIATED
Resource Provider : FLEX_DSPRM Status : UP
Number of Resource Configured : 40
Number of Resource Available : 40
Codec Configuration
Codec : g711alaw, Maximum Packetization Period : 30
SLOT DSP VERSION STATUS CHNL USE TYPE RSC_ID BRIDGE_ID PKTS_TXED PKTS_RXED
0 1 24.3.3 UP 1 USED xcode 1 0x6E5 566 257
0 1 24.3.3 UP 1 USED xcode 1 0x6E4 607 607
0 1 24.3.3 UP 2 USED xcode 1 0x6E8 80 83
0 1 24.3.3 UP 2 USED xcode 1 0x6E7 80 81
0 1 24.3.3 UP N/A FREE xcode 1 - - -
0 1 24.3.3 UP N/A FREE xcode 1 - - -
...
...
Это один входящий и один исходящий звонки.
Еще время от времени наблюдается такое предупреждение:
Aug 13 16:44:52 192.168.90.2 4797: *Aug 13 13:42:22.743: %IP-3-LOOPPAK: Looping packet detected and dropped -
Aug 13 16:44:52 192.168.90.2 4798: src=192.168.100.1, dst=192.168.100.1, hl=20, tl=100, prot=17, sport=18717, dport=17469
Aug 13 16:44:52 192.168.90.2 4799: in=local, nexthop=192.168.100.1, out=GigabitEthernet0/1.100
Aug 13 16:44:52 192.168.90.2 4800: options=none -Process= "VOIP_RTCP", ipl= 0, pid= 256, -Traceback= 0x41F5CDC8z 0x41F5D04Cz 0x41F5E260z 0x41F5F1B8z 0x41F5F5E4z 0x41F602E0z 0x41F608C4z 0x41F60930z 0x4220E16Cz 0x43256BA4z 0x4325D2A8z 0x430C9668z 0x430C964Cz
Признаться даже не знаю куда копать. cisco.com пока ничего внятного не сказал.