-- Note: only supported in GXP21xx and GRP26xx series -- Grandstream Phone Params - phone requires a statically assigned address or internal DNS name! set PhoneAddr to "172.16.XXX.XXX" set PhonePasswd to "mySecretPassphrase" -- Tomedo replaces the xxx with the callee number set CallTarget to "xxx" -- execute webhook via curl http get do shell script "curl -X GET \"http://" & PhoneAddr & "/cgi-bin/api-make_call?passcode=" & PhonePasswd & "&hs=1&phonenumber=" & CallTarget & "\""