Junction Networks

Junction Networks Web Services API

VoicemailboxAdd

Add a Voice Mailbox to an Organization.

Authentication

This action requires an Authenticated Session.

Authorization

This action requires Organization Update permission.

Parameters

VoicemailboxId
Required
A positive integer which references a unique Voice Mailbox.
Username
Required
The username portion of the address.
Domain
Required
The domain portion of the address.
Mailbox
Required
A positive integer value up to 7 digits representing the Mailbox's number. It must be unique across the organization the mailbox belongs to. It usually makes sense to make this identical to the extension of the user assocaited with this mailbox. For example, if my extension is 7011, then it would make sense for my mailbox number to be 7011 as well.
Fullname
Required
A proper name associated with the user of the mailbox. For example, 'Joe Smith'.
Timezone
Optional
Default Value: us_eastern
One of the following values: 'us_eastern', 'us_central', 'us_mountain', or 'us_pacific'.
SayCallerId
Optional
Default Value: false
Play caller-id information when reviewing messages; boolean (true/false)
SayDuration
Optional
Default Value: false
Play message length information when reviewing messages; boolean (true/false)
SayDatetime
Optional
Default Value: false
Play date and time call when reviewing messages; boolean (true/false)
NotifyEmail
Optional
Default Value: false
One of the following values: 'no', 'yes', 'attach', or 'delete'.
NotifyPager
Optional
Default Value: no
One of the following values: 'no' or 'yes'
Email
Optional
If NotifyEmail is anything other than 'no', this parameter is required and should be the email address to send email notifications to.
Pager
Optional
If NotifyPager is anything other than 'no', this parameter is required and should be the email address to send pager notifications to.
Mwi
Optional
Default Value: Don't send MWI notifications
SIP User Address send message waiting indications to using SIP NOTIFY requests.

Result RELAX NG Schema Modules

Main module: VoicemailboxAdd.rng

Supporting modules:  Voicemailbox.rng

Result Element Example

Not available.