# Asterisk

- [How do I configure Asterisk for sipgate trunking?](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/how-do-i-configure-asterisk-for-sipgate-trunking.md): Basic Asterisk configuration settings for sipgate trunking, including sip.conf, registration, caller ID, and call forwarding.
- [Why is my Asterisk registered but unable to make or receive calls?](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/why-is-my-asterisk-registered-but-unable-to-make-or-receive-calls.md): Troubleshooting steps when Asterisk is registered to sipgate but cannot make or receive calls, using console debug commands.
- [Why can’t I receive calls after updating or installing Asterisk 1.6?](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/why-cant-i-receive-calls-after-updating-or-installing-asterisk-16.md): Fix for receiving calls on Asterisk 1.6 and higher by changing the peer type setting from peer to friend.
- [How do I enable debugging in Asterisk for error evaluation?](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/how-do-i-enable-debugging-in-asterisk-for-error-evaluation.md): How to enable debugging in Asterisk to diagnose telephony issues using console commands for different Asterisk versions.
- [How Do I configure asterisk with sipgate?](https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk/how-do-i-configure-asterisk-with-sipgate.md): Basic Asterisk configuration for sipgate team accounts, including sip.conf and extensions.conf settings.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://teamhelp.sipgate.co.uk/integrations-and-connections/asterisk.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
