cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
544
Views
0
Helpful
11
Replies

cme how increse maximum participants

kidatsuda
Level 1
Level 1

When i try initiate conference with 3 or 4 paricipants, third and fourth participants listen silent if sccp phone or listen music if sip phone

#show dspfarm all

SLOT   DSP VERSION  STATUS CHNL USE   TYPE    RSC_ID BRIDGE_ID PKTS_TXED PKTS_RXED

0      1   35.1.2   UP     N/A  FREE  conf    1      -         -         -
0      1   35.1.2   UP     N/A  FREE  conf    1      -         -         -

 

I think if  i increase maximum participants in conference profile this solve my problem

When i try change  profile i have message  profile oper state is up in progress already

#dspfarm profile 1 conference

(config-dspfarm-profile)#maximum conference-participants 8

(config-dspfarm-profile)#no shutdown

 profile oper state is up in progress already

How can i change participants in profile?

 

Thanks for help

1 Accepted Solution

Accepted Solutions

Hi,

You need to do "no sdspfarm tag 1 confdsp1"

and

"sdspfarm tag 1 confprof1"

 

Then do "no sccp" followed by "sccp"

Manish

View solution in original post

11 Replies 11

Manish Gogna
Cisco Employee
Cisco Employee

I do not see you shutting down the dspfarm profile , shutdown the dspfarm profile first, make changes and do a no shut.

HTH

Manish

Thanks for your answer

I perform

#dspfarm profile 1 conference

(config-dspfarm-profile)#shutdown

Disabling profile will disconnect active CONFERENCING calls,
do you want to continue ? [yes/no]yes

(config-dspfarm-profile)#maximum conference-participants 8
(config-dspfarm-profile)#no shutdown

(config-dspfarm-profile)#end

 

#show dspfarm all

Dspfarm Profile Configuration

 Profile ID = 1, Service = CONFERENCING, Resource ID = 1
 Profile Description :
 Profile Service Mode : Non Secure
 Profile Admin State : UP
 Profile Operation State : RESOURCE ALLOCATED
 Application : SCCP   Status : ASSOCIATION IN PROGRESS
 Resource Provider : FLEX_DSPRM   Status : UP
 Number of Resource Configured : 2
 Number of Resources Out of Service : 0
 Maximum conference participants : 8
 Codec Configuration: num_of_codecs:6
 Codec : g711ulaw, Maximum Packetization Period : 30 , Transcoder: Not Required
 Codec : g711alaw, Maximum Packetization Period : 30 , Transcoder: Not Required
 Codec : g729ar8, Maximum Packetization Period : 60 , Transcoder: Not Required
 Codec : g729abr8, Maximum Packetization Period : 60 , Transcoder: Not Required
 Codec : g729r8, Maximum Packetization Period : 60 , Transcoder: Not Required
 Codec : g729br8, Maximum Packetization Period : 60 , Transcoder: Not Required


SLOT   DSP VERSION  STATUS CHNL USE   TYPE    RSC_ID BRIDGE_ID PKTS_TXED PKTS_RXED

0      1   35.1.2   UP     N/A  FREE  conf    1      -         -         -
0      1   35.1.2   UP     N/A  FREE  conf    1      -         -         -

Total number of DSPFARM DSP channel(s) 2

I want use conference with three and four participants simultaneously

But problem still exist (  

 

 

 

 

Can you share the 'show run' and 'show sccp' from the CME. Also 'show sccp conn' for an active conference call.

Manish

 

Current config in attach

i try initiate call between to Cisco 6921 IP phones

but command #show sccp connections shows me

Total number of active session(s) 0, and connection(s) 0

When conference active between three Cisco 6921 IP phones

#show sccp
SCCP Admin State: UP
Gateway Local Interface: GigabitEthernet0/0
        IPv4 Address: IP
        Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: IP, Port Number: 2000
                Priority: N/A, Version: 7.0, Identifier: 100
                Trustpoint: N/A

Conferencing Oper State: ACTIVE_IN_PROGRESS - Cause Code: TCP_CONN_ERROR
Active Call Manager: IP, Port Number: 2000
TCP Link Status: NOT_CONNECTED, Profile Identifier: 1
Reported Max Streams: 16, 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: g729br8, 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
TLS : ENABLED

 

#show sccp connections

Total number of active session(s) 0, and connection(s) 0

 

 

Hi,

Conferencing Oper State: ACTIVE_IN_PROGRESS - Cause Code: TCP_CONN_ERROR

In your config, you have

 associate profile 1 register confprof1

and

 sdspfarm tag 1 confdsp1

Change the "sdspfarm tag 1 confdsp1" to  "sdspfarm tag 1 confprof1" and do a no sccp / sccp

Let us know if that fixes the issue.

Manish

 

sorry i newbie in cisco

me need perform:

#telephony-service

#no sccp

#sdspfarm tag 1 confprof1

#sccp

#end

I understand you correctly?

 

 

Hi,

You need to do "no sdspfarm tag 1 confdsp1"

and

"sdspfarm tag 1 confprof1"

 

Then do "no sccp" followed by "sccp"

Manish

Thank you very much!
You helped me a lot!!!!!
Conference are now working!

 

I think this is solved in most settings conference station

 

 

That's good to know. Please remember to rate all helpful posts and mark the discussion as solved if your query / issue has been answered / fixed.

Manish