question

Egor Teplyakov avatar image
Egor Teplyakov asked Phong Vu commented

RingOut with direct number doesn't work for RingCentral Application

Hi,

I have two different behavior when I place a new call with RingOut.

If I start new call with company number and extension number I have ringing my Desk Phone, and RingCentral Application at the same time. Here is example where Main company number is +10000000000 and extension is 123.

_restClient.Restapi().Account().Extension().RingOut().Post(new MakeRingOutRequest
            {
                from = new MakeRingOutCallerInfoRequestFrom
                {
                    phoneNumber = "+1000000000*123"
                },
                to = new MakeRingOutCallerInfoRequestTo
                {
                    phoneNumber = "+1555555555"
                },
                callerId = new MakeRingOutCallerIdInfo
                {
                    phoneNumber = "+1000000000"
                }
            });


But if I start a new call with direct number I have ringing only my Desk Phone. Here is example where Direct number is +123456789.

_restClient.Restapi().Account().Extension().RingOut().Post(new MakeRingOutRequest
            {
                from = new MakeRingOutCallerInfoRequestFrom
                {
                    phoneNumber = "+123456789"
                },
                to = new MakeRingOutCallerInfoRequestTo
                {
                    phoneNumber = "+1555555555"
                },
                callerId = new MakeRingOutCallerIdInfo
                {
                    phoneNumber = "+123456789"
                }
            });

Additional: RingOut to Direct Number doesn't work if I have account with RingCentral Application only without physical Desk Phone.


Please help me to figure out if there exist a way to make RingOut call to Direct number and receive it in RingCentral Application?


ringcentral apprest apiringout
1 comment
1 |3000

Up to 8 attachments (including images) can be used with a maximum of 1.0 MiB each and 10.0 MiB total.

Phong Vu avatar image Phong Vu ♦♦ commented ·

Is this on your production account? If yes, open a dev support ticket, if no, what is your sandbox account id (or main company number)?

1 Like 1 ·

0 Answers

Developer sandbox tools

Using the RingCentral Phone for Desktop, you can dial or receive test calls, send and receive test SMS or Fax messages in your sandbox environment.

Download RingCentral Phone for Desktop:

Tip: switch to the "sandbox mode" before logging in the app:

  • On MacOS: press "fn + command + f2" keys
  • On Windows: press "Ctrl + F2" keys