GET http://[host-proxy]/api/relation/Voicemail/schema/?hierarchy=[hierarchy]&format=json&schema=1
{
"$schema": "http://json-schema.org/draft-03/schema",
"type": "object",
"properties": {
"ExitTargetHandlerObjectId": {
"target_title": "DisplayName",
"description": "The unique identifier of the specific object to send along to the target conversation.",
"title": "Exit Target Handler",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Callhandler",
"type": "string",
"name": "ExitTargetHandlerObjectId"
},
"Title": {
"minItems": 0,
"type": "string",
"description": " The position or function of a user within an organization, such as 'Vice President.'",
"name": "Title",
"title": "Title"
},
"AddressMode": {
"minItems": 0,
"type": "integer",
"description": " The default method the subscriber will use to address messages to other subscribers.",
"name": "AddressMode",
"title": "Address Mode"
},
"DtmfNameFirstLast": {
"minItems": 0,
"type": "string",
"description": " The digits corresponding to the numeric keypad mapping on a standard touchtone phone representing the first name followed by the last name of the user. These digits are used for searching the user by name via the phone.",
"name": "DtmfNameFirstLast",
"title": "Dtmf Name First Last"
},
"CommandDigitTimeout": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in milliseconds) between digits on a multiple digit menu command entry (i.e. different than the inter digit timeout that is used for strings of digits such as extensions and transfer strings).",
"name": "CommandDigitTimeout",
"title": "Command Digit Timeout"
},
"VoiceName": {
"minItems": 0,
"type": "string",
"description": " The name of the WAV file containing the recorded audio (voice name, greeting, etc.) for the parent object.",
"name": "VoiceName",
"title": "Voice Name"
},
"SayTimestampAfter": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the timestamp after it plays back each message for the subscriber.",
"name": "SayTimestampAfter",
"title": "Say Timestamp After"
},
"Department": {
"minItems": 0,
"type": "string",
"description": " The name or number for the department or subdivision of an organization to which a person belongs.",
"name": "Department",
"title": "Department"
},
"GreetByName": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber hears his/her name when they log into their mailbox over the phone.",
"name": "GreetByName",
"title": "Greet By Name"
},
"cucsmtp": {
"items": {
"type": "object",
"properties": {
"DisplayName": {
"description": " The preferred text name of the notification device to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, \"Home Phone,\" Pager 2,\" \"Work Phone, \" etc. ",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"StaticText": {
"minItems": 0,
"type": "string",
"description": " The actual text message that the subscriber wants to receive in a Text Pager notification. The SA refers to this as the \"Send:\" field.\n",
"name": "StaticText",
"title": "Static Text"
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SendCount": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include a count of each voice mail, fax, and e-mail message with the notification message. When the subscriber receives the notification, the message count appears as a line for each type of message. ",
"name": "SendCount",
"title": "Send Count"
},
"MaxSubject": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'subject' of a notification message.",
"name": "MaxSubject",
"title": "Max Subject"
},
"DeviceName": {
"description": " The \"DeviceName\" of the notification device.",
"title": "Device Name",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "DeviceName"
},
"UrgentOnly": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection sends voice message transcripted in urgent mode or not",
"name": "UrgentOnly",
"title": "Urgent Only"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this notification device belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"ScheduleSetObjectId": {
"type": "string",
"description": "ObjectId of the ScheduleSet for when the notification rule is active.",
"name": "ScheduleSetObjectId",
"title": "Schedule Set Object Id"
},
"HeaderText": {
"minItems": 0,
"type": "string",
"description": " The actual header text message that the subscriber wants to receive in a Text Pager notification. The SA refers to this as the \"Header Text:\" field.",
"name": "HeaderText",
"title": "Header Text"
},
"FooterText": {
"minItems": 0,
"type": "string",
"description": " The actual footer text message that the subscriber wants to receive in a Text Pager notification. The SA refers to this as the \"Footer Text:\" field.",
"name": "FooterText",
"title": "Footer Text"
},
"Active": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the device is active or inactive (enabled/disabled).",
"name": "Active",
"title": "Active"
},
"SmtpAddress": {
"minItems": 0,
"type": [
"string",
"null"
],
"description": " The e-mail address of the text pager, text-compatible cell phone, or another e-mail account (such as a home e-mail address) to which the notification message is to be sent. In the SA, this is referred to as the \"To:\" field.",
"name": "SmtpAddress",
"title": "Smtp Address"
},
"RepeatInterval": {
"type": "integer",
"description": "The amount of time (in minutes) Cisco Unity Connection will wait before re-notifying a subscriber of new messages.",
"name": "RepeatInterval",
"title": "Repeat Interval"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a NotificationDeviceSMTP object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"MaxBody": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'body' of a notification message.",
"name": "MaxBody",
"title": "Max Body"
},
"EventList": {
"type": "string",
"description": "Comma separated list of events that trigger notification rules to be evaluated.",
"name": "EventList",
"title": "Event List"
},
"SendCallerId": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include the caller id (if available) with the notification message. ",
"name": "SendCallerId",
"title": "Send Caller Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"PhoneNumber": {
"minItems": 0,
"type": "string",
"description": " The phone number or alphanumeric text (as applicable) for sending a notification message to a text-compatible cell phone or pager. In the SA, this is referred to as the \"From:\" field. Typically, this field contains the number that the subscriber calls to check messages. ",
"name": "PhoneNumber",
"title": "Phone Number"
},
"Undeletable": {
"minItems": 0,
"type": "boolean",
"description": "Device cannot be deleted.",
"name": "Undeletable",
"title": "Undeletable"
},
"VoiceMessage": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection sends transcription of voice message",
"name": "VoiceMessage",
"title": "Voice Message"
},
"SendPcaLink": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include a link to the PCA with the notification message. ",
"name": "SendPcaLink",
"title": "Send Pca Link"
},
"FailDeviceObjectId": {
"type": "string",
"description": "ObjectId of the NotificationDevice that Cisco Unity Connection will use if attempted notification to this device fails.",
"name": "FailDeviceObjectId",
"title": "Fail Device Object Id"
},
"InitialDelay": {
"type": "integer",
"description": "The amount of time (in minutes) from the time when a message is received until message notification triggers.",
"name": "InitialDelay",
"title": "Initial Delay"
},
"RepeatNotify": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection begins a notification process immediately upon the arrival of each message that matches the specified critera.",
"name": "RepeatNotify",
"title": "Repeat Notify"
}
}
},
"type": "array",
"title": "Cucsmtp"
},
"cucphone": {
"items": {
"type": "object",
"properties": {
"DisplayName": {
"description": " The preferred text name of the notification device to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, \"Home Phone,\" Pager 2,\" \"Work Phone, \" etc. ",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"AfterDialDigits": {
"minItems": 0,
"type": "string",
"description": " The extra digits (if any) that Cisco Unity Connection will dial after the phone number.",
"name": "AfterDialDigits",
"title": "After Dial Digits"
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"InitialDelay": {
"type": "integer",
"description": "The amount of time (in minutes) from the time when a message is received until message notification triggers.",
"name": "InitialDelay",
"title": "Initial Delay"
},
"PhoneSystemURI": {
"name": "PhoneSystemURI",
"format": "uri",
"minItems": 0,
"title": "Phone System URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"MaxSubject": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'subject' of a notification message.",
"name": "MaxSubject",
"title": "Max Subject"
},
"DeviceName": {
"description": " The \"DeviceName\" of the notification device.",
"title": "Device Name",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "DeviceName"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this notification device belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"ScheduleSetObjectId": {
"type": "string",
"description": "ObjectId of the ScheduleSet for when the notification rule is active.",
"name": "ScheduleSetObjectId",
"title": "Schedule Set Object Id"
},
"Active": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the device is active or inactive (enabled/disabled).",
"name": "Active",
"title": "Active"
},
"RnaRetryInterval": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in minutes) Cisco Unity Connection will wait between tries if the device does not answer.",
"name": "RnaRetryInterval",
"title": "Rna Retry Interval"
},
"RetriesOnBusy": {
"minItems": 0,
"type": "integer",
"description": " The number of times Cisco Unity Connection will retry the notification device if it is busy.",
"name": "RetriesOnBusy",
"title": "Retries On Busy"
},
"RepeatInterval": {
"type": "integer",
"description": "The amount of time (in minutes) Cisco Unity Connection will wait before re-notifying a subscriber of new messages.",
"name": "RepeatInterval",
"title": "Repeat Interval"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a NotificationDeviceConversation object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"MaxBody": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'body' of a notification message.",
"name": "MaxBody",
"title": "Max Body"
},
"EventList": {
"type": "string",
"description": "Comma separated list of events that trigger notification rules to be evaluated.",
"name": "EventList",
"title": "Event List"
},
"DetectTransferLoop": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Unity can do a loop detect transfer to this device.",
"name": "DetectTransferLoop",
"title": "Detect Transfer Loop"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DialDelay": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in seconds) Cisco Unity Connection will wait after detecting a successful call before dialing specified additional digits (if any). Additional digits are contained in AfterDialDigits.\n",
"name": "DialDelay",
"title": "Dial Delay"
},
"Conversation": {
"description": " The name of the Conversation Cisco Unity Connection will use when calling the subscriber to notify of new messages. This maps to one of the conversations in tbl_Conversation.",
"title": "Conversation",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "Conversation"
},
"PromptForId": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether to prompt a subscriber for their Cisco Unity Connection ID, or just their password.",
"name": "PromptForId",
"title": "Prompt For Id"
},
"PhoneNumber": {
"minItems": 0,
"type": [
"string",
"null"
],
"description": " The phone number to dial, including the trunk access code (if any), of the device.",
"name": "PhoneNumber",
"title": "Phone Number"
},
"Undeletable": {
"minItems": 0,
"type": "boolean",
"description": "Notification device is undeletable.",
"name": "Undeletable",
"title": "Undeletable"
},
"RingsToWait": {
"minItems": 0,
"type": "integer",
"description": " The number of rings Cisco Unity Connection will wait before hanging up if the device does not answer.",
"name": "RingsToWait",
"title": "Rings To Wait"
},
"FailDeviceObjectId": {
"type": "string",
"description": "ObjectId of the NotificationDevice that Cisco Unity Connection will use if attempted notification to this device fails.",
"name": "FailDeviceObjectId",
"title": "Fail Device Object Id"
},
"WaitConnect": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection waits until it detects a connection before dialing the digits in AfterDialDigits. \n",
"name": "WaitConnect",
"title": "Wait Connect"
},
"BusyRetryInterval": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in minutes) Cisco Unity Connection will wait between tries if the device is busy.",
"name": "BusyRetryInterval",
"title": "Busy Retry Interval"
},
"RetriesOnRna": {
"minItems": 0,
"type": "integer",
"description": " The number of times Cisco Unity Connection will retry the notification device if the device does not answer.",
"name": "RetriesOnRna",
"title": "Retries On Rna"
},
"RepeatNotify": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection begins a notification process immediately upon the arrival of each message that matches the specified critera.",
"name": "RepeatNotify",
"title": "Repeat Notify"
},
"MediaSwitchObjectId": {
"target_model_type": "device/cuc/PhoneSystem",
"description": " The unique identifier of the MediaSwitch object to use for notification. ",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PhoneSystem/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Media Switch Object Id",
"type": [
"string"
],
"name": "MediaSwitchObjectId"
},
"TransmitForcedAuthorizationCode": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether an authorization code should be transmitted to Cisco Call Manager after this number is dialed during an outbound call.",
"name": "TransmitForcedAuthorizationCode",
"title": "Transmit Forced Authorization Code"
}
}
},
"type": "array",
"title": "Cucphone"
},
"RetainUrgentMessageFlag": {
"minItems": 0,
"type": "boolean",
"description": " A flag that indicates whether the urgent message flag on a message is retained for both reply and forward message actions. The default value is 0; the urgent message flag is NOT retained for both reply and forward message actions.\n",
"name": "RetainUrgentMessageFlag",
"title": "Retain Urgent Message Flag"
},
"DtmfNameLastFirst": {
"minItems": 0,
"type": "string",
"description": " The digits corresponding to the numeric keypad mapping on a standard touchtone phone representing the last name followed by the first name of the user. These digits are used for searching the user by name via the phone.",
"name": "DtmfNameLastFirst",
"title": "Dtmf Name Last First"
},
"SpeechSensitivity": {
"minItems": 0,
"type": "integer",
"description": " A variable level of sound sensitivity that enables the speech engine to filter out background noise and not mistake it for speech. A higher value means higher sensitivity.",
"name": "SpeechSensitivity",
"title": "Speech Sensitivity"
},
"cucuma": {
"items": {
"type": "object",
"properties": {
"UserProfileNumber": {
"minItems": 0,
"type": "string",
"description": " Number that identifies a MeetingPlace Express 2.x user profile. Used to authenticate to Cisco Unified MeetingPlace Express from a touch-tone phone.",
"name": "UserProfileNumber",
"title": "User Profile Number"
},
"EnableTtsOfEmailCapability": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the capability to access an email store for the purpose of playing the email via TTS is enabled for the user. ",
"name": "EnableTtsOfEmailCapability",
"title": "Enable Tts Of Email Capability"
},
"EnableMailboxSynchCapability": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether synchronization of mailbox contents between Connection and an external/third-party mail system is enabled.",
"name": "EnableMailboxSynchCapability",
"title": "Enable Mailbox Synch Capability"
},
"IsPrimaryMeetingService": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this external service is the user's primary meeting service. A user is only allowed to schedule meetings on the MeetingPlace server that is designated as the user?s primary meeting service. This column applies only to a ServerType of MeetingPlace and EnableMeetingCapability must be enabled.",
"name": "IsPrimaryMeetingService",
"title": "Is Primary Meeting Service"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier\nfor an subscriber external service map object.\n - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"UserPassword": {
"minItems": 0,
"type": "string",
"description": " The user password for logon to the external service.",
"name": "UserPassword",
"title": "User Password"
},
"ExternalServiceObjectId": {
"target_attr": "ObjectId",
"description": "The Unified Messaging Service associated with this Unified Messaging Account",
"title": "Unified Messaging Service",
"minItems": 0,
"format": "uri",
"choices": [],
"target_title": "DisplayName",
"readonly": false,
"target": "/api/device/cuc/ExternalService/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/ExternalService",
"type": "string",
"name": "ExternalServiceObjectId"
},
"UserId": {
"minItems": 0,
"type": "string",
"description": " The unique text name (e.g., logon name) used by the User to logon to the service.\n",
"name": "UserId",
"title": "User Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"EnableCalendarCapability": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the capabilities to access calendar information such as appointments, information for free/busy based PCTR rules, and for Exchange servers only, the capability to import a user's contacts from Exchange is enabled for the user. ",
"name": "EnableCalendarCapability",
"title": "Enable Calendar Capability"
},
"EmailAddress": {
"minItems": 0,
"type": "string",
"description": " The user's primary SMTP address on the selected external service. It's possible the user has other email addresses on other email servers, but in this case it has to be their primary email address on this specific server.",
"name": "EmailAddress",
"title": "Email Address"
},
"LoginType": {
"description": " Type of login to use",
"title": "Sign-In Type",
"minItems": 0,
"choices": [
[
0,
"Use Connection Alias"
],
[
2,
"Use User ID Provided Below"
]
],
"type": "integer",
"name": "LoginType"
},
"EmailAddressUseCorp": {
"minItems": 0,
"type": "boolean",
"description": " Flag indicating whether to use the EmailAddress specified in this row or the corporate e-mail address specified on the owning User.",
"name": "EmailAddressUseCorp",
"title": "Email Address Use Corp"
},
"UserExternalServiceResetURI": {
"type": "string",
"description": "The URI to reset external service.",
"name": "UserExternalServiceResetURI",
"title": "User External Service Reset URI"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " A foreign key to a Subscriber. The unique identifier of the subscriber object that is associated with the external service. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"EnableMeetingCapability": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the capability to access meeting information from a server is enabled for the user. For example, allowing a user to receive notification of a meeting about ready to start, providing join meeting and cancel meeting capabilities on the server, and allowing a user to schedule a meeting on the server.",
"name": "EnableMeetingCapability",
"title": "Enable Meeting Capability"
}
}
},
"type": "array",
"maxItems": 1,
"title": "Cucuma"
},
"CcmId": {
"minItems": 0,
"type": "string",
"description": " Id of associated EndUser, ApplicationUser, or DirectoryNumber in Call Manager",
"name": "CcmId",
"title": "Ccm Id"
},
"LocationObjectId": {
"target_attr": "ObjectId",
"description": "The name of the LocationVMS object to which this user belongs.",
"title": "Location",
"minItems": 0,
"format": "uri",
"choices": [],
"target_title": "DisplayName",
"readonly": true,
"target": "/api/device/cuc/Location/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Location",
"type": "string",
"name": "LocationObjectId"
},
"ExternalServiceAccountsURI": {
"name": "ExternalServiceAccountsURI",
"format": "uri",
"minItems": 0,
"title": "External Service Accounts URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SaveMessageOnHangup": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating when hanging up while listening to a new message, whether the message is marked new again or is marked read.",
"name": "SaveMessageOnHangup",
"title": "Save Message On Hangup"
},
"EnableVisualMessageLocator": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the visual message locator feature is enabled for the subscriber. The visual message locator feature presents a list of messages on the subscriber's IP phone display for the subscriber to select from visually.",
"name": "EnableVisualMessageLocator",
"title": "Enable Visual Message Locator"
},
"RepeatMenu": {
"minItems": 0,
"type": "integer",
"description": " The number of times to repeat a menu in TUI.",
"name": "RepeatMenu",
"title": "Repeat Menu"
},
"Building": {
"minItems": 0,
"type": "string",
"description": " The name of the building where the user is based (e.g., SJ-21).",
"name": "Building",
"title": "Building"
},
"UserMailboxURI": {
"readonly": true,
"type": "string",
"description": "The URI to change the mailbox settings.",
"name": "UserMailboxURI",
"title": "User Mailbox URI"
},
"ConversationVui": {
"minItems": 0,
"type": "string",
"description": " The VUI conversation assigned to the subscriber.",
"name": "ConversationVui",
"title": "Conversation Vui"
},
"EmployeeId": {
"minItems": 0,
"type": "string",
"description": " The numeric or alphanumeric identifier assigned to a person, typically based on order of hire or association with an organization.",
"name": "EmployeeId",
"title": "Employee Id"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a User object. - template parameter [1]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"CreationTime": {
"description": " The date and time the user account was created. ",
"title": "Creation Time",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "CreationTime"
},
"JumpToMessagesOnLogin": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber conversation jumps directly to the first message in the message stack after subscriber sign-in.",
"name": "JumpToMessagesOnLogin",
"title": "Jump To Messages On Login"
},
"SaySender": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the sender of a message during message playback for the subscriber.",
"name": "SaySender",
"title": "Say Sender"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"cucpass": {
"type": "object",
"properties": {
"CredentialPolicyURI": {
"name": "CredentialPolicyURI",
"format": "uri",
"minItems": 0,
"title": "Credential Policy URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DoesntExpire": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this user credential will expire, and therefore the user must change the credential periodically. However, if the credential does not expire (value = \"1\"), the user still may change the credential (if allowed by CantChange). ",
"name": "DoesntExpire",
"title": "Doesnt Expire"
},
"Locked": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether access to the user account associated with this set of credentials is locked.",
"name": "Locked",
"title": "Locked"
},
"TimeHacked": {
"minItems": 0,
"type": "string",
"description": " The date and time that the credential was locked due to too many hacks. The date and time is recorded in this column whenever a user credential is locked due to too many hacks based on the credential policy.",
"name": "TimeHacked",
"title": "Time Hacked"
},
"TimeChanged": {
"minItems": 0,
"type": "string",
"description": " The date and time when the credentials were last changed. The date and time is recorded in this column whenever a user credential is created or changed.",
"name": "TimeChanged",
"title": "Time Changed"
},
"CantChange": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the user can set this credential.",
"name": "CantChange",
"title": "Cant Change"
},
"Credentials": {
"is_password": true,
"description": " The PIN or password, for a user. The credentials are stored in an encrypted format.",
"title": "Password",
"minItems": 0,
"type": "string",
"name": "Credentials"
},
"CredentialPolicyObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the CredentialPolicy object that is associated with this credential.",
"name": "CredentialPolicyObjectId",
"title": "Credential Policy Object Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"CredentialType": {
"description": " The type of credential such as password, PIN, Windows or Domino credential. ",
"title": "Credential Type",
"minItems": 0,
"choices": [
[
3,
"Password"
],
[
4,
"PIN"
]
],
"type": "integer",
"name": "CredentialType"
},
"Alias": {
"minItems": 0,
"type": "string",
"description": " The unique text name for either a user, distribution list, or personal group.",
"name": "Alias",
"title": "Alias"
},
"Hacked": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether access to the user account associated with this set of credentials is locked due too many hack attempts.",
"name": "Hacked",
"title": "Hacked"
},
"ObjectId": {
"description": " Surrogate key to support IMS",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"HackCount": {
"minItems": 0,
"type": "integer",
"description": " The number of logons attempted that failed due to invalid credentials. The Unity system or external authentication provider determined that the credentials supplied as part of a user logon attempt were invalid. ",
"name": "HackCount",
"title": "Hack Count"
},
"UserObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the User object to which this credential belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"readonly": true,
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "User Object Id",
"type": [
"string"
],
"name": "UserObjectId"
},
"TimeLastHack": {
"minItems": 0,
"type": "string",
"description": " The date and time of the last logon attempt with an invalid user credential.",
"name": "TimeLastHack",
"title": "Time Last Hack"
},
"CredMustChange": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the user must change their credentials (PIN or password) at the next login.",
"name": "CredMustChange",
"title": "Cred Must Change"
},
"IsPrimary": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this credential is mapped to the user NT/AD domain account and as such is designated as the 'primary' credential for the user. This column is not currently used, but is retained from Unity 4.x in case it is needed in the future.",
"name": "IsPrimary",
"title": "Is Primary"
},
"TimeLockout": {
"minItems": 0,
"type": "string",
"description": " The date and time that the credential was locked by an administrator.",
"name": "TimeLockout",
"title": "Time Lockout"
}
},
"title": "Cucpass"
},
"PromptSpeed": {
"minItems": 0,
"type": "integer",
"description": " The audio speed Cisco Unity Connection uses to play back prompts to the subscriber.",
"name": "PromptSpeed",
"title": "Prompt Speed"
},
"cucalt": {
"items": {
"type": "object",
"properties": {
"PartitionObjectId": {
"target_title": "Name",
"description": "The name of the associated partition",
"title": "Partition Name",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Partition/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Partition",
"type": "string",
"name": "PartitionObjectId"
},
"PartitionURI": {
"name": "PartitionURI",
"format": "uri",
"minItems": 0,
"title": "Partition URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a DtmfAccessId object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"IdIndex": {
"description": " An index into the alternate extensions for a subscriber.",
"title": "Phone Type",
"minItems": 0,
"required": true,
"choices": [
[
1,
"Work Phone"
],
[
2,
"Work Phone 2"
],
[
3,
"Home Phone"
],
[
4,
"Home Phone 2"
],
[
5,
"Mobile Phone"
],
[
6,
"Mobile Phone 2"
],
[
7,
"Work Fax"
],
[
8,
"Work Fax 2"
],
[
9,
"Home Fax"
],
[
38,
"Directory URI"
]
],
"type": "integer",
"name": "IdIndex"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"AlternateExtensionAdvancedURI": {
"type": "string",
"description": "The URI to get the advanced setting of the alternate extension.",
"name": "AlternateExtensionAdvancedURI",
"title": "Alternate Extension Advanced URI"
},
"DtmfAccessId": {
"description": " The dialable number.",
"title": "Dtmf Access Id",
"minItems": 0,
"required": true,
"type": "string",
"name": "DtmfAccessId"
},
"LocationObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the Location object to which this location (denormalized) belongs.",
"name": "LocationObjectId",
"title": "Location Object Id"
},
"DisplayName": {
"minItems": 0,
"type": "string",
"description": " The text name of this DtmfAccessId to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration.",
"name": "DisplayName",
"title": "Display Name"
},
"UserObjectId": {
"description": "template parameter [1]",
"title": "User Object Id",
"format": "uri",
"required": true,
"name": "UserObjectId",
"target_attr": "ObjectId",
"target_model_type": "device/cuc/User",
"choices": [],
"type": [
"string"
],
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"LocationURI": {
"name": "LocationURI",
"format": "uri",
"minItems": 0,
"title": "Location URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
}
},
"type": "array",
"title": "Cucalt"
},
"MailboxDn": {
"minItems": 0,
"type": "string",
"description": " The distinguished name of the mailbox.",
"name": "MailboxDn",
"title": "Mailbox Dn"
},
"PhoneNumber": {
"description": " A phone number.",
"title": "Phone Number",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "PhoneNumber"
},
"CcmIdType": {
"minItems": 0,
"type": "integer",
"description": " Type of CCM user/object this id refers to (end user, application user, or directory number)",
"name": "CcmIdType",
"title": "Ccm Id Type"
},
"SynchScheduleURI": {
"name": "SynchScheduleURI",
"format": "uri",
"minItems": 0,
"title": "Synch Schedule URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"ClientMatterCode": {
"minItems": 0,
"type": "string",
"description": " The client matter code to transmit to Call Manger when a phone number is dialed on an outbound call. The CMC is entered after a phone number is dialed so that the customer can assigning account or billing codes to the call. Whether or not the CMC will be transmitted is dictated by a setting on outbound call. The subscriber's CMC is used only if the outbound call doesn't have its own CMC.",
"name": "ClientMatterCode",
"title": "Client Matter Code"
},
"ConfirmDeleteDeletedMessage": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will request confirmation from a subscriber before proceeding with a deletion of a single deleted message.",
"name": "ConfirmDeleteDeletedMessage",
"title": "Confirm Delete Deleted Message"
},
"MessageTypeMenu": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection plays the message type menu when the subscriber logs on to Cisco Unity Connection over the phone. ",
"name": "MessageTypeMenu",
"title": "Message Type Menu"
},
"EnableSaveDraft": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the save draft message feature is enabled for the subscriber.",
"name": "EnableSaveDraft",
"title": "Enable Save Draft"
},
"AlternateNamesURI": {
"readonly": true,
"type": "string",
"description": "The URI to get the alternate names of the user.",
"name": "AlternateNamesURI",
"title": "Alternate Names URI"
},
"VoiceFileURI": {
"name": "VoiceFileURI",
"format": "uri",
"minItems": 0,
"title": "Voice File URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"Initials": {
"minItems": 0,
"type": "string",
"description": " The initial letters of some or all of the names of this user.",
"name": "Initials",
"title": "Initials"
},
"AltFirstName": {
"minItems": 0,
"type": "string",
"description": " The alternate spelling of a user first name in an internationally recognizable format (i.e., ASCII only characters) used for TUI client name lookup and message addressing, and for VUI client name lookup.",
"name": "AltFirstName",
"title": "Alt First Name"
},
"ExitCallActionObjectId": {
"target_title": "DisplayName",
"description": "The unique identifier of the CallAction object that is taken when a caller exits the subscriber conversation by pressing the * key or timing out.",
"title": "Exit Call Action",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Callhandler",
"type": "string",
"name": "ExitCallActionObjectId"
},
"SayMsgNumber": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the position of each message in the stack (i.e., 'Message 1', 'Message 2' ,etc.) during message playback for the subscriber.",
"name": "SayMsgNumber",
"title": "Say Msg Number"
},
"SayTotalNewVoice": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of new voice messages in the subscriber mailbox.",
"name": "SayTotalNewVoice",
"title": "Say Total New Voice"
},
"SayTotalSaved": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of saved messages in the subscriber mailbox.",
"name": "SayTotalSaved",
"title": "Say Total Saved"
},
"ReadOnly": {
"description": " If set to 1 (true) user is read-only and cannot be modified.",
"title": "Read Only",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "ReadOnly"
},
"cucmsghandler": {
"type": "object",
"properties": {
"ObjectId": {
"description": " The primary key for this table. A globally unique system-generated identifier for a MessageHandler object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this message handler belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"EmailAction": {
"description": " The action to take for email messages.",
"title": "Email",
"minItems": 0,
"choices": [
[
0,
"Reject the Message"
],
[
1,
"Accept the Message"
],
[
2,
"Relay the Message"
],
[
3,
"Accept and Relay the Message"
]
],
"type": "integer",
"name": "EmailAction"
},
"RelayAddress": {
"minItems": 0,
"type": "string",
"description": " The SMTP address to which messages should be relayed.",
"name": "RelayAddress",
"title": "Relay Address"
},
"FaxAction": {
"description": " The action to take for fax messages.",
"title": "Fax",
"minItems": 0,
"choices": [
[
0,
"Reject the Message"
],
[
1,
"Accept the Message"
],
[
2,
"Relay the Message"
],
[
3,
"Accept and Relay the Message"
]
],
"type": "integer",
"name": "FaxAction"
},
"VoicemailAction": {
"description": " The action to take for voicemail messages.",
"title": "Voicemail",
"minItems": 0,
"choices": [
[
0,
"Reject the Message"
],
[
1,
"Accept the Message"
],
[
2,
"Relay the Message"
],
[
3,
"Accept and Relay the Message"
]
],
"type": "integer",
"name": "VoicemailAction"
},
"DeliveryReceiptAction": {
"description": " The action to take for delivery receipt messages.",
"title": "Receipt",
"minItems": 0,
"choices": [
[
0,
"Reject the Message"
],
[
1,
"Accept the Message"
],
[
2,
"Relay the Message"
],
[
3,
"Accept and Relay the Message"
]
],
"type": "integer",
"name": "DeliveryReceiptAction"
}
},
"title": "Cucmsghandler"
},
"SaySenderExtension": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection during message playback, plays the primary extension information of the subscriber who sent the message after playing the sender's voice name.",
"name": "SaySenderExtension",
"title": "Say Sender Extension"
},
"SavedMessageStackOrder": {
"minItems": 0,
"type": "string",
"description": " The order in which Cisco Unity Connection plays the following types of \"saved\" messages:\n* Urgent voice messages\n* Non-urgent voice messages\n* Urgent fax messages\n* Non-urgent fax messages\n* Urgent e-mail messages\n* Non-urgent e-mail messages\n* Receipts and notices",
"name": "SavedMessageStackOrder",
"title": "Saved Message Stack Order"
},
"SaySenderExtensionAfter": {
"minItems": 0,
"type": "boolean",
"description": " This flag works exactly the same as the SaySenderExtension flag on a user, except the conversation plays the sender's extension in the message footer.",
"name": "SaySenderExtensionAfter",
"title": "Say Sender Extension After"
},
"ConversationTui": {
"minItems": 0,
"type": "string",
"description": " The name of the conversation the subscriber uses to set up, send, and retrieve messages.",
"name": "ConversationTui",
"title": "Conversation Tui"
},
"DisplayName": {
"minItems": 0,
"type": "string",
"description": " The preferred text name of a person to be used when displaying entries such as in the administrative console, e.g. Cisco Unity Connection Administration.",
"name": "DisplayName",
"title": "Display Name"
},
"InboxAutoRefresh": {
"minItems": 0,
"type": "integer",
"description": " The rate (in minutes) at which Unity Inbox performs a refresh.",
"name": "InboxAutoRefresh",
"title": "Inbox Auto Refresh"
},
"UseDefaultTimeZone": {
"minItems": 0,
"type": "boolean",
"description": "Indicates if the default timezone is being used.",
"name": "UseDefaultTimeZone",
"title": "Use Default Time Zone"
},
"PhoneSystemURI": {
"name": "PhoneSystemURI",
"format": "uri",
"minItems": 0,
"title": "Phone System URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"State": {
"minItems": 0,
"type": "string",
"description": " The full name of the state or province where this user is located, or with which a user is associated.",
"name": "State",
"title": "State"
},
"AltLastName": {
"minItems": 0,
"type": "string",
"description": " The alternate spelling of a user last name in an internationally recognizable format (i.e., ASCII only characters) used for TUI client name lookup and message addressing, and for VUI client name lookup.",
"name": "AltLastName",
"title": "Alt Last Name"
},
"HF": {
"type": "object",
"properties": {
"ndl_name": {
"type": "string",
"title": "Network Device List"
},
"name": {
"type": "string",
"title": "Name"
},
"cuc_language_caller_hears": {
"type": "string",
"title": "Language That Callers Hear"
}
},
"title": "Hf"
},
"AnnounceUpcomingMeetings": {
"minItems": 0,
"type": "integer",
"description": " The amount ahead of time, in minutes, that Connection will warn the subscriber of upcoming meetings when the subscriber calls into the system. ",
"name": "AnnounceUpcomingMeetings",
"title": "Announce Upcoming Meetings"
},
"MailboxStoreName": {
"readonly": true,
"type": "string",
"description": "The Mailbox store name of user.",
"name": "MailboxStoreName",
"title": "Mailbox Store Name"
},
"SayAni": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection plays the Automatic Number Identification (ANI) information during message playback for voice messages from unidentified callers.",
"name": "SayAni",
"title": "Say Ani"
},
"NewMessageSortOrder": {
"description": " The order in which Cisco Unity Connection will sort new messages.",
"title": "New Message Sort Order",
"minItems": 0,
"choices": [
[
1,
"Newest first"
],
[
2,
"Oldest first"
]
],
"type": "integer",
"name": "NewMessageSortOrder"
},
"LocalizationKey": {
"type": "string",
"description": "Localization Key.",
"name": "LocalizationKey",
"title": "Localization Key"
},
"DtmfNameLast": {
"minItems": 0,
"type": "string",
"description": " The digits corresponding to the numeric keypad mapping on a standard touchtone phone representing the last name of the user. These digits are used for searching the user by name via the phone.",
"name": "DtmfNameLast",
"title": "Dtmf Name Last"
},
"FaxServerObjectId": {
"target_title": "FaxServerName",
"description": "The unique identifier of the FaxServer object for the subscriber.",
"title": "Fax Server",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/FaxServer/choices/?choice_title=FaxServerName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/FaxServer",
"type": "string",
"name": "FaxServerObjectId"
},
"LdapType": {
"description": " The LDAP configuration information for the user.",
"title": "Ldap Type",
"minItems": 0,
"choices": [
[
0,
"Do not Integrate with LDAP directory"
],
[
1,
"Integrate with LDAP directory"
],
[
2,
"Authenticate"
],
[
3,
"Integrate and Authenticate with LDAP directory"
],
[
4,
"Inactive"
]
],
"type": "integer",
"name": "LdapType"
},
"DtmfNameFirst": {
"minItems": 0,
"type": "string",
"description": " The digits corresponding to the numeric keypad mapping on a standard touchtone phone representing the first name of the user. These digits are used for searching the user by name via the phone.",
"name": "DtmfNameFirst",
"title": "Dtmf Name First"
},
"MessageLocatorSortOrder": {
"minItems": 0,
"type": "integer",
"description": " The order in which Cisco Unity Connection will sort messages when the \"Message Locator\" feature is enabled.",
"name": "MessageLocatorSortOrder",
"title": "Message Locator Sort Order"
},
"EnAltGreetPreventSkip": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether callers can skip the greeting while it is playing when the alternate greeting is turned on.",
"name": "EnAltGreetPreventSkip",
"title": "En Alt Greet Prevent Skip"
},
"ContinuousAddMode": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether when addressing, after entering one recipient name, whether the subscriber is asked to enter another name or assume the subscriber is finished adding names and is ready to move on to recording the message or applying message options.",
"name": "ContinuousAddMode",
"title": "Continuous Add Mode"
},
"EnhancedSecurityAlias": {
"minItems": 0,
"type": "string",
"description": " The unique text name used to idenitify and authenticate the user with an RSA SecurID security system.",
"name": "EnhancedSecurityAlias",
"title": "Enhanced Security Alias"
},
"PartitionObjectId": {
"target_title": "Name",
"description": "The unique identifier of the Partition to which the DtmfAccessId is assigned.",
"title": "Partition Name",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Partition/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Partition",
"type": "string",
"name": "PartitionObjectId"
},
"ConfirmDeleteMultipleMessages": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection allows the subscriber to choose which message they want to delete or whether Cisco Unity Connection permanently deletes the specified type of messages. Changes what Cisco Unity Connection does when subscribers press 3 > 2 > 2 from the Main menu to permanently delete multiple deleted messages at once.",
"name": "ConfirmDeleteMultipleMessages",
"title": "Confirm Delete Multiple Messages"
},
"InboxMessagesPerPage": {
"minItems": 0,
"type": "integer",
"description": " The number of messages Unity Inbox displays in a page.",
"name": "InboxMessagesPerPage",
"title": "Inbox Messages Per Page"
},
"EnableMessageBookmark": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Message Bookmark is enabled for the subscriber",
"name": "EnableMessageBookmark",
"title": "Enable Message Bookmark"
},
"ConversationName": {
"minItems": 0,
"type": "string",
"description": " The name of the conversation the subscriber uses to set up, send, and retrieve messages.",
"name": "ConversationName",
"title": "Conversation Name"
},
"PabLastImported": {
"minItems": 0,
"type": "string",
"description": " The date and time when the personal address book was last imported from a groupware package into the personal groups for a user.",
"name": "PabLastImported",
"title": "Pab Last Imported"
},
"PcaHomePage": {
"minItems": 0,
"type": "string",
"description": " The Home Page is the first page that is displayed after logging in to the PCA. ",
"name": "PcaHomePage",
"title": "Pca Home Page"
},
"UpdateBroadcastMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber has the ability to update broadcast messages that are active or will be active in the future.",
"name": "UpdateBroadcastMsg",
"title": "Update Broadcast Msg"
},
"SearchByNameSearchSpaceObjectId": {
"target_title": "Name",
"description": "The unique identifier of the SearchSpace which is used to limit the visibility to dialable/addressable objects when searching by name (character string).",
"title": "Search By Name Search Space",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/SearchSpace/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/SearchSpace",
"type": "string",
"name": "SearchByNameSearchSpaceObjectId"
},
"SayCopiedNames": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the \"copied\" names during message playback for a subscriber. ",
"name": "SayCopiedNames",
"title": "Say Copied Names"
},
"SpeechCompleteTimeout": {
"minItems": 0,
"type": "integer",
"description": " Specifies the required length of silence (in milliseconds) following user speech before the recognizer finalizes a result (either accepting it or throwing a nomatch event). The SpeechCompleteTimeout property is used when the speech prior to the silence matches an active grammar. \n\nA long SpeechCompleteTimeout value delays the result completion and therefore makes the system's response slow. A short SpeechCompleteTimeout value may lead to the inappropriate break up of an utterance. Reasonable SpeechCompleteTimeout values are typically in the range of 0.3 seconds to 1.0 second. See Appendix D?Timing properties of the VoiceXML Specification for details.",
"name": "SpeechCompleteTimeout",
"title": "Speech Complete Timeout"
},
"MwisURI": {
"name": "MwisURI",
"format": "uri",
"minItems": 0,
"title": "Mwis URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"ForcedAuthorizationCode": {
"minItems": 0,
"type": "string",
"description": " A valid authorization code that is entered prior to extending calls to classes of dialed numbers, for example, external, toll and international calls.",
"name": "ForcedAuthorizationCode",
"title": "Forced Authorization Code"
},
"VideoServiceAccountsURI": {
"name": "VideoServiceAccountsURI",
"format": "uri",
"minItems": 0,
"title": "Video Service Accounts URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SkipForwardTime": {
"minItems": 0,
"type": "integer",
"description": " Indicates the amount of time (in milliseconds) to jump forward when skipping ahead in a voice or TTS message using either DTMF or voice commands while reviewing messages.",
"name": "SkipForwardTime",
"title": "Skip Forward Time"
},
"SayMessageLengthAfter": {
"minItems": 0,
"type": "boolean",
"description": " This flag works exactly the same as the SayMessageLength flag on a user, except the conversation plays the message length in the message footer.",
"name": "SayMessageLengthAfter",
"title": "Say Message Length After"
},
"UseVui": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the speech recognition conversation is the default conversation for the subscriber.",
"name": "UseVui",
"title": "Use Vui"
},
"SpeechConfidenceThreshold": {
"minItems": 0,
"type": "integer",
"description": " When the engine matches a spoken phrase, it associates a confidence level with that conclusion. This parameter determines what confidence level should be considered a successful match. A higher value means the engine is will report fewer successful matches, but it will be more confident in the matches that it reports.",
"name": "SpeechConfidenceThreshold",
"title": "Speech Confidence Threshold"
},
"FirstDigitTimeout": {
"minItems": 0,
"type": "integer",
"description": " The amount of time to wait (in milliseconds) for first digit when collecting touch tones.",
"name": "FirstDigitTimeout",
"title": "First Digit Timeout"
},
"AddressAfterRecord": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber will be prompted to address message before or after it is recorded.",
"name": "AddressAfterRecord",
"title": "Address After Record"
},
"CallhandlerURI": {
"name": "CallhandlerURI",
"format": "uri",
"minItems": 0,
"title": "Callhandler URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"MediaSwitchObjectId": {
"target_title": "DisplayName",
"description": "The unique identifier of the MediaSwitch object Cisco Unity Connection uses for subscriber Telephone Record and Playback (TRAP) sessions and to dial MWI on or off requests when the Cisco Unity Connection system has a dual switch integration.",
"title": "Phone System",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PhoneSystem/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/PhoneSystem",
"type": "string",
"name": "MediaSwitchObjectId"
},
"ExitTargetConversation": {
"minItems": 0,
"type": "string",
"description": " The name of the conversation to which the caller is routed.",
"name": "ExitTargetConversation",
"title": "Exit Target Conversation"
},
"SavedMessageSortOrder": {
"minItems": 0,
"type": "integer",
"description": " The order in which Cisco Unity Connection will sort saved messages.",
"name": "SavedMessageSortOrder",
"title": "Saved Message Sort Order"
},
"PartitionURI": {
"name": "PartitionURI",
"format": "uri",
"minItems": 0,
"title": "Partition URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"FirstName": {
"minItems": 0,
"type": "string",
"description": " The first name (i.e., givenName) of this user. Not their surname nor middle name.",
"name": "FirstName",
"title": "First Name"
},
"UseBriefPrompts": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber hears brief or full phone menus when accessing Cisco Unity Connection over the phone.",
"name": "UseBriefPrompts",
"title": "Use Brief Prompts"
},
"SkipPasswordForKnownDevice": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber will be asked for his/her PIN when attempting to sign-in from a known device.",
"name": "SkipPasswordForKnownDevice",
"title": "Skip Password For Known Device"
},
"LastName": {
"minItems": 0,
"type": "string",
"description": " The last name (i.e., surname or family name) of this user, by which a user is commonly known.",
"name": "LastName",
"title": "Last Name"
},
"Callhandler": {
"type": "object",
"properties": {
"SendPrivateMsg": {
"description": " Determines if an outside caller can mark their message as private.",
"title": "Message Sensitivity",
"minItems": 0,
"choices": [
[
0,
"Mark Normal"
],
[
1,
"Mark Urgent"
],
[
2,
"Ask Callers"
]
],
"type": "integer",
"name": "SendPrivateMsg"
},
"VoiceName": {
"minItems": 0,
"type": "string",
"description": " The name of the WAV file containing the recorded audio (voice name, greeting, etc.) for the parent object.",
"name": "VoiceName",
"title": "Voice Name"
},
"templateObjectId": {
"target_title": "DisplayName",
"target_model_type": "device/cuc/CallhandlerTemplate",
"description": "Query parameter",
"format": "uri",
"required": false,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/CallhandlerTemplate/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Template",
"type": "string",
"name": "templateObjectId"
},
"PartitionURI": {
"name": "PartitionURI",
"format": "uri",
"minItems": 0,
"title": "Partition URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"PlayPostGreetingRecording": {
"description": " Indicates whether the recording referenced by PostGreetingRecordingObjectId should be played.",
"title": "Play Post Greeting Recording",
"minItems": 0,
"choices": [
[
0,
"Do Not Play Recording"
],
[
1,
"Play Recording to All Callers"
],
[
2,
"Play Recording Only to Unidentified Callers"
]
],
"type": "integer",
"name": "PlayPostGreetingRecording"
},
"Transfer": {
"items": {
"type": "object",
"properties": {
"TransferHoldingMode": {
"minItems": 0,
"type": "integer",
"description": " The action Cisco Unity Connection will take when the extension is busy.",
"name": "TransferHoldingMode",
"title": "Transfer Holding Mode"
},
"TransferOptionType": {
"description": " The type of transfer option, e.g. \"Standard,\" \"Off Hours,\" or \"Alternate.\" - template parameter [2]",
"title": "Transfer Option Type",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "TransferOptionType"
},
"CallHandlerObjectId": {
"target_model_type": "device/cuc/Callhandler",
"description": " The unique identifier of the CallHandler object to which this transfer rule belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Call Handler Object Id",
"type": [
"string"
],
"name": "CallHandlerObjectId"
},
"TransferConfirm": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection prompts the subscriber to accept or refuse a call (\"Press 1 to take the call or 2 and I'll take a message\"). If the call is accepted, it is transferred to the subscriber phone. If the call is refused, Cisco Unity Connection plays the applicable subscriber greeting. \n",
"name": "TransferConfirm",
"title": "Transfer Confirm"
},
"TransferRings": {
"minItems": 0,
"type": "integer",
"description": " The number of times the extension rings before Cisco Unity Connection considers it a \"ring no answer\" and plays the subscriber or handler greeting.",
"name": "TransferRings",
"title": "Transfer Rings"
},
"TransferScreening": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will prompt callers to say their names. When the phone is answered, the subscriber hears \"Call from...\" before Cisco Unity Connection transfers the call.",
"name": "TransferScreening",
"title": "Transfer Screening"
},
"RnaAction": {
"minItems": 0,
"type": "integer",
"description": " The action Cisco Unity Connection takes for a \"Ring-No-Answer\" (RNA) condition. Cisco Unity Connection will either transfer the call to the appropriate greeting or releases the call to the phone system.",
"name": "RnaAction",
"title": "Rna Action"
},
"PersonalCallTransfer": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether or not Personal Call Transfer Rules are used for the specific Transfer Option.",
"name": "PersonalCallTransfer",
"title": "Personal Call Transfer"
},
"Extension": {
"minItems": 0,
"type": "string",
"description": " The extension (phone number) to transfer to.",
"name": "Extension",
"title": "Extension"
},
"CallhandlerURI": {
"name": "CallhandlerURI",
"format": "uri",
"minItems": 0,
"title": "Callhandler URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"Enabled": {
"type": "boolean",
"description": "If TimeExpires is set, this field is ignored.",
"name": "Enabled",
"title": "Enabled"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UsePrimaryExtension": {
"minItems": 0,
"type": "boolean",
"description": "If extension is null this will be set to 1 (true) to indicate we are using instead the DtmfAccessId for the owning handler or subscriber.",
"name": "UsePrimaryExtension",
"title": "Use Primary Extension"
},
"TransferAnnounce": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection plays \"transferring call\" when the subscriber answers the phone. ",
"name": "TransferAnnounce",
"title": "Transfer Announce"
},
"Action": {
"minItems": 0,
"type": "integer",
"description": " A flag indicating whether Cisco Unity Connection transfers the call to the call handler greeting or attempts to transfer the call to an extension.",
"name": "Action",
"title": "Action"
},
"TransferType": {
"minItems": 0,
"type": "integer",
"description": " The type of call transfer Cisco Unity Connection will perform - supervised or unsupervised (also referred to as \"Release to Switch\" transfer).",
"name": "TransferType",
"title": "Transfer Type"
},
"PhoneSystemURI": {
"name": "PhoneSystemURI",
"format": "uri",
"minItems": 0,
"title": "Phone System URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"TransferDtDetect": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will check for dialtone before attempting to transfer the call.",
"name": "TransferDtDetect",
"title": "Transfer Dt Detect"
},
"PlayTransferPrompt": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the \"Wait while I transfer your call\" prompt should be played prior to transferring a call. \n\n",
"name": "PlayTransferPrompt",
"title": "Play Transfer Prompt"
},
"TransferIntroduce": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will say \"call for <recorded name of the call handler>\" when the subscriber answers the phone. ",
"name": "TransferIntroduce",
"title": "Transfer Introduce"
},
"MediaSwitchObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the MediaSwitch object that Cisco Unity Connection uses for transferring the call to the subscriber phone.",
"name": "MediaSwitchObjectId",
"title": "Media Switch Object Id"
},
"TimeExpires": {
"minItems": 0,
"type": [
"string",
"null"
],
"description": " The date and time when this transfer option expires. If the transfer rule is enabled, the value is NULL or a date in the future. If the transfer rule is disable, the value is a past date.",
"name": "TimeExpires",
"title": "Time Expires"
}
}
},
"type": "array",
"title": "Transfer"
},
"CreationTime": {
"description": " The date and time the handler is created.",
"title": "Creation Time",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "CreationTime"
},
"CallHandlerOwnerURI": {
"readonly": true,
"type": "string",
"description": "The URI to fetch the call handler owners.",
"name": "CallHandlerOwnerURI",
"title": "Call Handler Owner URI"
},
"EnablePrependDigits": {
"minItems": 0,
"type": "boolean",
"description": " A flag to indicate weather or not to prepend digits when dialing a extension number to transfer too.\n\n",
"name": "EnablePrependDigits",
"title": "Enable Prepend Digits"
},
"UseDefaultTimeZone": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether the timezone for this call handler is derived from the call handler object attribute or the default timezone from the location to which the call handler belongs. Always use the Timezone column - if this is set, then the column Timezone is being derived directly from the location.",
"name": "UseDefaultTimeZone",
"title": "Use Default Time Zone"
},
"PhoneSystemURI": {
"name": "PhoneSystemURI",
"format": "uri",
"minItems": 0,
"title": "Phone System URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"RecipientDistributionListURI": {
"name": "RecipientDistributionListURI",
"format": "uri",
"minItems": 0,
"title": "Recipient Distribution List URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"TimeZone": {
"minItems": 0,
"type": "integer",
"description": " TimeZone this call handler is operating in.",
"name": "TimeZone",
"title": "Time Zone"
},
"VoiceNameURI": {
"name": "VoiceNameURI",
"format": "uri",
"minItems": 0,
"title": "Voice Name URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"PartitionObjectId": {
"target_title": "Name",
"description": " The unique identifier of the Partition to which the Call Handler, Directory Handler, or InterviewHandler is assigned.",
"title": "Partition Name",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Partition/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Partition",
"type": "string",
"name": "PartitionObjectId"
},
"RecipientSubscriberObjectId": {
"target_title": "Alias",
"description": " The recipient for this call handler. If the recipient is a subscriber, the DignetObjectId of the User object to which the recorded message of a call handler should be routed. Otherwise, this attribute is set to NULL.",
"title": "User with Mailbox",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?choice_title=Alias&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/User",
"type": "string",
"name": "RecipientSubscriberObjectId"
},
"CallSearchSpaceObjectId": {
"target_title": "Name",
"description": " The unique identifier of the SearchSpace that is used limit visibility to dialable objects when searching by extension (dial string).",
"title": "Call Search Space",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/SearchSpace/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/SearchSpace",
"type": "string",
"name": "CallSearchSpaceObjectId"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a CallHandler object. - template parameter [1]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"UseCallLanguage": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will use the language assigned to the call.",
"name": "UseCallLanguage",
"title": "Use Call Language"
},
"LocalizationKey": {
"type": "string",
"description": "Localization Key for Timezone update.",
"name": "LocalizationKey",
"title": "Localization Key"
},
"ScheduleSetObjectId": {
"target_title": "DisplayName",
"description": " The unique identifier of the schedule set Cisco Unity Connection will use for making standard versus off hours decisions within this call handler.",
"title": "Schedule Set",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/ScheduleSet/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/ScheduleSet",
"type": "string",
"name": "ScheduleSetObjectId"
},
"OneKeyDelay": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in milliseconds) that Cisco Unity Connection waits for additional input after callers press a single key that is not locked. If there is no input within this time, Cisco Unity Connection performs the action assigned to the single key.",
"name": "OneKeyDelay",
"title": "One Key Delay"
},
"DispatchDelivery": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating that all messages left for the call handler is for dispatch delivery. ",
"name": "DispatchDelivery",
"title": "Dispatch Delivery"
},
"ScheduleSetURI": {
"name": "ScheduleSetURI",
"format": "uri",
"minItems": 0,
"title": "Schedule Set URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"AfterMessageAction": {
"description": " The type of call action to take, e.g., hang-up, goto another object, etc.",
"title": "After Message Action",
"minItems": 0,
"choices": [
[
0,
"Ignore"
],
[
1,
"Hang Up"
],
[
2,
"OTHER (conversation, etc)"
],
[
4,
"Take Message"
],
[
5,
"Skip Greeting"
],
[
6,
"Restart Greeting"
],
[
7,
"Transfer to Alternate Contact Number"
],
[
8,
"Route From Next Call Routing Rule"
]
],
"type": "integer",
"name": "AfterMessageAction"
},
"MaxMsgLen": {
"minItems": 0,
"type": "integer",
"description": " The maximum recording length (in seconds) for messages left by unidentified callers.",
"name": "MaxMsgLen",
"title": "Max Msg Len"
},
"EditMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag that determines whether the caller can edit messages.",
"name": "EditMsg",
"title": "Edit Msg"
},
"MenuEntriesURI": {
"name": "MenuEntriesURI",
"format": "uri",
"minItems": 0,
"title": "Menu Entries URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"IsPrimary": {
"description": " A flag indicating whether this is a \"primary\" call handler for a subscriber, or an \"application\" call handler.",
"title": "Is Primary",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "IsPrimary"
},
"PrependDigits": {
"minItems": 0,
"type": "string",
"description": " Touch-Tone digits to prepended to extension when dialing transfer number ( #, 0,1...9,*).",
"name": "PrependDigits",
"title": "Prepend Digits"
},
"LocationObjectId": {
"target_title": "DisplayName",
"description": " The unique identifier of the Location object to which this handler belongs.",
"title": "Location",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Location/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Location",
"type": "string",
"name": "LocationObjectId"
},
"Language": {
"description": " The Windows Locale ID (LCID) which identifies the language that Cisco Unity Connection plays the handler system prompts.",
"title": "Language",
"minItems": 0,
"choices": [
[
1033,
"English(UnitedStates)"
]
],
"type": "integer",
"name": "Language"
},
"TransferOptionsURI": {
"name": "TransferOptionsURI",
"format": "uri",
"minItems": 0,
"title": "Transfer Options URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"IsTemplate": {
"description": " A flag indicating whether this CallHandler is a \"template\" for creating new call handlers.",
"title": "Is Template",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "IsTemplate"
},
"RecipientUserURI": {
"name": "RecipientUserURI",
"format": "uri",
"minItems": 0,
"title": "Recipient User URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"CallSearchSpaceURI": {
"name": "CallSearchSpaceURI",
"format": "uri",
"minItems": 0,
"title": "Call Search Space URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"RecipientContactURI": {
"name": "RecipientContactURI",
"format": "uri",
"minItems": 0,
"title": "Recipient Contact URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"PlayAfterMessage": {
"description": " Indicates whether the Sent Message Prompt Recording referenced by Post Greeting",
"title": "Play After Message",
"minItems": 0,
"choices": [
[
0,
"Do Not Play Recording"
],
[
1,
"System Default Recording"
]
],
"type": "integer",
"name": "PlayAfterMessage"
},
"GreetingsURI": {
"name": "GreetingsURI",
"format": "uri",
"minItems": 0,
"title": "Greetings URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"AfterMessageTargetHandlerObjectId": {
"target_title": "DisplayName",
"description": " The unique identifier of the specific object to send along to the target conversation.",
"title": "After Message Target Handler",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Callhandler",
"type": "string",
"name": "AfterMessageTargetHandlerObjectId"
},
"TenantObjectId": {
"minItems": 0,
"type": "string",
"description": " Unique ObjectId of the tbl_Tenant",
"name": "TenantObjectId",
"title": "Tenant Object Id"
},
"PlayAfterMessageRecordingObjectId": {
"target_title": "DisplayName",
"description": " A Link To a PostGreetingRecording that is used as After Message Recording",
"title": "Play After Message Recording",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PostGreetingRecording/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/PostGreetingRecording",
"type": "string",
"name": "PlayAfterMessageRecordingObjectId"
},
"CallhandlerMenuEntry": {
"items": {
"type": "object",
"properties": {
"Locked": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection ignores additional input after callers press this key.\n\nValues:\n0: Additional input accepted\n1: Additional input ignored; Cisco Unity Connection performs the action assigned to the key. \n",
"name": "Locked",
"title": "Locked"
},
"TransferType": {
"description": " The type of call transfer Cisco Unity Connection will perform - supervised or unsupervised (also referred to as \"Release to Switch\" transfer).",
"title": "Transfer Type",
"minItems": 0,
"choices": [
[
0,
"Release to Switch"
],
[
1,
"Supervise Transfer"
]
],
"type": "integer",
"name": "TransferType"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a MenuEntry object.",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"TransferNumber": {
"minItems": 0,
"type": "string",
"description": " The phone number associated with the alternate contact",
"name": "TransferNumber",
"title": "Transfer Number"
},
"TransferRings": {
"minItems": 0,
"type": "integer",
"description": " The number of times the extension rings before Cisco Unity Connection considers it a \"ring no answer\" and plays the subscriber or handler greeting.",
"name": "TransferRings",
"title": "Transfer Rings"
},
"CallhandlerURI": {
"name": "CallhandlerURI",
"format": "uri",
"minItems": 0,
"title": "Callhandler URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"CallHandlerObjectId": {
"target_title": "DisplayName",
"target_model_type": "device/cuc/Callhandler",
"description": " The unique identifier of the CallHandler object to which this menu entry belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Call Handler",
"type": "string",
"name": "CallHandlerObjectId"
},
"TouchtoneKey": {
"description": " The character on the touch-tone keypad that this menu entry corresponds to (*, #, 0,1...9). - template parameter [2]",
"title": "Touchtone Key",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "TouchtoneKey"
},
"TargetConversation": {
"minItems": 0,
"type": "string",
"description": " The name of the conversation to which the caller is routed.",
"name": "TargetConversation",
"title": "Target Conversation"
},
"Action": {
"description": " The type of call action to take, e.g., hang-up, goto another object, etc.",
"title": "Call Action",
"minItems": 0,
"choices": [
[
0,
"Ignore"
],
[
1,
"Hang Up"
],
[
2,
"OTHER (conversation, etc)"
],
[
4,
"Take Message"
],
[
5,
"Skip Greeting"
],
[
6,
"Restart Greeting"
],
[
7,
"Transfer to Alternate Contact Number"
],
[
8,
"Route From Next Call Routing Rule"
]
],
"type": "integer",
"name": "Action"
},
"DisplayName": {
"minItems": 0,
"type": "string",
"description": " The display name associated with the alternate contact number.",
"name": "DisplayName",
"title": "Display Name"
},
"TargetHandlerObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the specific object to send along to the target conversation.",
"name": "TargetHandlerObjectId",
"title": "Target Handler Object Id"
}
}
},
"type": "array",
"title": "Callhandler Menu Entry"
},
"Undeletable": {
"description": " A flag indicating whether this handler can be deleted via an administrative application such as Cisco Unity Connection Administration. It is used to prevent deletion of factory defaults.",
"title": "Undeletable",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "Undeletable"
},
"VoiceFileURI": {
"name": "VoiceFileURI",
"format": "uri",
"minItems": 0,
"title": "Voice File URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"AfterMessageTargetConversation": {
"minItems": 0,
"type": "string",
"description": " The name of the conversation to which the caller is routed.",
"name": "AfterMessageTargetConversation",
"title": "After Message Target Conversation"
},
"InheritSearchSpaceFromCall": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the call handler inherits the search space from the call or uses the call handler CallSearchSpaceObject. The default value is true ? inherit the search space from the call thereby ignoring the call handler's CallSeachSpaceObjectId.",
"name": "InheritSearchSpaceFromCall",
"title": "Inherit Search Space From Call"
},
"RecipientContactObjectId": {
"target_title": "DisplayName",
"description": " The recipient for this call handler. If the recipient is a contact, the unique identifier of the Subscriber object where the recorded message of a call handler should be routed. Otherwise, this attribute is set to NULL.",
"title": "Recipient Contact",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Contact/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Contact",
"type": "string",
"name": "RecipientContactObjectId"
},
"RecipientDistributionListObjectId": {
"target_title": "DisplayName",
"description": " The recipient for this call handler. If the recipient is a distribution list, the unique identifier of the DistributionList object where the recorded message of a call handler should be routed. Otherwise, this attribute is set ot NULL.",
"title": "Recipient Distribution List",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/DistributionList/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/DistributionList",
"type": "string",
"name": "RecipientDistributionListObjectId"
},
"DtmfAccessId": {
"minItems": 0,
"type": "string",
"description": "The DTMF access id (i.e., extension) for the call handler. The dialable number.",
"name": "DtmfAccessId",
"title": "Dtmf Access Id"
},
"SendSecureMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether an unidentified caller can mark a message as \"secure.\"",
"name": "SendSecureMsg",
"title": "Send Secure Msg"
},
"DisplayName": {
"description": " The text name of the handler to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, the display name for the default opening greeting call handler is \"Opening Greeting.\"",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"PostGreetingRecordingObjectId": {
"target_title": "DisplayName",
"description": " A link to a PostGreetingRecording",
"title": "Post Greeting Recording",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PostGreetingRecording/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/PostGreetingRecording",
"type": "string",
"name": "PostGreetingRecordingObjectId"
},
"SendUrgentMsg": {
"description": " A flag indicating whether an unidentified caller can mark a message as \"urgent.\"",
"title": "Message Urgency",
"minItems": 0,
"choices": [
[
0,
"Mark Normal"
],
[
1,
"Mark Urgent"
],
[
2,
"Ask Callers"
]
],
"type": "integer",
"name": "SendUrgentMsg"
},
"Owner": {
"items": {
"type": "object",
"properties": {
"DistributionListObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the DistributionList object to which this distribution list member belongs.",
"name": "DistributionListObjectId",
"title": "Distribution List Object Id"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a Call handler owner object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DistributionListURI": {
"name": "DistributionListURI",
"format": "uri",
"minItems": 0,
"title": "Distribution List URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserObjectId": {
"minItems": 0,
"type": "string",
"name": "UserObjectId",
"title": "User Object Id"
},
"TargetHandlerObjectId": {
"target_model_type": "device/cuc/Callhandler",
"description": " The unique identifier of the Call Handler object for which this distribution list is the owner. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Target Handler Object Id",
"type": [
"string"
],
"name": "TargetHandlerObjectId"
}
}
},
"type": "array",
"maxItems": 1,
"title": "Owner"
},
"UseDefaultLanguage": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether the language for this call handler is derived from the call handler object attribute or the default language from the location to which the call handler belongs. Always use the Language column - if this is set, then the column Language is being derived directly from the location.",
"name": "UseDefaultLanguage",
"title": "Use Default Language"
},
"MediaSwitchObjectId": {
"target_title": "DisplayName",
"description": " Default switch to use for transfers.",
"title": "Phone System",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PhoneSystem/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/PhoneSystem",
"type": "string",
"name": "MediaSwitchObjectId"
},
"LocationURI": {
"name": "LocationURI",
"format": "uri",
"minItems": 0,
"title": "Location URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
}
},
"title": "Callhandler"
},
"SkipReverseTime": {
"minItems": 0,
"type": "integer",
"description": " Indicates the amount of time (in milliseconds) to jump backward when skipping in reverse in a voice or TTS message using either DTMF or voice commands while reviewing messages.",
"name": "SkipReverseTime",
"title": "Skip Reverse Time"
},
"Country": {
"minItems": 0,
"type": "string",
"description": " The two-letter ISO 3166-1 country code where the user is located, or with which a user is associated.",
"name": "Country",
"title": "Country"
},
"RouteNDRToSender": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating, for an undeliverable message, whether NDR messages will appear in the subscriber's mailbox or are deleted by the system.",
"name": "RouteNDRToSender",
"title": "Route NDR To Sender"
},
"templateAlias": {
"target_model_type": "device/cuc/UserTemplate",
"description": "Query parameter",
"format": "uri",
"required": false,
"choices": [],
"target_attr": "Alias",
"target": "/api/device/cuc/UserTemplate/choices/?field=Alias&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Template Alias",
"type": [
"string"
],
"name": "templateAlias"
},
"SayTimestampBefore": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the timestamp before it plays back each for the subscriber.",
"name": "SayTimestampBefore",
"title": "Say Timestamp Before"
},
"PrivateListsURI": {
"name": "PrivateListsURI",
"format": "uri",
"minItems": 0,
"title": "Private Lists URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SayMsgNumberAfter": {
"minItems": 0,
"type": "boolean",
"description": " This flag works exactly the same as the SayMsgNumber flag on a user, except the conversation plays the message number in the message footer.",
"name": "SayMsgNumberAfter",
"title": "Say Msg Number After"
},
"InboxAutoResolveMessageRecipients": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection automatically resolves a recipient address entered in the To, Cc or Bcc fields to a subscriber or distribution list. Known as the \"AutoResolve\" feature.",
"name": "InboxAutoResolveMessageRecipients",
"title": "Inbox Auto Resolve Message Recipients"
},
"UserWebPasswordURI": {
"readonly": true,
"type": "string",
"description": "The URI to change the web application password.",
"name": "UserWebPasswordURI",
"title": "User Web Password URI"
},
"EnAltGreetPreventMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether callers can leave a message after the greeting when the subscriber alternate greeting is turned on.",
"name": "EnAltGreetPreventMsg",
"title": "En Alt Greet Prevent Msg"
},
"AutoAdvanceMsgs": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating that the conversation will, during playback, advance to the next message in the playback stack automatically after it is done playing the after message menu.",
"name": "AutoAdvanceMsgs",
"title": "Auto Advance Msgs"
},
"EnAltGreetDontRingPhone": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether a caller is prevented from being transferred to the subscriber phone when the subscriber alternate greeting is turned on.",
"name": "EnAltGreetDontRingPhone",
"title": "En Alt Greet Dont Ring Phone"
},
"VoiceNameURI": {
"name": "VoiceNameURI",
"format": "uri",
"minItems": 0,
"title": "Voice Name URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"EnableMessageLocator": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the message locator feature is enabled for the subscriber.",
"name": "EnableMessageLocator",
"title": "Enable Message Locator"
},
"CreateSmtpProxyFromCorp": {
"minItems": 0,
"type": "boolean",
"description": " Flag indicating whether an SMTP proxy address matching the corporate e-mail address (column EmailAddress) should be created for this User.",
"name": "CreateSmtpProxyFromCorp",
"title": "Create Smtp Proxy From Corp"
},
"IsSetForVmEnrollment": {
"minItems": 0,
"type": "boolean",
"description": "Temporary placeholder until IsVmEnrolled can be phased out. At that point, delete this column and rename tbl_UserSubscriber.IsVmEnrolled to IsSetForVmEnrollment. A flag indicating whether Cisco Unity Connection plays the enrollment conversation (record a voice name, indicate if they are listed in the directory, etc.) for the subscriber when they login.",
"name": "IsSetForVmEnrollment",
"title": "Is Set For Vm Enrollment"
},
"UserVoicePinURI": {
"readonly": true,
"type": "string",
"description": "The URI to change the voice mail pin of the user.",
"name": "UserVoicePinURI",
"title": "User Voice Pin URI"
},
"UserRoleURI": {
"readonly": true,
"type": "string",
"description": "The URI to change the role of the user.",
"name": "UserRoleURI",
"title": "User Role URI"
},
"ClockMode": {
"minItems": 0,
"type": "integer",
"description": " The time format used for the message timestamps that the subscriber hears when they listen to their messages over the phone.",
"name": "ClockMode",
"title": "Clock Mode"
},
"IsTemplate": {
"description": " A flag indicating whether this instance of a User object is a \"template\" for creating new users. ",
"title": "Is Template",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "IsTemplate"
},
"LdapCcmUserId": {
"minItems": 0,
"type": "string",
"description": " The userid of associated end user in the sleeping SeaDragon database.",
"name": "LdapCcmUserId",
"title": "Ldap Ccm User Id"
},
"SayAniAfter": {
"minItems": 0,
"type": "boolean",
"description": " This flag works exactly the same as the SayAni flag on a user, except the conversation plays the ani in the message footer.",
"name": "SayAniAfter",
"title": "Say Ani After"
},
"RingPrimaryPhoneFirst": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether a subscriber's primary phone should be rung before trying other destinations in a personal group.",
"name": "RingPrimaryPhoneFirst",
"title": "Ring Primary Phone First"
},
"PostalCode": {
"minItems": 0,
"type": "string",
"description": " For users in the United States, the zip code where the user is located. For users in Canada, Mexico, and other countries, the postal code where the user is located.",
"name": "PostalCode",
"title": "Postal Code"
},
"XferString": {
"minItems": 0,
"type": "string",
"description": " The cross-server transfer extension. If NULL, the user's primary extension is used.",
"name": "XferString",
"title": "Xfer String"
},
"ConfirmationConfidenceThreshold": {
"minItems": 0,
"type": "integer",
"description": " Voice Recognition Confirmation Confidence Threshold",
"name": "ConfirmationConfidenceThreshold",
"title": "Confirmation Confidence Threshold"
},
"Undeletable": {
"description": " A flag indicating whether this subscriber can be deleted via an administrative application such as Cisco Unity Connection Administration. It is used to prevent deletion of factory defaults.",
"title": "Undeletable",
"minItems": 0,
"readonly": true,
"type": "boolean",
"name": "Undeletable"
},
"DelayAfterGreeting": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in milliseconds) Cisco Unity Connection will delay after playing greeting.",
"name": "DelayAfterGreeting",
"title": "Delay After Greeting"
},
"EncryptPrivateMessages": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection encrypts messages from the subscriber that are marked private.",
"name": "EncryptPrivateMessages",
"title": "Encrypt Private Messages"
},
"SayTotalReceipts": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of new receipts in the subscriber mailbox.",
"name": "SayTotalReceipts",
"title": "Say Total Receipts"
},
"NewMessageStackOrder": {
"minItems": 0,
"type": "string",
"description": " The order in which Cisco Unity Connection plays the following types of \"new\" messages:\n* Urgent voice messages\n* Non-urgent voice messages\n* Urgent fax messages\n* Non-urgent fax messages\n* Urgent e-mail messages\n* Non-urgent e-mail messages\n* Receipts and notices",
"name": "NewMessageStackOrder",
"title": "New Message Stack Order"
},
"NotificationDevicesURI": {
"name": "NotificationDevicesURI",
"format": "uri",
"minItems": 0,
"title": "Notification Devices URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"MailboxStoreObjectId": {
"target_title": "DisplayName",
"target_model_type": "device/cuc/MailboxStore",
"description": "Mailbox Store for the tenant.",
"format": "uri",
"required": false,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/MailboxStore/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Mailbox Store",
"type": "string",
"name": "MailboxStoreObjectId"
},
"IsVmEnrolled": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection plays the enrollment conversation (record a voice name, indicate if they are listed in the directory, etc.) for the subscriber when they login.",
"name": "IsVmEnrolled",
"title": "Is Vm Enrolled"
},
"Inactive": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this subscriber is inactive or not.",
"name": "Inactive",
"title": "Inactive"
},
"EmailAddress": {
"minItems": 0,
"type": "string",
"description": " The corporate email address of the user. ",
"name": "EmailAddress",
"title": "Email Address"
},
"EnableTts": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether TTS is enabled for the subscriber. Only relevant if TTS enabled in User's COS also.",
"name": "EnableTts",
"title": "Enable Tts"
},
"SearchByExtensionSearchSpaceObjectId": {
"target_title": "Name",
"description": "The unique identifier of the SearchSpace which is used to limit the visibility to dialable/addressable objects when searching by extension (dial string).",
"title": "Search By Extension Search Space",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/SearchSpace/choices/?choice_title=Name&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/SearchSpace",
"type": "string",
"name": "SearchByExtensionSearchSpaceObjectId"
},
"UseDefaultLanguage": {
"minItems": 0,
"type": "boolean",
"description": "Set to true (1) if call handler is using default language from the location it belongs to.",
"name": "UseDefaultLanguage",
"title": "Use Default Language"
},
"PcaAddressBookRowsPerPage": {
"minItems": 0,
"type": "integer",
"description": " Controls the number of matching entries the Address Book displays per page, when a search is performed. The Address Book is used across multiple PCA applications and so this setting applies globally.",
"name": "PcaAddressBookRowsPerPage",
"title": "Pca Address Book Rows Per Page"
},
"LocationURI": {
"name": "LocationURI",
"format": "uri",
"minItems": 0,
"title": "Location URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SayDistributionList": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the distribution list that sends a message, if applicable.",
"name": "SayDistributionList",
"title": "Say Distribution List"
},
"City": {
"minItems": 0,
"type": "string",
"description": " The name of a locality, such as a city, county or other geographic region where the user is located, or with which a user is associated.",
"name": "City",
"title": "City"
},
"SendBroadcastMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the subscriber may send broadcast messages.",
"name": "SendBroadcastMsg",
"title": "Send Broadcast Msg"
},
"ExitAction": {
"minItems": 0,
"type": "integer",
"description": " The type of call action to take, e.g., hang-up, goto another object, etc.",
"name": "ExitAction",
"title": "Exit Action"
},
"VoiceNameRequired": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether a recorded voice name is required for this subscriber.",
"name": "VoiceNameRequired",
"title": "Voice Name Required"
},
"SearchByExtensionSearchSpaceURI": {
"name": "SearchByExtensionSearchSpaceURI",
"format": "uri",
"minItems": 0,
"title": "Search By Extension Search Space URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SmtpProxyAddressesURI": {
"readonly": true,
"type": "string",
"description": "The URI to get the smtp proxy addresses of the user.",
"name": "SmtpProxyAddressesURI",
"title": "Smtp Proxy Addresses URI"
},
"MessageHandlersURI": {
"name": "MessageHandlersURI",
"format": "uri",
"minItems": 0,
"title": "Message Handlers URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SayTotalNewFax": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of new fax messages in the subscriber mailbox.",
"name": "SayTotalNewFax",
"title": "Say Total New Fax"
},
"AssistantRowsPerPage": {
"minItems": 0,
"type": "integer",
"description": " This controls the number of entries to display per page for all tables in the Unity Assistant, e.g. the Private List Members table.",
"name": "AssistantRowsPerPage",
"title": "Assistant Rows Per Page"
},
"CallHandlerObjectId": {
"target_title": "DisplayName",
"description": "The unique identifier of the primary CallHandler object for the subscriber.",
"title": "Call Handler",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Callhandler/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Callhandler",
"type": "string",
"name": "CallHandlerObjectId"
},
"TimeZone": {
"minItems": 0,
"type": "integer",
"description": " The time zone to which this user account is associated.",
"name": "TimeZone",
"title": "Time Zone"
},
"SaySenderAfter": {
"minItems": 0,
"type": "boolean",
"description": " This flag works exactly the same as the SaySender flag on a user, except the conversation plays the sender in the message footer.",
"name": "SaySenderAfter",
"title": "Say Sender After"
},
"NameConfirmation": {
"minItems": 0,
"type": "boolean",
"description": " Indicates whether the voice name of the subscriber or distribution list added to an address list when a subscriber addresses a message to other subscribers is played. The default value for this is off (no voice name played) since the voice name was just played as part of the list of matches . To most users this sounds redundant when on, but some users prefer it.\n",
"name": "NameConfirmation",
"title": "Name Confirmation"
},
"SearchByNameSearchSpaceURI": {
"name": "SearchByNameSearchSpaceURI",
"format": "uri",
"minItems": 0,
"title": "Search By Name Search Space URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"EnablePersonalRules": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether a subscriber's personal rules are enabled. Subscribers can use this setting to disable all personal rules at once.",
"name": "EnablePersonalRules",
"title": "Enable Personal Rules"
},
"ConfirmDeleteMessage": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will request confirmation from a subscriber before proceeding with a deletion of a single new or saved message. ",
"name": "ConfirmDeleteMessage",
"title": "Confirm Delete Message"
},
"SynchScheduleObjectId": {
"target_title": "DisplayName",
"description": "The unique identifier of the Schedule object to use for synchronization Calendar information from groupware (such as Exchange).",
"title": "Synch Schedule",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Schedule/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Schedule",
"type": "string",
"name": "SynchScheduleObjectId"
},
"Language": {
"minItems": 0,
"type": "integer",
"description": " The preferred language of this user. For a user with a voice mailbox, it is the language in which the subscriber hears instructions played to them. If the subscriber has TTS enabled by their COS, it is the language used for TTS. ",
"name": "Language",
"title": "Language"
},
"RecordUnknownCallerName": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether a caller should be promoted to record his/her name if Unity does not receive caller id.",
"name": "RecordUnknownCallerName",
"title": "Record Unknown Caller Name"
},
"FaxServerURI": {
"name": "FaxServerURI",
"format": "uri",
"minItems": 0,
"title": "Fax Server URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"CallAnswerTimeout": {
"minItems": 0,
"type": "integer",
"description": " The number of rings to wait for a subscriber destination to answer before the call is forwarded to the subscriber's primary phone.",
"name": "CallAnswerTimeout",
"title": "Call Answer Timeout"
},
"Volume": {
"minItems": 0,
"type": "integer",
"description": " The audio volume expressed as a percentage that Cisco Unity Connection uses to play back message.",
"name": "Volume",
"title": "Volume"
},
"Address": {
"minItems": 0,
"type": "string",
"description": " The physical address such as a house number and street name where the user is located, or with which a user is associated.",
"name": "Address",
"title": "Address"
},
"InterdigitDelay": {
"minItems": 0,
"type": "integer",
"description": " The amount of time to wait (in milliseconds) for input between touch tones when collecting digits in TUI.",
"name": "InterdigitDelay",
"title": "Interdigit Delay"
},
"Speed": {
"minItems": 0,
"type": "integer",
"description": " The audio speed Cisco Unity Connection uses to play back messages to the subscriber.",
"name": "Speed",
"title": "Speed"
},
"CosURI": {
"name": "CosURI",
"format": "uri",
"minItems": 0,
"title": "Cos URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"SmtpAddress": {
"minItems": 0,
"type": "string",
"description": "SMTP address The full SMTP address for this object.",
"name": "SmtpAddress",
"title": "Smtp Address"
},
"TimeLastCall": {
"minItems": 0,
"type": "string",
"description": " The date and time when the subscriber last accessed their mailbox by phone (last time they were offered messages).",
"name": "TimeLastCall",
"title": "Time Last Call"
},
"CosObjectId": {
"target_title": "DisplayName",
"description": "The name of the Class of Service object with which this user account is associated.",
"title": "Class of Service",
"minItems": 0,
"format": "uri",
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/Cos/choices/?choice_title=DisplayName&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Cos",
"type": "string",
"name": "CosObjectId"
},
"SayMessageLength": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the length of each message during message playback.",
"name": "SayMessageLength",
"title": "Say Message Length"
},
"cucpager": {
"items": {
"type": "object",
"properties": {
"SuccessRetryInterval": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in minutes) Cisco Unity Connection will wait between tries if the device is successful.",
"name": "SuccessRetryInterval",
"title": "Success Retry Interval"
},
"DisplayName": {
"description": " The preferred text name of the notification device to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, \"Home Phone,\" Pager 2,\" \"Work Phone, \" etc. ",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"AfterDialDigits": {
"minItems": 0,
"type": "string",
"description": " The extra digits (if any) that Cisco Unity Connection will dial after the phone number. For numeric pagers, the extra digits are shown on the pager display.",
"name": "AfterDialDigits",
"title": "After Dial Digits"
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"BusyRetryInterval": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in minutes) Cisco Unity Connection will wait between tries if the device is busy.",
"name": "BusyRetryInterval",
"title": "Busy Retry Interval"
},
"PhoneSystemURI": {
"name": "PhoneSystemURI",
"format": "uri",
"minItems": 0,
"title": "Phone System URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"RetriesOnSuccess": {
"minItems": 0,
"type": "integer",
"description": " The number of times Cisco Unity Connection will retry the notification device if it is successful.",
"name": "RetriesOnSuccess",
"title": "Retries On Success"
},
"SendCount": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicting whether Cisco Unity Connection will include a count of each voice mail, fax, and e-mail message with the notification message. When the subscriber receives the notification, the message count appears as a line for each type of message. ",
"name": "SendCount",
"title": "Send Count"
},
"MaxSubject": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'subject' of a notification message.",
"name": "MaxSubject",
"title": "Max Subject"
},
"DeviceName": {
"description": " The \"DeviceName\" of the notification device.",
"title": "Device Name",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "DeviceName"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this notification device belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"ScheduleSetObjectId": {
"type": "string",
"description": "ObjectId of the ScheduleSet for when the notification rule is active.",
"name": "ScheduleSetObjectId",
"title": "Schedule Set Object Id"
},
"Active": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the device is active or inactive (enabled/disabled).",
"name": "Active",
"title": "Active"
},
"RnaRetryInterval": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in minutes) Cisco Unity Connection will wait between tries if the device does not answer.",
"name": "RnaRetryInterval",
"title": "Rna Retry Interval"
},
"RetriesOnBusy": {
"minItems": 0,
"type": "integer",
"description": " The number of times Cisco Unity Connection will retry the notification device if it is busy.",
"name": "RetriesOnBusy",
"title": "Retries On Busy"
},
"RepeatInterval": {
"type": "integer",
"description": "The amount of time (in minutes) Cisco Unity Connection will wait before re-notifying a subscriber of new messages.",
"name": "RepeatInterval",
"title": "Repeat Interval"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a NotificationDevicePager object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"MaxBody": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'body' of a notification message.",
"name": "MaxBody",
"title": "Max Body"
},
"EventList": {
"type": "string",
"description": "Comma separated list of events that trigger notification rules to be evaluated.",
"name": "EventList",
"title": "Event List"
},
"SendCallerId": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include the caller id (if available) with the notification message. ",
"name": "SendCallerId",
"title": "Send Caller Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DialDelay": {
"minItems": 0,
"type": "integer",
"description": " The amount of time (in seconds) Cisco Unity Connection will wait after detecting a successful call before dialing specified additional digits (if any). Additional digits are contained in AfterDialDigits.",
"name": "DialDelay",
"title": "Dial Delay"
},
"PhoneNumber": {
"minItems": 0,
"type": [
"string",
"null"
],
"description": " The phone number to dial, including the trunk access code, to send a page.",
"name": "PhoneNumber",
"title": "Phone Number"
},
"Undeletable": {
"minItems": 0,
"type": "boolean",
"description": "Device cannot be deleted.",
"name": "Undeletable",
"title": "Undeletable"
},
"RingsToWait": {
"minItems": 0,
"type": "integer",
"description": " The number of rings Cisco Unity Connection will wait before hanging up if the device does not answer.",
"name": "RingsToWait",
"title": "Rings To Wait"
},
"FailDeviceObjectId": {
"type": "string",
"description": "ObjectId of the NotificationDevice that Cisco Unity Connection will use if attempted notification to this device fails.",
"name": "FailDeviceObjectId",
"title": "Fail Device Object Id"
},
"WaitConnect": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection waits until it detects a connection before dialing the digits in AfterDialDigits. ",
"name": "WaitConnect",
"title": "Wait Connect"
},
"InitialDelay": {
"type": "integer",
"description": "The amount of time (in minutes) from the time when a message is received until message notification triggers.",
"name": "InitialDelay",
"title": "Initial Delay"
},
"RetriesOnRna": {
"minItems": 0,
"type": "integer",
"description": " The number of times Cisco Unity Connection will retry the notification device if the device does not answer.",
"name": "RetriesOnRna",
"title": "Retries On Rna"
},
"RepeatNotify": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection begins a notification process immediately upon the arrival of each message that matches the specified critera.",
"name": "RepeatNotify",
"title": "Repeat Notify"
},
"MediaSwitchObjectId": {
"target_model_type": "device/cuc/PhoneSystem",
"description": " The unique identifier of the MediaSwitch object to use for notification. ",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/PhoneSystem/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Media Switch Object Id",
"type": [
"string"
],
"name": "MediaSwitchObjectId"
},
"TransmitForcedAuthorizationCode": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicting whether an authorization code should be transmitted to Cisco Call Manager after this number is dialed during an outbound call.",
"name": "TransmitForcedAuthorizationCode",
"title": "Transmit Forced Authorization Code"
}
}
},
"type": "array",
"title": "Cucpager"
},
"SayAltGreetWarning": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection notifies the subscriber when they login via the phone (plays conversation) or CPCA (displays a warning banner) if their alternate greeting is turned on.",
"name": "SayAltGreetWarning",
"title": "Say Alt Greet Warning"
},
"Alias": {
"description": " The unique text name for either a user, distribution list, or personal group.",
"title": "Alias",
"minItems": 0,
"required": true,
"type": "string",
"name": "Alias"
},
"PromptVolume": {
"minItems": 0,
"type": "integer",
"description": " The volume level for playback of system prompts.",
"name": "PromptVolume",
"title": "Prompt Volume"
},
"cuchtml": {
"items": {
"type": "object",
"properties": {
"DisplayName": {
"description": " The preferred text name of the notification device to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, \"Home Phone,\" Pager 2,\" \"Work Phone, \" etc. ",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DeviceName": {
"description": " The \"DeviceName\" of the notification device.",
"title": "Device Name",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "DeviceName"
},
"SendScheduledNotificationAt": {
"type": "string",
"description": "Comma separated list of time slots at which scheduled notification will be triggered at daily basis.",
"name": "SendScheduledNotificationAt",
"title": "Send Scheduled Notification At"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this notification device belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"ScheduleSetObjectId": {
"type": "string",
"description": "ObjectId of the ScheduleSet for when the notification rule is active.",
"name": "ScheduleSetObjectId",
"title": "Schedule Set Object Id"
},
"Active": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the device is active or inactive (enabled/disabled).",
"name": "Active",
"title": "Active"
},
"DisableMobileNumberFromPCA": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will not allow PCA to change Mobile Number.",
"name": "DisableMobileNumberFromPCA",
"title": "Disable Mobile Number From PCA"
},
"SmtpAddress": {
"minItems": 0,
"type": "string",
"description": " The e-mail address of the text pager, text-compatible cell phone, or another e-mail account (such as a home e-mail address) to which the notification message is to be sent. In the SA, this is referred to as the \"To:\" field.",
"name": "SmtpAddress",
"title": "Smtp Address"
},
"RepeatInterval": {
"type": "integer",
"description": "The amount of time (in minutes) Cisco Unity Connection will wait before re-notifying a subscriber of new messages.",
"name": "RepeatInterval",
"title": "Repeat Interval"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a NotificationDeviceHTML object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"DisableTemplateSelectionFromPCA": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will not allow PCA to select notification templates.",
"name": "DisableTemplateSelectionFromPCA",
"title": "Disable Template Selection From PCA"
},
"EventList": {
"type": "string",
"description": "Comma separated list of events that trigger notification rules to be evaluated.",
"name": "EventList",
"title": "Event List"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"AllowVoiceMailAsAttachment": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will allow notifier to send voice mail recording with the notification.",
"name": "AllowVoiceMailAsAttachment",
"title": "Allow Voice Mail As Attachment"
},
"MessageCountInSummary": {
"minItems": 0,
"type": "integer",
"description": " Field to store number of messages to be sent in summary notification mail",
"name": "MessageCountInSummary",
"title": "Message Count In Summary"
},
"Undeletable": {
"minItems": 0,
"type": "boolean",
"description": "Device cannot be deleted.",
"name": "Undeletable",
"title": "Undeletable"
},
"CallbackNumber": {
"minItems": 0,
"type": "string",
"name": "CallbackNumber",
"title": "Callback Number"
},
"FailDeviceObjectId": {
"type": "string",
"description": "ObjectId of the NotificationDevice that Cisco Unity Connection will use if attempted notification to this device fails.",
"name": "FailDeviceObjectId",
"title": "Fail Device Object Id"
},
"InitialDelay": {
"type": "integer",
"description": "The amount of time (in minutes) from the time when a message is received until message notification triggers.",
"name": "InitialDelay",
"title": "Initial Delay"
},
"NotificationTemplateID": {
"target": "/api/device/cuc/NotificationTemplate/choices/?field=NotificationTemplateID&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"format": "uri",
"minItems": 0,
"description": " The unique identifier of the Notification Template object which this notification device is using for HTML based notification",
"title": "Notification Template ID",
"choices": [],
"target_attr": "NotificationTemplateID",
"target_model_type": "device/cuc/NotificationTemplate",
"type": [
"string"
],
"name": "NotificationTemplateID"
},
"RepeatNotify": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection begins a notification process immediately upon the arrival of each message that matches the specified critera.",
"name": "RepeatNotify",
"title": "Repeat Notify"
}
}
},
"type": "array",
"title": "Cuchtml"
},
"TenantObjectId": {
"target_attr": "ObjectId",
"description": "The name of the tenant to which the user belongs.",
"title": "Tenant",
"minItems": 0,
"format": "uri",
"choices": [],
"target_title": "Alias",
"readonly": true,
"target": "/api/device/cuc/Tenant/choices/?choice_title=Alias&field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"target_model_type": "device/cuc/Tenant",
"type": "string",
"name": "Tenant"
},
"SayTotalDraftMsg": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of draft messages in the subscriber mailbox",
"name": "SayTotalDraftMsg",
"title": "Say Total Draft Msg"
},
"SayTotalNew": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of new messages in the subscriber mailbox.",
"name": "SayTotalNew",
"title": "Say Total New"
},
"SayTotalNewEmail": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection announces the total number of new e-mail messages in the subscriber mailbox.",
"name": "SayTotalNewEmail",
"title": "Say Total New Email"
},
"UseDynamicNameSearchWeight": {
"minItems": 0,
"type": "boolean",
"description": " Use dynamic name search weight. When this user addresses objects, the name search weight for those objects will automatically be incremented.",
"name": "UseDynamicNameSearchWeight",
"title": "Use Dynamic Name Search Weight"
},
"LdapCcmPkid": {
"minItems": 0,
"type": "string",
"description": " The pkid of associated end user in the sleeping SeaDragon database.",
"name": "LdapCcmPkid",
"title": "Ldap Ccm Pkid"
},
"SpeechIncompleteTimeout": {
"minItems": 0,
"type": "integer",
"description": " Specifies the required length of silence (in milliseconds) from when the speech prior to the silence matches an active grammar, but where it is possible to speak further and still match the grammar. By contrast, the SpeechCompleteTimeout property is used when the speech prior to the silence matches an active grammar and no further words can be spoken.\n\nA long SpeechIncompleteTimeout value delays the result completion and therefore makes the system's response slow. A short SpeechIncompleteTimeout value may lead to the inappropriate break up of an utterance.\n\nThe SpeechIncompleteTimeout value is usually longer than the completetimeout value to allow users to pause mid-utterance (for example, to breathe). Note that values set for the completetimeout property are only supported if they are less than the incompletetimeout property. See Appendix D?Timing properties of the VoiceXML Specification for details.",
"name": "SpeechIncompleteTimeout",
"title": "Speech Incomplete Timeout"
},
"AlternateExtensionsURI": {
"name": "AlternateExtensionsURI",
"format": "uri",
"minItems": 0,
"title": "Alternate Extensions URI",
"choices": [],
"readonly": true,
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DialablePhoneNumber": {
"minItems": 0,
"type": "string",
"description": " A dialable version of the PhoneNumber column.",
"name": "DialablePhoneNumber",
"title": "Dialable Phone Number"
},
"IsClockMode24Hour": {
"minItems": 0,
"type": "boolean",
"description": " The time format used for the message timestamps that the subscriber hears when they listen to their messages over the phone.",
"name": "IsClockMode24Hour",
"title": "Is Clock Mode24Hour"
},
"UseShortPollForCache": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the user's polling cycle for retrieving calendar information will be the shorter \"power user\" polling cycle.",
"name": "UseShortPollForCache",
"title": "Use Short Poll For Cache"
},
"DtmfAccessId": {
"description": "The DTMF access id (i.e., extension) of the subscriber. The dialable number.",
"title": "Dtmf Access Id",
"minItems": 0,
"required": true,
"type": "string",
"name": "DtmfAccessId"
},
"Manager": {
"minItems": 0,
"type": [
"string",
"null"
],
"description": " The name of the person who is the manager or supervisor of the user.",
"name": "Manager",
"title": "Manager"
},
"BillingId": {
"minItems": 0,
"type": "string",
"description": " Accounting information or project code associated with this user.",
"name": "BillingId",
"title": "Billing Id"
},
"ListInDirectory": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection should list the subscriber in the phone directory for outside callers.",
"name": "ListInDirectory",
"title": "List In Directory"
},
"DeletedMessageSortOrder": {
"minItems": 0,
"type": "integer",
"description": " The order in which Cisco Unity Connection presents deleted messages to the subscriber.",
"name": "DeletedMessageSortOrder",
"title": "Deleted Message Sort Order"
},
"SpeechSpeedVsAccuracy": {
"minItems": 0,
"type": "integer",
"description": " Tunes the engine towards Performance or Accuracy. A higher value for this setting means faster matches that may be less accurate. A lower value for this setting means more accurate matches along with more processing and higher CPU utilization.\n",
"name": "SpeechSpeedVsAccuracy",
"title": "Speech Speed Vs Accuracy"
},
"cucsms": {
"items": {
"type": "object",
"properties": {
"DisplayName": {
"description": " The preferred text name of the notification device to be used when displaying entries in the administrative console, e.g. Cisco Unity Connection Administration. For example, \"Home Phone,\" Pager 2,\" \"Work Phone, \" etc. ",
"title": "Display Name",
"minItems": 0,
"required": true,
"type": "string",
"name": "DisplayName"
},
"SmppProviderObjectId": {
"target_model_type": "device/cuc/SmppProvider",
"description": " The unique identifier of the SMPPProvider object that is used by this notification device.",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/SmppProvider/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Smpp Provider Object Id",
"type": [
"string"
],
"name": "SmppProviderObjectId"
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"RecipientAddress": {
"minItems": 0,
"type": "string",
"description": " The phone number of the SMS-compatible device to receive the message. In CUSA, this is referred to as the \"To:\" field.",
"name": "RecipientAddress",
"title": "Recipient Address"
},
"SendCount": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include a count of each voice mail, fax, and e-mail message with the notification message. When the subscriber receives the notification, the message count appears as a line for each type of message. ",
"name": "SendCount",
"title": "Send Count"
},
"MaxSubject": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'subject' of a notification message.",
"name": "MaxSubject",
"title": "Max Subject"
},
"DeviceName": {
"description": " The \"DeviceName\" of the notification device.",
"title": "Device Name",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "DeviceName"
},
"SubscriberObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the Subscriber object to which this notification device belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "Subscriber Object Id",
"type": [
"string"
],
"name": "SubscriberObjectId"
},
"ScheduleSetObjectId": {
"type": "string",
"description": "ObjectId of the ScheduleSet for when the notification rule is active.",
"name": "ScheduleSetObjectId",
"title": "Schedule Set Object Id"
},
"SenderAddress": {
"minItems": 0,
"type": "string",
"description": " The return phone number for the message notification. Typically, this column contains the number that the subscriber calls to check messages (i.e., pilot number for Cisco Unity Connection voice mail). If the SMPP Provider requires a source address for the server sending the message, the SMSC will overwrite this data with an IP address. In CUSA, this is referred to as the \"From:\" field.",
"name": "SenderAddress",
"title": "Sender Address"
},
"Active": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the device is active or inactive (enabled/disabled).",
"name": "Active",
"title": "Active"
},
"RepeatInterval": {
"type": "integer",
"description": "The amount of time (in minutes) Cisco Unity Connection will wait before re-notifying a subscriber of new messages.",
"name": "RepeatInterval",
"title": "Repeat Interval"
},
"ObjectId": {
"description": " The primary key for this table. A globally unique, system-generated identifier for a NotificationDeviceSMS object. - template parameter [2]",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"MaxBody": {
"minItems": 0,
"type": "integer",
"description": " The maximum number of characters allowed in the 'body' of a notification message.",
"name": "MaxBody",
"title": "Max Body"
},
"EventList": {
"type": "string",
"description": "Comma separated list of events that trigger notification rules to be evaluated.",
"name": "EventList",
"title": "Event List"
},
"SendCallerId": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether Cisco Unity Connection will include the caller id (if available) with the notification message. ",
"name": "SendCallerId",
"title": "Send Caller Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"StaticText": {
"minItems": 0,
"type": "string",
"description": " The text message that the subscriber wants to receive in a Text Pager notification. For Text Pager notifications only. The SA refers to this as the \"Send:\" field.\nTypically holds email address. Also holds text for text pagers. SA text pager calls this 'send text'. It is empty for numeric pagers.",
"name": "StaticText",
"title": "Static Text"
},
"Undeletable": {
"minItems": 0,
"type": "boolean",
"description": "Device cannot be deleted.",
"name": "Undeletable",
"title": "Undeletable"
},
"FailDeviceObjectId": {
"type": "string",
"description": "ObjectId of the NotificationDevice that Cisco Unity Connection will use if attempted notification to this device fails.",
"name": "FailDeviceObjectId",
"title": "Fail Device Object Id"
},
"InitialDelay": {
"type": "integer",
"description": "The amount of time (in minutes) from the time when a message is received until message notification triggers.",
"name": "InitialDelay",
"title": "Initial Delay"
},
"RepeatNotify": {
"type": "boolean",
"description": "A flag indicating whether Cisco Unity Connection begins a notification process immediately upon the arrival of each message that matches the specified critera.",
"name": "RepeatNotify",
"title": "Repeat Notify"
}
}
},
"type": "array",
"title": "Cucsms"
},
"SendMessageOnHangup": {
"minItems": 0,
"type": "integer",
"description": " An enum indicating when hanging up while addressing a message that has a recording and at least one recipient, whether the message is discarded, sent or saved as a draft message if the subscriber explicitly issues the command to send the message either via DTMF or voice input.",
"name": "SendMessageOnHangup",
"title": "Send Message On Hangup"
},
"cucpin": {
"type": "object",
"properties": {
"CredentialPolicyURI": {
"name": "CredentialPolicyURI",
"format": "uri",
"minItems": 0,
"title": "Credential Policy URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"DoesntExpire": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this user credential will expire, and therefore the user must change the credential periodically. However, if the credential does not expire (value = \"1\"), the user still may change the credential (if allowed by CantChange). ",
"name": "DoesntExpire",
"title": "Doesnt Expire"
},
"Locked": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether access to the user account associated with this set of credentials is locked.",
"name": "Locked",
"title": "Locked"
},
"TimeHacked": {
"minItems": 0,
"type": "string",
"description": " The date and time that the credential was locked due to too many hacks. The date and time is recorded in this column whenever a user credential is locked due to too many hacks based on the credential policy.",
"name": "TimeHacked",
"title": "Time Hacked"
},
"TimeChanged": {
"minItems": 0,
"type": "string",
"description": " The date and time when the credentials were last changed. The date and time is recorded in this column whenever a user credential is created or changed.",
"name": "TimeChanged",
"title": "Time Changed"
},
"CantChange": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the user can set this credential.",
"name": "CantChange",
"title": "Cant Change"
},
"Credentials": {
"is_password": true,
"description": " The PIN or password, for a user. The credentials are stored in an encrypted format.",
"title": "PIN",
"minItems": 0,
"type": "string",
"name": "Credentials"
},
"CredentialPolicyObjectId": {
"minItems": 0,
"type": "string",
"description": " The unique identifier of the CredentialPolicy object that is associated with this credential.",
"name": "CredentialPolicyObjectId",
"title": "Credential Policy Object Id"
},
"URI": {
"name": "URI",
"format": "uri",
"minItems": 0,
"title": "URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"UserURI": {
"name": "UserURI",
"format": "uri",
"minItems": 0,
"title": "User URI",
"choices": [],
"type": "string",
"target": "/api/choices/?format=json&hierarchy=[hierarchy]&auth_token=[authtoken]
},
"CredentialType": {
"description": " The type of credential such as password, PIN, Windows or Domino credential. ",
"title": "Credential Type",
"minItems": 0,
"choices": [
[
3,
"Password"
],
[
4,
"PIN"
]
],
"type": "integer",
"name": "CredentialType"
},
"Alias": {
"minItems": 0,
"type": "string",
"description": " The unique text name for either a user, distribution list, or personal group.",
"name": "Alias",
"title": "Alias"
},
"Hacked": {
"minItems": 0,
"type": "boolean",
"description": "A flag indicating whether access to the user account associated with this set of credentials is locked due too many hack attempts.",
"name": "Hacked",
"title": "Hacked"
},
"ObjectId": {
"description": " Surrogate key to support IMS",
"title": "Object Id",
"minItems": 0,
"readonly": true,
"type": "string",
"name": "ObjectId"
},
"HackCount": {
"minItems": 0,
"type": "integer",
"description": " The number of logons attempted that failed due to invalid credentials. The Unity system or external authentication provider determined that the credentials supplied as part of a user logon attempt were invalid. ",
"name": "HackCount",
"title": "Hack Count"
},
"UserObjectId": {
"target_model_type": "device/cuc/User",
"description": " The unique identifier of the User object to which this credential belongs. - template parameter [1]",
"format": "uri",
"minItems": 0,
"required": true,
"choices": [],
"target_attr": "ObjectId",
"readonly": true,
"target": "/api/device/cuc/User/choices/?field=ObjectId&format=json&hierarchy=[hierarchy]&auth_token=[authtoken],
"title": "User Object Id",
"type": [
"string"
],
"name": "UserObjectId"
},
"TimeLastHack": {
"minItems": 0,
"type": "string",
"description": " The date and time of the last logon attempt with an invalid user credential.",
"name": "TimeLastHack",
"title": "Time Last Hack"
},
"CredMustChange": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether the user must change their credentials (PIN or password) at the next login.",
"name": "CredMustChange",
"title": "Cred Must Change"
},
"IsPrimary": {
"minItems": 0,
"type": "boolean",
"description": " A flag indicating whether this credential is mapped to the user NT/AD domain account and as such is designated as the 'primary' credential for the user. This column is not currently used, but is retained from Unity 4.x in case it is needed in the future.",
"name": "IsPrimary",
"title": "Is Primary"
},
"TimeLockout": {
"minItems": 0,
"type": "string",
"description": " The date and time that the credential was locked by an administrator.",
"name": "TimeLockout",
"title": "Time Lockout"
}
},
"title": "Cucpin"
}
},
"schema_version": "2.0.1"
}