Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This paper is mainly introduce how to make a call by URL command.

...

Please use the following URL to dial out or hang up a call.
http://admin:password@IP_Address/Phone_ActionURL&Command=%command%&Number=%number%&Account=%account%
For example:
When use the phone which IP address is 192.168.0.124 to call the number 206 via the account 1, the action URI is:
http://admin:admin@192.168.0.124/Phone_ActionURL&Command=1&Number=206&Account=1

Notes:
1. By default the password for admin is admin, you can use also user: 1234 to dial out a call.
2. Command=1 means dial out ; Command=2 means hang up
3. Number: the number which you want to dial out
4. Account: the account which you want to user for dial out, pay attention:
account=1, it match the account 1;
account=2, it match the account2;
account=3, it match the account3;
account=4, it match the account4;
If do not mentioned one specific Account or not match the value above, it will choose an avalible account automatically.

...