cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1383
Views
0
Helpful
2
Replies

question about dsp transcoding and conference

Kenjie-San
Level 1
Level 1

i have a question about transcoding and conferencing. i have a cisco 2821 with a pvdm-16 and pvdm.64.

i was wondering how i can configure conferencing and transcoding on dedicated DSPs?

Thanks to shahedvoicerite i saw how to configure the transcoding part. Do i just need "dsp farmprofiles" to allocate both to different DSP resources?


sccp local FastEthernet0/0

sccp ccm xx.xx.xx.xx identifier 1 version 4.1

sccp

!

sccp ccm group 998

associate ccm 1 priority 1
associate profile 6 register MTPxxxxxxxxxxxx keepalive retries 5
!
dspfarm profile 6 transcode
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec gsmfr
codec g729r8
codec g729br8
maximum sessions 6
associate application SCCP


sccp ccm group 1
associate ccm 1 priority 1
associate profile 1 register 1234567890

!

dspfarm profile 1 conference
codec g711ulaw
codec g711alaw
codec g729ar8
codec g729abr8
codec g729r8
codec g729br8
maximum sessions 2
associate application SCCP

2 Replies 2

Hi Ken

Yeah you need two DSPfarm Profiles for Transcoding and Conferencing.  Here's the configuration.

GW_2811#config terminal

Enter configuration commands, one per line. End with CNTL/Z.
GW_2811(config)#sccp local vlan5
GW_2811(config)#sccp ccm 10.1.5.2 identifier 1 version 4.1
GW_2811(config)#sccp ccm 10.1.5.3 identifier 2 version 4.1
GW_2811(config)#sccp
GW_2811(config)#voice-card 0
GW_2811(config-voicecard)#dsp services dspfarm
GW_2811(config-voicecard)#exit
GW_2811(config)#dspfarm profile 1 transcode
GW_2811(config-dspfarm-profile)#associate application sccp
GW_2811(config-dspfarm-profile)#maximum sessions ?
  <1-15>  Number of sessions assigned to this profile

GW_2811(config-dspfarm-profile)#maximum sessions 4
GW_2811(config-dspfarm-profile)#no shutdown
GW_2811(config-dspfarm-profile)#exit
GW_2811(config)#dsp profile 1 conference

Profile id 1 is being used for service TRANSCODING
please select a different profile id
GW_2811(config)#dsp profile 2 conference
GW_2811(config-dspfarm-profile)#associate application sccp
GW_2811(config-dspfarm-profile)#maximum sessions ?
  <1-2>  Number of sessions assigned to this profile

GW_2811(config-dspfarm-profile)#maximum sessions 2
GW_2811(config-dspfarm-profile)#no shutdown
GW_2811(config-dspfarm-profile)#exit
GW_2811(config)#dspfarm profile 3 mtp
GW_2811(config-dspfarm-profile)#associate application sccp
GW_2811(config-dspfarm-profile)#maximum sessions hardware ?
  <1-8>  Number of sessions assigned to this profile

GW_2811(config-dspfarm-profile)#maximum sessions hardware 4
GW_2811(config-dspfarm-profile)#maximum sessions software ?
  <1-500>  Number of sessions assigned to this profile

GW_2811(config-dspfarm-profile)#maximum sessions software 10
GW_2811(config-dspfarm-profile)#no shutdown
GW_2811(config-dspfarm-profile)#exit
GW_2811(config)#sccp ccm group 10
GW_2811(config-sccp-ccm)#associate ccm 1 priority 1
GW_2811(config-sccp-ccm)#associate ccm 2 priority 2
GW_2811(config-sccp-ccm)#associate profile 1 register XCD123456
GW_2811(config-sccp-ccm)#associate profile 2 register CFB123456
GW_2811(config-sccp-ccm)#associate profile 3 register MTP123456
GW_2811(config-sccp-ccm)#bind interface vlan5
GW_2811(config-sccp-ccm)#^Z
GW_2811#show dspfarm all
Dspfarm Profile Configuration

Profile ID = 1, Service = TRANSCODING, Resource ID = 1
Profile Description :
Profile Admin State : UP
Profile Operation State : ACTIVE
Application : SCCP   Status : ASSOCIATED
Resource Provider : FLEX_DSPRM   Status : UP
Number of Resource Configured : 4
Number of Resource Available : 4
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 : gsmfr, Maximum Packetization Period : 20
Dspfarm Profile Configuration

Profile ID = 2, Service = CONFERENCING, Resource ID = 2
Profile Description :
Profile Admin State : UP
Profile Operation State : ACTIVE
Application : SCCP   Status : ASSOCIATED
Resource Provider : FLEX_DSPRM   Status : UP
Number of Resource Configured : 2
Number of Resource Available : 2
Codec Configuration
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
Dspfarm Profile Configuration

Profile ID = 3, Service = MTP, Resource ID = 3
Profile Description :
Profile Admin State : UP
Profile Operation State : ACTIVE
Application : SCCP   Status : ASSOCIATED
Resource Provider : FLEX_DSPRM   Status : UP
Number of Resource Configured : 14
Number of Resource Available : 14
Hardware Configured Resources : 4
Hardware Available Resources : 4
Software Resources : 10
Codec Configuration
Codec : g711ulaw, Maximum Packetization Period : 30


SLOT DSP VERSION  STATUS CHNL USE   TYPE   RSC_ID BRIDGE_ID PKTS_TXED
PKTS_RXED

0    1   4.4.12   UP     N/A  FREE  xcode  1      -         -         -
0    1   4.4.12   UP     N/A  FREE  xcode  1      -         -         -
0    1   4.4.12   UP     N/A  FREE  xcode  1      -         -         -
0    1   4.4.12   UP     N/A  FREE  xcode  1      -         -         -
0    1   4.4.12   UP     N/A  FREE  mtp    3      -         -         -
0    1   4.4.12   UP     N/A  FREE  mtp    3      -         -         -
0    1   4.4.12   UP     N/A  FREE  mtp    3      -         -         -
0    1   4.4.12   UP     N/A  FREE  mtp    3      -         -         -
0    5   1.0.6    UP     N/A  FREE  conf   2      -         -         -
0    5   1.0.6    UP     N/A  FREE  conf   2      -         -         -

Thanks. Pl rate if info is useful.

netops044
Level 1
Level 1

Refer the below link for more Configuration guidelines on DSP resources.

http://flylib.com/books/en/2.285.1.134/1/