I am trying to make a ringout call using the ringcentral API. The request body I am passing is like this :
{ "to": {"phoneNumber": "91*******"},
"from": {"phoneNumber": "91*******"},
"callerId": {"phoneNumber": "91*******"},
"playPrompt": true
}
The response I am getting is :
{ "message": "Forbidden", "errorCode": "InternationalProhibited" }
The same call when I try to make with the ringcentral account is successful. Can u tell me what's wrong with that.
{ "to": {"phoneNumber": "91*******"},
"from": {"phoneNumber": "91*******"},
"callerId": {"phoneNumber": "91*******"},
"playPrompt": true
}
The response I am getting is :
{ "message": "Forbidden", "errorCode": "InternationalProhibited" }
The same call when I try to make with the ringcentral account is successful. Can u tell me what's wrong with that.