02-15-2011 06:06 PM - edited 03-16-2019 03:28 AM
I am trying to configure a conference DSP resource on the router. Below is the config:
voice-card 0
dsp services dspfarm
sccp ccm group 999
description Hardware_Resources
bind interface FastEthernet0/0.501
associate ccm 2 priority 1
associate ccm 1 priority 2
associate ccm 3 priority 3
associate profile 11 register <XXXXXXX_CFB> (Same CFB name on CUCM 6.1.2)
!
dspfarm profile 11 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 2
associate application SCCP
The DSP profile still does not register with the sccp application:
Router#sh sccp all
SCCP Admin State: UP
Gateway Local Interface: FastEthernet0/0.501
IPv4 Address: 10.251.65.1
Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: 10.251.1.12, Port Number: 2000
Priority: 1, Version: 5.0.1, Identifier: 2
Call Manager: 10.251.1.10, Port Number: 2000
Priority: 2, Version: 5.0.1, Identifier: 1
Call Manager: 10.251.65.1, Port Number: 2000
Priority: 3, Version: 3.1, Identifier: 3
SCCP application services(dspfarm profiles) are not enabled
or haven't associated to SCCP CCM group
CCM Group Identifier: 999
Description: Hardware_Resources
Binded Interface: FastEthernet0/0.501
IPv4 Address: 10.251.65.1
Associated CCM Id: 2, Priority in this CCM Group: 1
Associated CCM Id: 1, Priority in this CCM Group: 2
Associated CCM Id: 3, Priority in this CCM Group: 3
Associated Profile: 11, Registration Name: INS08RTR01_CFB
Registration Retries: 3, Registration Timeout: 10 sec
Keepalive Retries: 3, Keepalive Timeout: 30 sec
CCM Connect Retries: 3, CCM Connect Interval: 10 sec
Switchover Method: GRACEFUL, Switchback Method: GRACEFUL_GUARD
Switchback Interval: 10 sec, Switchback Timeout: 7200 sec
Signaling DSCP value: cs3, Audio DSCP value: ef
Total number of active session(s) 0, and connection(s) 0
Total number of active session(s) 0, and connection(s) 0
Total number of active session(s) 0, connection(s) 0, and callegs 0
SCCP Application Service(s) Statistics Summary:
Total Conferencing Sessions: 0, Connections: 0
Total Transcoding Sessions: 0, Connections: 0
Total MTP Sessions: 0, Connections: 0
Total ALG-Phone Sessions: 0, Connections: 0
Total BRI-Phone Sessions: 0, Connections: 0
Total SCCP Sessions: 0, Connections: 0
Total active sessions 0, connections 0, rsvp sessions 0
Statistic Count
------------------------- -----------
Send queue enqueue error 0
Socket send error 0
Msgs discarded upon error 0
Getting the error - "
SCCP application services(dspfarm profiles) are not enabled
or haven't associated to SCCP CCM group
"
After spending hours I could not figure out the cause. The site is going live in 2 days - any help would be highly appreciated.
02-15-2011 06:15 PM
Try adding this:
stcapp ccm-group X where X is the number of the group you have configured.
stcapp
!
voice-card 0
dspfarm
dsp services dspfarm
!
Also in call manager ensure that the name of the conference bridge is exactly the same in the IOS as I have found this was case sensitive.
My working config is below:
stcapp ccm-group 1
stcapp
!
voice-card 0
dspfarm
dsp services dspfarm
!
sccp ccm group 1
associate ccm 1 priority 1
associate ccm 2 priority 2
associate profile 1 register sitename-xcode
associate profile 2 register sitename-cfb
!
dspfarm profile 1 transcode
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
maximum sessions 2
associate application SCCP
!
dspfarm profile 2 conference
description Conference Bridge
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 1
associate application SCCP
I have this working and registered in call manager 7.x
02-15-2011 06:43 PM
Hi Steven,
I tried adding your suggested config - No change.
Router#sh sccp all
SCCP Admin State: UP
Gateway Local Interface: FastEthernet0/0.501
IPv4 Address: 10.251.65.1
Port Number: 2000
IP Precedence: 5
User Masked Codec list: None
Call Manager: 10.251.1.12, Port Number: 2000
Priority: 1, Version: 5.0.1, Identifier: 2
Call Manager: 10.251.1.10, Port Number: 2000
Priority: 2, Version: 5.0.1, Identifier: 1
Call Manager: 10.251.65.1, Port Number: 2000
Priority: 3, Version: 3.1, Identifier: 3
SCCP application services(dspfarm profiles) are not enabled
or haven't associated to SCCP CCM group
CCM Group Identifier: 999
Description: Hardware_Resources
Binded Interface: FastEthernet0/0.501
IPv4 Address: 10.251.65.1
Associated CCM Id: 2, Priority in this CCM Group: 1
Associated CCM Id: 1, Priority in this CCM Group: 2
Associated CCM Id: 3, Priority in this CCM Group: 3
Associated Profile: 11, Registration Name: Router_CFB
Registration Retries: 3, Registration Timeout: 10 sec
Keepalive Retries: 3, Keepalive Timeout: 30 sec
CCM Connect Retries: 3, CCM Connect Interval: 10 sec
Switchover Method: GRACEFUL, Switchback Method: GRACEFUL_GUARD
Switchback Interval: 10 sec, Switchback Timeout: 7200 sec
Signaling DSCP value: cs3, Audio DSCP value: ef
Total number of active session(s) 0, and connection(s) 0
Total number of active session(s) 0, and connection(s) 0
Total number of active session(s) 0, connection(s) 0, and callegs 0
SCCP Application Service(s) Statistics Summary:
Total Conferencing Sessions: 0, Connections: 0
Total Transcoding Sessions: 0, Connections: 0
Total MTP Sessions: 0, Connections: 0
Total ALG-Phone Sessions: 0, Connections: 0
Total BRI-Phone Sessions: 0, Connections: 0
Total SCCP Sessions: 0, Connections: 0
Total active sessions 0, connections 0, rsvp sessions 0
Statistic Count
------------------------- -----------
Send queue enqueue error 0
Socket send error 0
Msgs discarded upon error 0
The error still exists: "
SCCP application services(dspfarm profiles) are not enabled
or haven't associated to SCCP CCM group
"
Also, I have another site working with exactly the same EVERYTHING as this site. The only difference is that the working site has a E1 controller that is UP (obviuosly) and this site does not have an ISDN E1 service provisioned yet so the E1 controller is DOWN. Would this have anything to do with DSP conf resource alocation at all? Thanks for your help.
02-15-2011 07:01 PM
can you ping the call manager from the gateway? Can you post your config? Also try adding sccp in global config mode as well.
02-15-2011 07:03 PM
@steven - Yes I can ping the CUCM.
02-15-2011 07:10 PM
Make sure that in the call manager that you add the site conference bridge as an enhanced IOS conference bridge. Dou
ble check the name you have in the IOS and call manager to make sure they are the same.
02-15-2011 07:24 PM
@Steven:
Yes the CFB is configured as Cisco IOS Enhanced CFB. And the names are the same on both gateway and CUCM.
Do you think this might have anyhting to have with the E1 controller as I asked in my earlier reply?
02-15-2011 07:36 PM
I'm not sure about the E1 but I know that without it you should be able to create a conference locally and it should w
ork. Use RTMT to check it. Other suggestions I have that may help is to remove SCCP
and then add it again to the IOS. Go under the conference bridge and do a shut then no shut and see i
f that helps. I was having the same issue as you to try and get these registered to the call manager.
09-26-2017 06:14 AM
02-15-2011 07:36 PM
@Steve:
The issue is resolved now after I reloaded the router.
02-15-2011 07:37 PM
Great work on that one. I didn't have to reload my routers but I was having the same issues as you.
01-24-2014 06:57 AM
thank you so much for this answer, it was excellent for me and my project
01-22-2014 01:10 PM
Instead of reloading the router, I just did a "no sccp" and "sccp" for the service to restart. Afterwards I checked it with a show sccp. Also looked to see if it was registered withing my Callmanager.
Hope this helps someone.
Sean
01-22-2014 08:44 PM
There is a very good doc for configuring Enhanced Transcoding and Conferencing for IOS Voice Gateways in a CallMananger Network using DSP Resources,
HTH
Manish
10-22-2023 11:10 AM
Is the application stcapp running?
I had this same problem. The stcapp stopped after I changed sccp settings. I migrated some voice gateways from one cluster to another. I had to us the command stcapp ccm group <n> and stcapp. See Steven Stuart's post.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide