cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2212
Views
0
Helpful
5
Replies

3845 Transcode not associated

Arthur Kant
Level 1
Level 1

Hello all, I am trying to setup our 3845 to do some transcoding. Hhere is my config:

voice-card 0

dspfarm

dsp services dspfarm

sccp local GigabitEthernet0/0.20

sccp ccm 192.168.100.1 identifier 1 version 4.1

!

sccp ccm group 1

bind interface GigabitEthernet0/0.20

associate ccm 1 priority 1

associate profile 1 register trans1233

keepalive retries 5

!

dspfarm profile 1 transcode

codec g711ulaw

codec g711alaw

codec g729ar8

codec g729abr8

codec g729r8

codec g729br8

maximum sessions 6

associate application SCCP

telephony-service

sdspfarm units 5

sdspfarm transcode sessions 4

sdspfarm tag 2 trans1233

conference hardware

ip source-address 192.168.100.1 port 2000

max-conferences 12 gain -6

transfer-system full-consult

My problem:

#show dsp profile 1

Dspfarm Profile Configuration

Profile ID = 1, Service = TRANSCODING, Resource ID = 1

Profile Description :

Profile Admin State : UP

Profile Operation State : ACTIVE IN PROGRESS

Application : SCCP Status : ASSOCIATION IN PROGRESS

Resource Provider : FLEX_DSPRM Status : UP

Number of Resource Configured : 6

Number of Resource Available : 6

Codec Configuration

Codec : g711ulaw, Maximum Packetization Period : 30

Codec : g711alaw, Maximum Packetization Period : 30

Codec : g729ar8, Maximum Packetization Period : 60

Codec : g729abr8, Maximum Packetization Period : 60

Codec : g729r8, Maximum Packetization Period : 60

Codec : g729br8, Maximum Packetization Period : 60

I am concerned about the "active in progress" for the association. Am I missing something?

5 Replies 5

Stoyan Stoitsev
Level 8
Level 8

Hi,

You should have sccp enabled.

sccp local GigabitEthernet0/0.20

sccp ccm 192.168.100.1 identifier 1 version 4.1

sccp

If you still have this problem try removig the version of CM in the config. With some IOSs you have to do this...

sccp local GigabitEthernet0/0.20

sccp ccm 192.168.100.1 identifier 1

sccp

BR,

Stoyan

oops, I did have he sccp in there, I just pasted too soon. So it was giving me the error even with sccp enabled in global.

I followed your suggestion and changed my config to:

sccp local GigabitEthernet0/0.20

sccp ccm 192.168.100.1 identifier 1

sccp

!

sccp ccm group 1

bind interface GigabitEthernet0/0.20

associate ccm 1 priority 1

associate profile 1 register trans1233

keepalive retries 5

!

dspfarm profile 1 transcode

codec g711ulaw

codec g711alaw

codec g729ar8

codec g729abr8

codec g729r8

codec g729br8

maximum sessions 6

associate application SCCP

and still get:

show dsp profile 1

Dspfarm Profile Configuration

Profile ID = 1, Service = TRANSCODING, Resource ID = 1

Profile Description :

Profile Admin State : UP

Profile Operation State : ACTIVE IN PROGRESS

Application : SCCP Status : ASSOCIATION IN PROGRESS

Resource Provider : FLEX_DSPRM Status : UP

Number of Resource Configured : 6

Number of Resource Available : 6

Codec Configuration

Codec : g711ulaw, Maximum Packetization Period : 30

Codec : g711alaw, Maximum Packetization Period : 30

Codec : g729ar8, Maximum Packetization Period : 60

Codec : g729abr8, Maximum Packetization Period : 60

Codec : g729r8, Maximum Packetization Period : 60

Codec : g729br8, Maximum Packetization Period : 60

This router has only been a voice gateway in the past and has never run anythig under CME, perhaps CME is missing something here? hmmm very confused here.

Running the following:

Cisco IOS Software, 3800 Software (C3845-ADVIPSERVICESK9-M), Version 12.4(15)T5, RELEASE SOFTWARE (fc4)

Configure this command:

sccp ccm 192.168.100.1 identifier 1

as

sccp ccm 192.168.100.1 identifier 1  version 7.0 (or whatever the latest available version on this IOS is)

HTH,

Chris

Oleh Doroshenko
Level 1
Level 1

It look like gatewy try to register on CM but cannot find this transcoder configuration (trans1233). Create new transcoder or check correct spelling on CM(CM and Gateway names have to be identical).