Step 1 | enable
Example:
Router> enable
|
Enables privileged EXEC mode.
- Enter your password if prompted.
|
Step 2 | configure
terminal
Example:
Router# configure terminal
|
Enters global configuration mode.
|
Step 3 |
voice-card
slot/subslot
Example:
Router(config)# voice-card 1/1
|
Enters voice card configuration mode for the SPA-DSP on which you
want to enable DSP-farm services.
|
Step 4 |
dsp
services
dspfarm
Example:
Router(config-voicecard)# dsp services dspfarm
|
Enables DSP-farm services for the SPA-DSP voice card.
|
Step 5 | exit
Example:
Router(config-voicecard)# exit
|
Exits voice card configuration mode.
|
Step 6 |
dspfarm
profile
profile-identifier
{transcode
[universal]}
Example:
Router(config)# dspfarm profile 1 transcode universal
|
Enters DSP farm profile configuration mode to define a profile
for DSP farm services.
Note
| The
profile-identifier and service type uniquely identify a
profile. If the service type and
profile-identifier pair are not unique, you are prompted to
choose a different
profile-identifier .
|
|
Step 7 |
description
text
Example:
Router(config-dspfarm-profile)# description low2mediumcomp
|
(Optional) Includes a specific description about the Cisco DSP
farm profile.
|
Step 8 |
codec
codec-type
Example:
Router(config-dspfarm-profile)# codec g723r63
Example:
Router(config-dspfarm-profile)# codec g723r53
|
Specifies the codecs supported by a DSP farm profile.
Note
| By default, the codecs g711ulaw, g711alaw, g729ar8, and
g729abr8 are created for each DSP farm profile.
|
|
Step 9 |
maximum
sessions
number
Example:
Example:
Router(config-dspfarm-profile)# maximum sessions 4
|
Specifies the maximum number of sessions that are supported by
the profile.
-
number —Range is determined by the available registered
DSP resources. Default is 0.
Note
| By default, the maximum sessions are counted from the subslot
where the SPA-DSP is available. If there are more than one SPA-DSPs and the
maximum sessions exceed the session limit per SPA-DSP, the remaining sessions
are managed by the second SPA-DSP.
|
|
Step 10 |
associate
application
sbc
Example:
Router(config-dspfarm-profile)# associate application sbc
|
Associates the SBC application to the DSP farm profile.
|
Step 11 | no
shutdown
Example:
Router(config-dspfarm-profile)# no shutdown
|
Enables the profile, allocates DSP farm resources, and associates
the application.
|
Step 12 | exit
Example:
Router(config-dspfarm-profile)# exit
|
Exits DSP farm profile configuration mode.
|