question

parul Kundra avatar image
parul Kundra asked Mumtaj H commented

how to make a call of a any company extension number

I want to make a call on a company extension number using webrtc

for example- this is a phone number 9544642902 and 4063 is the extension number

call handling
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.

parul Kundra avatar image parul Kundra commented ·

I am also facing same problem

0 Likes 0 ·

1 Answer

Phong Vu avatar image
Phong Vu answered Mumtaj H commented

Can you just put an asterisk between the numbers. E.g. 9544642902*4063

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.

Mumtaj H avatar image Mumtaj H commented ·

session = webPhone.userAgent.invite('95486287401', {

fromNumber: null,

homeCountryId: '1'

});

console.log("session",session)


setTimeout( function () {

session = webPhone.userAgent.invite('95486287401*4150', {

fromNumber: null,

homeCountryId: '1'

})}, 20000); I want to make a call on company number how can I do that in ringcentral

0 Likes 0 ·

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