Dial DTMF tones on an active call.
For call menus or other use cases it is possible to generate dial tones on an active call.
There are different digit modes possible: LINEDIGITMODE_DTMF, LINEDIGITMODE_DTMFEND and LINEDIGITMODE_PULSE
ArgumentType: AsnCtiDialDigitsArgument
AsnCtiDialDigitsArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sConnectionID | string | ||
iDigitMode | number | Dialing mode for the digits. (Linked Type: EnumCtiDigitMode) | |
iDigitDuration | number | Both the duration in milliseconds of DTMF digits and pulse and DTMF inter-digit spacing. A value of 0 uses a default value. | |
u8sDigitsToDial | string | The digits to dial. See EnumCtiDigitMode for valid characters. | |
optionalParams | AsnOptionalParameters | yes |
ResultType: AsnCtiDialDigitsResult
AsnCtiDialDigitsResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if operation was successful, false/0 otherwise. If an error occured AsnRequestError will be set. | |
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