如何使用 Skype 进行 phone 通话?

How can I do a phone call with Skype?

我正在尝试制作一个具有 phone 使用 Skype(而非 Skype For Business)呼叫功能的按钮。我购买了预付费电话,可以拨打 phone 电话。对于 Skype-Skype 通话,我使用命令:

<a href="skype:useremail@email.com?call" class="generate-call btn btn-success" >Call</a>

是否可以用类似的方式拨打 Skype phone 电话?或者我需要不同的结构?

试试这个:

<a href="callto://+[the number]">Link will initiate Skype to call my number!</a>

<a href="skype:[the number]?call">Link will initiate Skype
   to call my Skype username!</a>