1 of 1 users consider this post helpful
StartCall not working when accessing my app directly
Hello,
I just want to create a simple application which start a call using phoneApi:
phoneApi.send({ mt: "StartCall", num: num});
phoneApi.send({ mt: "StartCall", num: num});
Accessing my app via the PBX APPCLIENT (https://X.X.X.X/PBX0/APPCLIENT/000000/appclient.htm) directly works fine.
However when I try to do it directly through the app platform (https://X.X.X.Y/myapp/000000/company-myapp.htm) it doesn't start the call, and it looks like the PBX is not notified with no error messages from console.
Thank you in advance.