Remove a forward from a line.
This operation removes all forwards from a line
To remove one forward form the list of forwards on the line, the optional parameters "ForwardMode" and "ForwardDestination" must be set to match exactly in the list.
This information can be read from the current line information sent to the client by the event " asnCtiNotifyLineInfoChanged" or by calling asnCtiSnapshotPhoneLine
ArgumentType: AsnCtiRemoveForwardArgument
AsnCtiRemoveForwardArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sPhoneNumberFrom | string | Number of the line to remove the forward from. Format should be like '+49815136856177' or it can be a line URI. | |
optionalParams | AsnOptionalParameters | yes | Additional parameters added for backward compatibility here. (Linked Type: AsnForwardMode) |
ResultType: AsnCtiRemoveForwardResult
AsnCtiRemoveForwardResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
bSuccess | boolean | true/1 if the forward(s) has been removed, 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