Slack 在消息中包含 SIP URL

Slack include SIP URL in the message

我正在使用以下格式将包含 url markdown 的消息添加到松弛频道:

<http://somesite.com|friendly name> -> works
<mailto:email@domain.com|friendly name2> -> works
<sip:email@domain.com|friendly name2> -> url markdown doesn't works

当我使用 <sip://email@domain.com|friendly name2> 时,降价将其转换为 link 但 sip 客户端由于额外的“//”

而无法连接

知道如何在 slack 上喝 links 吗?

Slack's documentation only mentions http/https and mailto schemes for automatic linking, but I played around with their message builder 并注意到以下内容:

  • 后跟[=​​13=]的方案似乎普遍支持
  • 此外,似乎还有一个支持其他方案的白名单。到目前为止我发现唯一有效的是 mailtoskype.

虽然这与您的观察相符,但似乎无法为 sip 方案自动 linking。

你可以做的是编写一个 Slack 应用程序,它提供一个命令(例如 /sip email@domain.com),它将打印一个 link 到一个网站,该网站将你重定向到正确的 sip-URL。我相信这也是 Zoom 等其他服务用于 Slack 集成的方法。

一个有趣的替代方法是联系 Slack 并请他们将 sip-URL 添加到他们的白名单中。