...
- k - user session ID;
- id - identifier of the Dial notification; if there is no identifier, a new notification is created, otherwise the existing notification is edited;
- name - the name of the Dial notification, the length is not more than 63 characters;
- to_phone - the number of the recipient, maybe only 1 number;
- timelen - the duration of the call to the number.
If a new element is successfully created, the response contains the element identifier, and looks like:
...
- k - user session ID;
- type - type of test notification (dial);
- to_phone - the number of the recipient, maybe only 1 number;
- timelen - the duration of the call to the number.
getelement - read the element. Required parameters are:
...
|