I have activated the Akuvox Cloud on my E18C. This means that SIP Account 1 is the cloud, and Account 2 is my local SIP server. I have connected a button to one of the input ports. When pressed, via the HTTP URL, this initiates an internal SIP call "http://IP/api/call/dial?Phone=INTERNAL-NUMBER&DisplayName=XYZ." Unfortunately, this only works as long as Account 1 (the Akuvoc Cloud) is deactivated. So, the call always automatically goes through Account 1. What does the API URL have to look like so that the call is made with Account 2, my local SIP server? Is this possible?
Akuvox E18C
Hardware Version 18.0.7.1.0.0.0.0
Firmware Version 18.30.10.114
After a few attempts, I've now managed to get it working myself.
It works with the URL "http://IP/api/call/dial?Phone=INTERNAL-NUMBER&DisplayName=XYZ&AccountID=2"