Initiate a conference call with two already existing calls of a line.
To initiate a conference, setup two calls via a call back (asnCtiMakeCall => get this call establish => asnCtiMakeCall),
so you have one call on hold and one active. Now execute this operation with the two connection identifiers.
As result, you should now have a conference with 3 attendants (you and the other two call parties).
ArgumentType: AsnCtiConferenceArgument
AsnCtiConferenceArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sConnectionID1 | string | Connection identifier of the active call. | |
u8sConnectionID2 | string | Connection identifier of the held call. | |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnCtiConferenceResult
AsnCtiConferenceResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if the conference was initiated successful, false/0 otherwise. | |
optionalParams | AsnOptionalParameters | yes |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 6.4