Telephony Services are not available
RespondidaHello , Telephony is not working in Rainbow web API.
-
Comentário oficial
Hi Quasim,
Hi Sibin,Telephony service is not available in Sandbox environment.
It only available in production environment with a correct license and a correct configuration (OXO or OXE PBX connected and configured)Best regards
ChristopheAções de comentário -
Hi Quasim,
Could you give us more information on your issue.
Please have a look to that guide: https://hub.openrainbow.com/#/documentation/doc/hub/support-contributing
This will give you all the information you need to send to us in order to analyze your issue,
Regards,
Olivier
-
Hi Olivier,
I have got a similar error. My intention is to do a basic and simple test in Sandbox to see what response I get.
SDK: CSharp
Error: "Telephony service is not available"
Code Snippet:
rbw_Telephony.MakeCall("12345", callback => {
if (callback.Result.Success)
{
Console.WriteLine(callback.ToString());
}
else
{
Console.WriteLine("Failed");
}
}); -
Oh Ok. thanks Christophe,
So Just for my understanding, I tried to make peer-peer calls on a sandbox login through the Sandbox Rainbow application i.e. https://web-sandbox.openrainbow.com , and it worked. So would it be different from the application I have and the Rainbow web application.
-
Sibin,
Not sure to understand at 100% your question ...
But features available in Sandbox environment are exactly the same in Production environment. So if your code works well on Sandbox if will be the same on Produxtion server.
Unfortunately, for technical, security or cost reasons some features are only available on Production server.
Do I answer your question ?
Por favor, entrar para comentar.
Comentários
6 comentários