You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For Case 2, I receive the following error in Debugger:
Error - 40113
Error Making Outgoing Call - Call Instruction
The call instruction encountered an error when requesting an outgoing call be made from the API. Code: [21212] - From is not a valid phone number: Roger - ReservationSid: WRd438f23011207f9926e5966c4d4c2e0b
{
"message": "From is not a valid phone number: Roger",
"code": 21212,
"user_error": false,
"http_status_code": -1,
"params": {}
}
Any idea why one account would be able to call internally but the other account cannot?
The text was updated successfully, but these errors were encountered:
I have two accounts—one is able to dial other internal Twilio client numbers and one is not.
Case 1: Working Internal Call - John Calls Roger
A task is created with the following attributes and assigned to the current worker.
Another task is created, reserving the recipient client, with the following attributes:
Case 2: Non-Working Internal Call - Roger Calls John
A task is created with the following attributes and assigned to the current worker.
No reservation task is created.
For Case 2, I receive the following error in Debugger:
Error - 40113
Error Making Outgoing Call - Call Instruction
The call instruction encountered an error when requesting an outgoing call be made from the API. Code: [21212] - From is not a valid phone number: Roger - ReservationSid: WRd438f23011207f9926e5966c4d4c2e0b
Any idea why one account would be able to call internally but the other account cannot?
The text was updated successfully, but these errors were encountered: