> 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.
