> For the complete documentation index, see [llms.txt](https://teamhelp.sipgate.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/how-do-i-enable-debugging-in-asterisk-for-error-evaluation.md).

# How do I enable debugging in Asterisk for error evaluation?

If you encounter telephony issues with your Asterisk, you'll need to execute commands in your Asterisk console to diagnose the issue.

**To do so, please use the following two commands**

* sip set debug
* core set verbose 10

**If you are still working with the Asterisk version 1.2, please use the following two commands instead**

* sip debug
* set verbose 10

Once you've entered the above commands, please make a test call or two. The log messages for these calls now appearing on the console should be able to assist you in diagnosing the problem.
