Cisco IOS Voice Troubleshooting and Monitoring -- Voice Call Debug Output Management
From DocWiki
Contents |
voice call debug Command
The debug output for calls on Cisco voice gateways is managed by using the voice call debug command in global configuration mode. When this command is enabled, the standardized header appears when voice debugs are used.
Supported Commands
The voice debug commands that support the standardized header include the following:
- debug crm
- debug fax dmsp
- debug fax fmsp
- debug fax foip
- debug fax mmoip aaa
- debug fax mspi
- debug fax mta
- debug mgcp all
- debug mgcp endpoint
- debug mgcp endptdb
- debug mgcp errors
- debug mgcp events
- debug mgcp gcfm
- debug mgcp inout
- debug mgcp media
- debug mgcp nas
- debug mgcp packets
- debug mgcp parser
- debug mgcp src
- debug mgcp state
- debug mgcp voipcac
- debug rtsp all
- debug rtsp api
- debug rtsp client
- debug rtsp error
- debug rtsp pmh
- debug rtsp session
- debug rtsp socket
- debug tgrm
- debug voip application vxml
- debug voip avlist
- debug voip ccapi
- debug voip dialpeer
- debug voip dsm
- debug voip dspapi
- debug voip hpi
- debug voip ivr all
- debug voip ivr applib
- debug voip ivr callsetup
- debug voip ivr digitcollect
- debug voip ivr dynamic
- debug voip ivr error
- debug voip ivr script
- debug voip ivr settlement
- debug voip ivr states
- debug voip ivr tclcommands
- debug voip profile fax
- debug voip profile help
- debug voip profile modem
- debug voip profile voice
- debug voip rawmsg
- debug voip tsp
- debug voip vtsp
- debug vtsp all
- debug vtsp dsp
- debug vtsp error
- debug vtsp event
- debug vtsp port
- debug vtsp rtp
- debug vtsp send-nse
- debug vtsp session
- debug vtsp stats
- debug vtsp vofr subframe
- debug vtsp tone
For detailed examples of these debug commands, see the Cisco IOS Debug Command Reference.
SUMMARY STEPS
- enable
- configure terminal
- voice call debug {full-guid | short-header}
- exit
- Run desired debug command.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
1. |
enable Example: Router> enable |
Enables privileged EXEC mode.
|
2. |
configure terminal Example: Router# configure terminal |
Enters global configuration mode. |
3. |
voice call debug {full-guid | short-header} Example: Router(config)# voice call debug full-guid |
Specifies the full GUID or short header for debugging a voice call in a multiple-call environment.
|
4. |
exit Example: Router(config)# exit |
Exits to privileged EXEC mode. |
5. |
Run desired voice debug command. Example: Router# debug voip ccapi inout |
Enter the appropriate debug command for your troubleshooting needs.
|