Top

Telephony Services are not available

Answered

Comments

6 comments

  • Official comment
    Christophe IRLES

    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
    Christophe

    Comment actions Permalink
  • Olivier ANGUENOT

    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

    0
    Comment actions Permalink
  • Sibin THOMAS

    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");
    }
    });

    0
    Comment actions Permalink
  • Sibin THOMAS

    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.

    0
    Comment actions Permalink
  • Christophe IRLES

    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 ?

     

    0
    Comment actions Permalink
  • Sibin THOMAS

    Yes. It makes sense now. Thanks for answering my queries.

    Appreciate it.

    Regards,

    Sibin

    0
    Comment actions Permalink

Please sign in to leave a comment.

Still can't find what you need?

  • Contact Us

    Do you have any question about Rainbow? Leave us a message to get more information.

    Contact
  • Ask the Community

    Do you need help? Ask your questions to the Community and get answers from other Rainbow users.

    Post message