User reserved dial strings which haven't been assigned to devices. User reserved dial string including H323, SIP, E164. It is allowed that user reserve multiple dial strings for same device type, and they will be assigned to different resource tags in RPRM
Name | Type | Description | Attributes |
---|---|---|---|
atomLinkList | Array of Link | See Definition of Link | |
dialStringIdentifier | string | Identifier of the reservation. Need to fill this in if this is an edited reservation. Leave it blank if this is a new reservation | |
dialStringTypeEnum | DialStringTypeEnum | The reserved dial string type | Mandatory |
deviceType | DeviceType | The reserved dial string device type | Mandatory |
deviceName | string | The reserved dial string device name, can not be edited, just show the related device's name. | |
h323Id | H323Id | The H323_ID reserved dial string. When dial-string-type-enum is H323, at least one of h323-id and e164-number is mandatory. | |
e164Number | E164Number | The E164 reserved dial string. When dial-string-type-enum is H323, at least one of h323-id and e164-number is mandatory. | |
sipUri | SipUri | The SIP reserved dial string, when dial-string-type-enum is SIP, sip-uri is mandatory. | |
entityTag | EntityTag | The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance. |
Name | Type | Restrictions |
---|---|---|
EntityTag | string | Length of value must be >=1 Length of value must be <=64 |
SipUri | string | Length of value must be >=1 Length of value must be <=512 |
E164Number | string | Length of value must be >=1 Length of value must be <=512 |
H323Id | string | Length of value must be >=1 Length of value must be <=512 |
DeviceType | string | Length of value must be >=1 Length of value must be <=512 |
DialStringTypeEnum | string | Value must be one of:
|