Skip to main content

@wildix/wms-api-client > CallControlHangupInput

CallControlHangupInput interface

Signature:

export interface CallControlHangupInput 

Properties

Property

Modifiers

Type

Description

reason?

string | undefined

(Optional) Optional reason for the hangup. This can provide additional context for the action taken.

sipCallId

string

Call identifier. For makecall action it is not required, for other actions it is required.

user?

string | undefined

(Optional) Extension, login or email. Only users with root admin authorization can specify a different user. By default, the authorized user will be used. Optional parameter.