- A
- B
- cac master through call application stats
- call application voice through call denial
- call fallback through called-number (dial peer)
- caller-id (dial peer) through ccm-manager switchover-to-backup
- ccs connect (controller) through clear vsp statistics
- clid through credentials (sip-ua)
- default (auto-config application) through direct-inward-dial
- disable-early-media through dualtone
- E
- F
- G
- H
- icpif through irq global-request
- isdn bind-l3 through ixi transport http
- K
- L
- map q850-cause through mgcp package-capability
- mgcp persistent through mmoip aaa send-id secondary
- mode (ATM/T1/E1 controller) through mwi-server
- N
- O
- package through pattern
- periodic-report interval through proxy h323
- Q
- R
- sccp through service-type call-check
- session through sgcp tse payload
- show aal2 profile through show call filter match-list
- show call history fax through show debug condition
- show dial-peer through show gatekeeper zone prefix
- show gateway through show modem relay statistics
- show mrcp client session active through show sip dhcp
- show sip service through show trunk hdlc
- show vdev through show voice statistics memory-usage
- show voice trace through shutdown (voice-port)
- signal through srv version
- ss7 mtp2-variant through switchover method
- target carrier-id through timeout tsmax
- timeouts call-disconnect through timing clear-wait
- timing delay-duration through type (voice)
- U
- vad (dial peer) through voice-class sip encap clear-channel
- voice-class sip error-code-override through vxml version 2.0
- W
- Z
Cisco IOS Voice Commands:
Q
This chapter contains commands to configure and maintain Cisco IOS voice applications. The commands are presented in alphabetical order. Some commands required for configuring voice may be found in other Cisco IOS command references. Use the command reference master index or search online to find these commands.
For detailed information on how to configure these applications and features, refer to the Cisco IOS Voice Configuration Guide.
q850-cause
To map a Q.850 call-disconnect cause code to a different Q.850 call-disconnect cause code, use the q850-cause command in application-map configuration mode. To disable the code-to-code mapping, use the no form of this command.
q850-cause code-id q850-cause code-id
no q850-cause code-id q850-cause code-id
Syntax Description
code-id |
Q.850 call-disconnect cause code to be mapped. Range: 1 to 127. |
Command Default
No mapping occurs.
Command Modes
Application-map
Command History
|
|
---|---|
12.4(9)T |
This command was introduced. |
Usage Guidelines
Use this command to map a Q.850 call-disconnect cause code to any different Q.850 call-disconnect cause code.
Use this command in conjunction with the application and map commands.
This command operates only on incoming H.323 call legs that are disconnected by a call-control application.
Examples
The following example maps cause code 34 to cause code 17:
Router(config)# application
Router(config-app)# map
Router(config-app-map)# q850-cause 34 q850-cause 17
Related Commands
qsig decode
To enable decoding for QSIG supplementary services, use the qsig decode command in voice service configuration mode. To reset to the default, use the no form of this command.
qsig decode
no qsig decode
Syntax Description
This command has no keywords or arguments.
Command Default
QSIG decoding is disabled.
Command Modes
Voice service configuration
Command History
|
|
---|---|
12.4(4)XC |
This command was introduced. |
12.4(9)T |
This command was integrated into Cisco IOS Release 12.4(9)T. |
Usage Guidelines
This command decodes application protocol data units (APDUs) for supplementary services. If this command is not enabled, data units are not interpreted and are tunneled through the router.
Examples
The following example enables QSIG decoding:
Router(config)# voice service voip
Router(conf-voi-serv)# qsig decode
Related Commands
|
|
---|---|
supplementary-service h450.7 |
Globally enables H.450.7 supplementary services capabilities exchange. |
query-interval
To configure the interval at which the local border element (BE) queries the neighboring BE, use the query-interval command in Annex G Neighbor BE Configuration mode. To remove the interval, use the no form of this command.
query-interval query-interval
no query-interval
Syntax Description
query-interval |
Frequency, in minutes, at which this BE should query the specified neighbor BE for descriptors. Default is 30. A value of 0 disables periodic querying. |
Defaults
30 minutes
Command Modes
Annex G Neighbor BE configuration
Command History
Usage Guidelines
Use this command to configure the interval at which the local BE queries the neighboring BE. Use this command only if you want a query interval other than 30 minutes.
Examples
The following example sets the query interval to 45 minutes:
Router(config-annexg-neigh)# query-interval 45