用于从 Safari 在 Cisco Mobile 中发起呼叫的 URI 方案

发布于 2024-12-20 16:16:37 字数 270 浏览 1 评论 0原文

我正在为我的公司开发网络电话簿。最后,您可以在 Safari 浏览器中选择一个链接,这将启动思科移动客户端并开始呼叫。

问题是,iPad 不会自行启动思科移动客户端。当您使用如下 URI 方案时:

number

并单击链接时,iPad 会启动 Facetime 并呼叫之前拨打的号码链接中给出。

现在我的问题是,iPad 版思科移动应用程序是否有 URI 方案?

I'm developing a web phone book for my company. At the end you can choose a link in the safari browser, and that should start the Cisco Mobile Client and start the call.

The problem is, that the iPad does not start the Cisco Mobile Client by its self. When you use a URI-Scheme like:

<a href="facetime://4444444444">number</a>

and click the link, the iPad starts Facetime and calls the number which was given in the link.

Now my question is, is there any URI-Scheme for the Cisco Mobile App for the iPad?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七婞 2024-12-27 16:16:37

自己找到了解决方案。 uri 方案称为“ciscotel”:

<a href="ciscotel://4444444444">number</a>

这工作正常。

如果您正在寻找其他 uri 方案,Zwapp 为不同应用程序提供了数据库。

Found the solution by myself. The uri scheme is called 'ciscotel':

<a href="ciscotel://4444444444">number</a>

This works fine.

If you're looking for other uri schemes, Zwapp provides a database for different apps.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文