question

shauna-minning3746 avatar image
shauna-minning3746 asked benjamin-dean answered

How do we ensure a call recipient's caller ID will display a particular user's phone number rather than the main company number?

We want to ensure that a call recipient's caller ID will display a particular user's phone number for an incoming call, rather than the main company number.  So far we have not been able to see the correct user's number appear in a recipient's caller ID, just the main company number.


We followed the example given here: 

var session = webPhone.userAgent.invite('PHONE_NUMBER', {
                 
    media: {
        render: {
            remote: document.getElementById('remoteVideo'),
            local: document.getElementById('localVideo')
        }
    },
    fromNumber: 'PHONE_NUMBER', // Optional, Company Number will be used as default
    homeCountryId: '1' // Optional, the value of
});

.... from the ring central web-phone sdk - https://github.com/ringcentral/ringcentral-web-phone, but specifying the 'from' number doesnt help.

So insight into that would be much appreciated. Thank you
topic-default
1 |1000

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

1 Answer

·
benjamin-dean avatar image
benjamin-dean answered
1 |1000

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

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

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