You can set up click-to-dial from RingCentral in 3 ways:
- URI Scheme: If a phone number hyperlink can be made using the "rcmobile" or "tel" URI scheme, that can be used to make a call from a RingCentral softphone installed on the same computer. Some solutions support the "tel" URI scheme out of the box so this may work already if you can use the RingCentral softphone.
- RingOut: Our RingOut API is a REST API that can dial from any phone by connecting two phone numbers. This approach gives you flexibility in choosing your dialing phone, e.g. a desktop softphone, physical phone, mobile phone, etc.
- WebRTC: We recently released our WebRTC capability and SDK as beta. This will allow you to make calls from inside a WebRTC enabled browser. The SDK an demo app are available here:
https://github.com/ringcentral/ringcentral-web-phoneGiven the above, let us know what you have tried so we can assist.
You can also use the 'callto:' format: <a href="callto:{{NUMBER}}">{{DISPLAY VALUE}}</a>.