我完全不知道,但我很绝望...我尝试使用以下苹果脚本在我的 snom 桌面电话上建立呼叫。当我将链接直接放入浏览器中时,它工作正常。但脚本中似乎有一个错误 - 因为当我在软件中使用它时什么都没有发生......
如果有人知道答案那就太好了……
set tel to "xxx"
set telOhneSpace to do shell script "echo " & quoted form of tel & " | sed -e 's/ //g'"
set theScript to "curl
http://admin:[email protected]:XXXX/command.htm?number=" & telOhneSpace
do shell script theScript
delay 1.0
tell application "System Events"
key code 36
end tell
如果我将其放入浏览器:
http://admin:[email protected]:XXXX/command.htm?number=123456
我的电话立即开始通话。
该脚本位于 CRM 软件内。如果我点击客户的电话号码,脚本就会被激活,但什么也没有发生……