Question

Error : caller ID should be one of company direct numbers - how do I resolve this error?

  • 13 September 2016
  • 4 replies
  • 1587 views

Suddenly our RingOut API call stopped working.

It is throwing error :

"errorCode" : "RNG-102", "message" : "Caller ID should be one of company direct numbers", "errors" : [ { "errorCode" : "RNG-102", "message" : "Caller ID should be one of company direct numbers"


We are using Direct numbers as caller id but it still showing this error message and not connecting the calls.


4 replies

Has an administrator made a change without developer knowledge?

What language are you using to build and manage this automation? Did you use one of our SDKs (if yes, which one please)?

I've shared this issue with our engineering team to review it in case there are any receive release issues related.
I cannot reproduce your scenario. Can you provide the information which number/extension you used to log in and what number you specified as caller ID when such error message was returned?
My guess is that the issue is because of using phone numbers not in E.164 format. API servers expect caller ID and all other phone numbers to come in this canonical format with country code. Sometimes it can work without country code but in some cases it causes backend server to misinterpret phone number provided.
Hi Anton,

Thanks , that solved the issue.

Reply