Fields Description
Field |
Type |
Required/Optional |
Description | |
UserName |
string |
required |
This field contains your username (usually like “username@domain.com”) in a source domain (server).
Example:
|
|
Server |
string |
required |
Domain address or an IP address of a PBX or VOIP Service provider. To specify a destination port (if necessary), use the server:port format.
Example:
|
|
AuthorizationName |
string |
required |
This field contains name used for an authentications sessions, usually it matches username.
Example:
|
|
Password |
string |
optional |
This field contains a password for SIP authentication.
Example:
|
|
DisplayName |
string |
optional |
So called “Friendly name” or “Display name” (according to RFC 3261).
Example:
|
|
Number |
string |
required *If “PerformCall” : true |
This field contains destination number. In case you perform monitoring of the number located in another domain (belongs to another PBX) you may have to specify number (name) and domain name in the following format: number(name)@destination_domain.com. Domains can be specified directly by their IP addresses.
Example:
|
|
PerformRegister |
boolean |
required *If “PerformCall” : false |
Registration process creates binding between caller ID (SIP URL like “username@domain.com“) and its address. Please see RFC 3261 paragraph 10 for more information.
Example:
|
|
PerformCall |
boolean |
required *If “PerformRegister” : false |
When enabled – call will be performed.
Example:
|
|
ExpectedCallResult |
string |
required *If “PerformCall” : true |
This field contains designation for an expected behavior of called party.
POSSIBLE VALUES:
Example:
|
|
Device_Id |
int32 |
required |
READ ONLY Field. The unique device id.
Example:
|
|
Id |
int32 |
required *Only for edit operations |
READ ONLY Field. The unique task id. Do not use for create operations.
Example:
|
|
Task_Type_Id |
int32 |
required |
The type id of the task.
Example:
|
|
Name |
string |
optional |
Task name.
Example:
|
|
Timeout |
int32 |
optional |
This field defines maximum time value (in seconds) for task execution.
Example:
|