Event from the server with the result of an asynchronous make call operation on the server.
In order to get this event the client must have called asnCtiMakeCall first.
Make call is a asynchronous process in the UCServer. So the final result will be send as an event from the server.
This event contains the result the PBX provided.
AsnCtiNotifyMakeCallResultArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sLinePhoneNumber | string | Line identifier on which the make call was performed. | |
u8sConnectionID | string | Unique identifier of the call (ConnectionID). | |
success | number | If make call was successfully executed on TAPI, this is (1), (0) otherwise. | |
optionalParams | AsnOptionalParameters | yes | No optionals yet. |
Version 6.4