Eyebeam 软电话无法使用 html 页面提供的正确号码拨打电话,后跟 href 标签中的 sip 值

Eyebeam softphone is not able to place a call with correct number provided from html page followed with sip value in href tag

我已经安装并配置了 EyeBeam 软电话,并在 html 页面中创建了一个 link,以便仅在 Windows 平台上从 eyeBeam 软电话拨打电话,下面是 html:

<a href="sip:xxxxxx">xxxxxx</a>

我还在 Windows 协议注册表中为 sip 配置了设置,如下所示:

"C:\Program Files (x86)\CounterPath\eyeBeam 1.5\eyeBeam.exe" -dial="%1"

问题是当我点击 link 时,它会将所有字符串都带到 eyeBeam,后面还有“sip”字样,我只想拨号码。

我在这方面搜索了很多,可能有很多参数可以删除 sip word,但没有找到任何永久解决方案。

请帮忙。

在我使用 Eyebeam 软电话的情况下,我修改了我的 link 为:

<a href="sip:xxxxxx@xxxxxx">xxxxxx</a>

这对我有用,注册表命令与我问题中提到的 sip 协议相同。

以下是我提到的一些 link:

https://medium.com/@m.bhavsar6/custom-browser-protocol-for-windows-application-openrdp-708cd48aa387

https://docs.microsoft.com/en-us/troubleshoot/windows-client/application-management/change-registry-values-permissions