Protocol Handling
Handling callto:// and tel:// protocols, and using voipcube://
callto:// and tel://
This feature is currently only available to windows users
Using VoIPcube to handle the callto and tel protocols results in VoIPcube starting a call on your PBX for your user when you click on a callto or tel link.
Setup
In order for VoIPcube to handle these links, the application must be set as the default in windows.
Open the windows setting: Default apps

Search for VoIPcube

Assign the wanted protocols

VoIPcube should now start a call with your PBX if your client is authenticated.
voipcube://
The voipcube://
protocol can be used to launch the VoIPcube client. Launching the protocol without parameters will just open de VoIPcube client on the user dashboard.
Launching the protocol with the call-history
path and a callId
will directly open de call history window on the specified callId. This allows users to quickly open a call and it's related journey or recording through a deeplink.
Example:
voipcube://call-history?callId={PbxCallId}
Last updated