SIPRegistrationInterface
Props
bindSipRegistration
bindSipRegistration: (request: BindSipRegistrationRequest) => Promise<BindSipRegistrationResponse>
Bind the SIP registration to the application/user or unbind the SIP registration from the application/user. You should specify the application_id or application_name if you specify the rule_name or user_id, or user_name. You should specify the sip_registration_id if you set bind=true. You can bind only one SIP registration to the user (the previous SIP registration is automatically unbound).
getSipRegistrations
getSipRegistrations: (request: GetSipRegistrationsRequest) => Promise<GetSipRegistrationsResponse>
Get active SIP registrations.