BindSipRegistrationRequest
Props
applicationId
applicationId: number
| undefined
The application ID which the SIP registration is to be bound to. Can be used instead of the application_name parameter
applicationName
applicationName: string
| undefined
The application name which the SIP registration is to be bound to. Can be used instead of the application_id parameter
bind
bind: false
| undefined
| true
Whether to bind or unbind (set true or false respectively)
ruleId
ruleId: number
| undefined
The rule ID which the SIP registration is to be bound to. Can be used instead of the rule_name parameter
ruleName
ruleName: string
| undefined
The rule name which the SIP registration is to be bound to. Can be used instead of the rule_id parameter
sipRegistrationId
sipRegistrationId: number
| undefined
The registration ID
userId
userId: number
| undefined
The user ID which the SIP registration is to be bound to. Can be used instead of the user_name parameter
userName
userName: string
| undefined
The user name which the SIP registration is to be bound to. Can be used instead of the user_id parameter