> For the complete documentation index, see [llms.txt](https://docs.rapidbott.com/help-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rapidbott.com/help-center/common-error-log-database/common-errors/voice-channel-common-errors.md).

# Voice Channel Common Errors

### **Error: “Application Error”** <a href="#error-application-error" id="error-application-error"></a>

If you are calling your voice channel in Rapidbott, and somehow you hear “application error”, this can be a few reasons:

· Your twilio account is still on free trial, there may be some limitations on the free trial account. solution is to upgrade to a paid twilio account.

· You have used a few actions, like openAI or chat completion from the start, and it takes time to get a response, so Twilio faces the timeout issue, and then it will show the application error. The solution is to send a message first, and or use “music on hold” as early as possible.

### **Error: “Unable to create record. Account not allowed to call xxxx”** <a href="#error-unable-to-create-record.-account-not-allowed-to-call-xxxx" id="error-unable-to-create-record.-account-not-allowed-to-call-xxxx"></a>

So by default, Twilio has some Geo-location restrictions if you want to call or send SMS internationally.

<https://www.twilio.com/docs/verify/preventing-toll-fraud/verify-geo-permissions>

so you will need to enable Geo permission for your Twilio number:

<https://www.twilio.com/docs/sip-trunking/voice-dialing-geographic-permissions>

These are easily accessible from your twilio dashboard.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.rapidbott.com/help-center/common-error-log-database/common-errors/voice-channel-common-errors.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
