GetSipRegistrationsRequest
Props
applicationId
applicationId: any
| number
| number[]
The application ID list separated by semicolons (;) to filter. Can be used instead of application_name
applicationName
applicationName: string
| string[]
The application name list separated by semicolons (;) to filter. Can be used instead of application_id
count
count: number
| undefined
The max returning record count
deactivated
deactivated: false
| undefined
| true
Whether to show the frozen SIP registrations only
inProgress
inProgress: false
| undefined
| true
Whether SIP registration is still in progress
isBoundToApplication
isBoundToApplication: false
| undefined
| true
Whether SIP registration bound to an application
isPersistent
isPersistent: false
| undefined
| true
Whether the SIP registration is persistent to filter
offset
offset: number
| undefined
The first N records are skipped in the output
proxy
proxy: string
| string[]
The list of proxy servers to use, divided by semicolon (;)
ruleId
ruleId: any
| number
| number[]
The rule ID list separated by semicolons (;) to filter. Can be used instead of rule_name
ruleName
ruleName: string
| string[]
The rule name list separated by semicolons (;) to filter. Can be used instead of rule_id
sipRegistrationId
sipRegistrationId: number
| undefined
The SIP registration ID
sipUsername
sipUsername: string
| undefined
The SIP user name to filter
statusCode
statusCode: string
| undefined
The list of SIP response codes. The code1:code2 means a range from code1 to code2 including; the code1;code2 meanse either code1 or code2. You can combine ranges, e.g., code1;code2:code3
successful
successful: false
| undefined
| true
Whether to show the successful SIP registrations only
userId
userId: any
| number
| number[]
The user ID list separated by semicolons (;) to filter. Can be used instead of user_name
userName
userName: string
| string[]
The user name list separated by semicolons (;) to filter. Can be used instead of user_id