# 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: 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://docs.rapidbott.com/help-center/common-error-log-database/common-errors/voice-channel-common-errors.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.
