cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3554
Views
13
Helpful
10
Replies

Enabling Trasncoding on CME

Hi,

I tried to enable a Transcoding DSPFarm for CME itself, I have tried this same setup for Conference DSPFarm and it worked but I don't why got the  error: Cause Code: TCP_CONN_ERROR. I have tried to follow some advice seeting up a Loopback but still didn't worked.

I have realized with another CME with a working transcoding DSPfarm that I should to be able to make a telnet to port 2000 and be able to see the sccp process running listening at the same port too but I was unable to do it.

Below the CME setup:

voice-card 0

dspfarm

dsp services dspfarm

|

sccp local Loopback0

sccp ccm 192.168.100.1 identifier 1 priority 1 version 4.0

sccp

sccp ccm group 1

associate ccm 1 priority 1

associate profile 1 register CME_TRANSC

|

telephony-service

sdspfarm units 5

sdspfarm transcode sessions 2

sdspfarm tag 1 CME-TRANSC

max-conferences 8 gain -6

transfer-system full-consult

CME-Legacy#show ip int brief

FastEthernet0/0            192.168.4.2     YES NVRAM  up                    up

Serial0/2/0                192.168.3.2     YES NVRAM  up                    up

Loopback0                  192.168.100.1   YES NVRAM  up                    up

CME-Legacy#show sccp
SCCP Admin State: UP
Gateway Local Interface: Loopback0
        IPv4 Address: 192.168.100.1
        Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: 192.168.100.1, Port Number: 2000
                Priority: 1, Version: 4.0, Identifier: 1

Transcoding Oper State: ACTIVE_IN_PROGRESS - Cause Code: TCP_CONN_ERROR
Active Call Manager: NONE
TCP Link Status: NOT_CONNECTED, Profile Identifier: 1
Reported Max Streams: 4, Reported Max OOS Streams: 0
Supported Codec: g711ulaw, Maximum Packetization Period: 30
Supported Codec: g711alaw, Maximum Packetization Period: 30
Supported Codec: g729ar8, Maximum Packetization Period: 60
Supported Codec: g729abr8, Maximum Packetization Period: 60
Supported Codec: g729r8, Maximum Packetization Period: 60
Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
Supported Codec: rfc2833 pass-thru, Maximum Packetization Period: 30
Supported Codec: inband-dtmf to rfc2833 conversion, Maximum Packetization Period: 30

CME-Legacy#

CME-Legacy#show dspfarm profile 1
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 IN PROGRESS
Application : SCCP   Status : ASSOCIATION IN PROGRESS
Resource Provider : FLEX_DSPRM   Status : UP
Number of Resource Configured : 2
Number of Resource Available : 2
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
CME-Legacy#

CME-Legacy#sh control-plane host open-ports

Active internet connections (servers and established)

Prot               Local Address             Foreign Address                  Service    State

tcp                        *:23           192.168.4.1:61966                   Telnet ESTABLIS

tcp                        *:23                         *:0                   Telnet   LISTEN

tcp                      *:1720                         *:0                    H.225   LISTEN

tcp                      *:5061                         *:0         CCSIP_TLS_SOCKET   LISTEN

tcp                      *:5060                         *:0                      SIP   LISTEN

udp                      *:1975                         *:0                      IPC   LISTEN

I shoulded see this connection open (this is from a CME's trancoding DSPGfarm working fine)

tcp                     *:16089            10.32.29.12:2000         SCCP Application ESTABLIS

Cisco IOS Software, 2800 Software (C2800NM-ADVENTERPRISEK9-M), Version 15.1(3)T3, RELEASE SOFTWARE (fc1)

Any help would be appreciated!!!

Regards

__________________________________________________
Please remember to rate useful posts clicking on the stars below.
LinkedIn Profile: do.linkedin.com/in/leosalcie
2 Accepted Solutions

Accepted Solutions

Mohammed,

Yes I can confirm that the adding max-ephone 5 and max-dn 5 enabled the trabnscoder to register. Like I said I accidentally deleted Leos response to the post which confirmed it was the correct answer. Hopefully he will re-rate the post again.

Please rate useful posts

"For the love of God is broader than the measure of man's mind And the heart of the Eternal is most wonderfully kind"

Please rate all useful posts

View solution in original post

No worries mate .... Main thing to fix problems better than rating

"If you find this post useful, please rate it"

View solution in original post

10 Replies 10

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Hi,

Your profile association seem to be wrong

sccp ccm group 1

associate ccm 1 priority 1

associate profile 1 register CME_TRANSC

|

telephony-service

sdspfarm units 5

sdspfarm transcode sessions 2

sdspfarm tag 1 CME-TRANSC

Either change your profile to

associate profile 1 register CME-TRANSC

or your sdspfarm tag to

sdspfarm tag 1 CME_TRANSC

Both your profile and sdspfarm tag should match

Please rate useful posts

"For the love of God is broader than the measure of man's mind And the heart of the Eternal is most wonderfully kind"

Please rate all useful posts

Thanks for the respond, I retyped the name but still got the same result:

CME-Legacy#show run | s telep

telephony-service

sdspfarm units 5

sdspfarm transcode sessions 2

sdspfarm tag 1 CME-TRANSC

max-conferences 8 gain -6

transfer-system full-consult

CME-Legacy#show run | s sccp

sccp local Loopback0

sccp ccm 192.168.100.1 identifier 1 priority 1 version 4.0

sccp

sccp ccm group 1

associate ccm 1 priority 1

associate profile 1 register CME-TRANSC

CME-Legacy#show sccp
SCCP Admin State: UP
Gateway Local Interface: Loopback0
        IPv4 Address: 192.168.100.1
        Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: 192.168.100.1, Port Number: 2000
                Priority: 1, Version: 4.0, Identifier: 1

Transcoding Oper State: ACTIVE_IN_PROGRESS - Cause Code: TCP_CONN_ERROR
Active Call Manager: NONE
TCP Link Status: NOT_CONNECTED, Profile Identifier: 1
Reported Max Streams: 4, Reported Max OOS Streams: 0
Supported Codec: g711ulaw, Maximum Packetization Period: 30
Supported Codec: g711alaw, Maximum Packetization Period: 30
Supported Codec: g729ar8, Maximum Packetization Period: 60
Supported Codec: g729abr8, Maximum Packetization Period: 60
Supported Codec: g729r8, Maximum Packetization Period: 60
Supported Codec: rfc2833 dtmf, Maximum Packetization Period: 30
Supported Codec: rfc2833 pass-thru, Maximum Packetization Period: 30
Supported Codec: inband-dtmf to rfc2833 conversion, Maximum Packetization Period: 30

Any idea?

Regards

__________________________________________________
Please remember to rate useful posts clicking on the stars below.
LinkedIn Profile: do.linkedin.com/in/leosalcie

Ayodeji Okanlawon
VIP Alumni
VIP Alumni

Hi. Try and shutdown sccp and re enable it by doing

No sccp

Sccp

Please rate all useful posts

I did it after have retype the name but I got the same result.

Anyidea?

__________________________________________________
Please remember to rate useful posts clicking on the stars below.
LinkedIn Profile: do.linkedin.com/in/leosalcie

Leo,

I have accidentally deleted most of the replies including Mohammed's suggestion and all your ratings for the post. Mohammed will re-post. Can you please rate his posts again...and any of mine you find helpful

Please rate useful posts

"For the love of God is broader than the measure of man's mind And the heart of the Eternal is most wonderfully kind"

Please rate all useful posts

No worries , i just wanted if it fixed or not.

Sent from Cisco Technical Support iPhone App

Just checked my mail and found its fixed ... I am posting the answer again for reference.

You need to set max-ephone and max-dn to bring the telephony service up. Those are mandatory configurations. You was missing them from your config.

"If you find this post useful, please rate it"

Mohammed,

Yes I can confirm that the adding max-ephone 5 and max-dn 5 enabled the trabnscoder to register. Like I said I accidentally deleted Leos response to the post which confirmed it was the correct answer. Hopefully he will re-rate the post again.

Please rate useful posts

"For the love of God is broader than the measure of man's mind And the heart of the Eternal is most wonderfully kind"

Please rate all useful posts

No worries mate .... Main thing to fix problems better than rating

"If you find this post useful, please rate it"

Great Answer it resolves the problem of mine.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: