CreateSipRegistrationRequest
Properties
Name | Type | Required | Description |
---|---|---|---|
device | DeviceInfoRequest | ❌ | Device information |
sip_info | List[SipInfoRequest] | ❌ | SIP settings for device |
soft_phone_line_reassignment | SoftPhoneLineReassignment | ❌ | Supported for Softphone clients only. If 'SoftphoneLineReassignment' feature is enabled the reassignment process can be initialized, however if there is no DL for the given user's device then SPR-131 error code will be returned. |
SoftPhoneLineReassignment
Supported for Softphone clients only. If 'SoftphoneLineReassignment' feature is enabled the reassignment process can be initialized, however if there is no DL for the given user's device then SPR-131 error code will be returned.
Properties
Name | Type | Required | Description |
---|---|---|---|
NONE | str | ✅ | "None" |
INITIALIZE | str | ✅ | "Initialize" |
REASSIGN | str | ✅ | "Reassign" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs