Skip to main content
The First Step
February 2, 2024
Question

how to make a call of a any company extension number

  • February 2, 2024
  • 3 replies
  • 216 views

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

3 replies

parulk2The First StepAuthor
The First Step
February 6, 2024

I am also facing same problem

PhongVu
Community Manager
Community Manager
February 8, 2024

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

The First Step
February 19, 2024

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