Unity 4.x - Limits of Distribution List members

Is there a limit to how many members you can add to a public and/or private distribution list in Unity 4.2?

Hi Johnny,
Subscribers > Class of Service > Features Page 
Lists Available to Subscribers
Enter a number between one and 99 to specify the maximum number of private lists available to subscribers who are assigned to this COS. Subscribers can manage their private lists by phone and from the Cisco Unity Assistant.
Though both the Cisco Unity conversation and the Cisco Unity Assistant use this setting to determine when a subscriber has reached the maximum number of lists, consider that each application calculates the number of lists that a subscriber owns differently:
•When a subscriber tries to use the phone to create a new list by adding members, the Cisco Unity conversation counts the number of private lists that have members, and then compares the total to the value in this setting to determine whether the subscriber has reached the list limit. Lists with no members (empty lists) are not included in the total number of lists that a subscriber owns, even if the lists have recorded names and/or text names.
•When a subscriber tries to use the Cisco Unity Assistant to create a new list, the Cisco Unity Assistant counts the number of lists that have a recorded voice name, a text name or members, and then compares the total to the value in this setting to determine whether the subscriber has reached the list limit. Lists with no members are included in the total number as long as they have recorded names and/or text names.
This means that if a subscriber belongs to a class of service that allows 15 lists, and the subscriber has 12 private lists with members and two lists with recorded names but no members, the subscriber can potentially create more lists by phone than in the Cisco Unity Assistant before reaching the list limit:
•When the subscriber uses the Cisco Unity conversation, the subscriber will reach the list limit either by adding members to the two empty lists and creating one new list, or by creating three new lists. If the subscriber reaches the limit by creating three new lists, the subscriber cannot add members to the two empty lists until two lists are deleted.
•When the subscriber uses the Cisco Unity Assistant, the subscriber will reach the list limit by creating one new list. Despite reaching the list limit, the subscriber can add members to the two empty lists.
You can set up private lists for a subscriber on the applicable Subscribers > Subscribers > Private Lists page, though the subscriber is the only person who can send voice messages to the list.
Maximum Members Per List
Enter a number between one and 999 to specify the maximum number of members that subscribers can add to a private list when they use the Cisco Unity conversation or the Cisco Unity Assistant. (There is no limit imposed on the number of members that can be added to a private list when you use the Subscribers > Subscribers > Private Lists page to add members to a list.)
The subscriber is the only person who can send voice messages to the lis
http://www.cisco.com/en/US/docs/voice_ip_comm/unity/405/administration/guide/ex/sag_0150.html
Cheers!
Rob

Similar Messages

  • Size Limits On Distribution List?

    When attempting to send an email with a distribution list it will not work. It kicks back some of the addresses. Yet, when I send to the addresses individually the message goes through.
    Are there limits on the number of addresses allowed in a distribution list or could this be an ISP function seeing the addresses as a spam attempt?
    Thanks for the help

    This is something determined by your ISP, not by Mail. You'll need to check with them. Most ISPs limit the number of recipients on a single message, and many also limit the number of unique recipients you send e-mail to per hour or day. Send to too many in one day through one of these providers and you may find you can't send to anyone else for the rest of the day.

  • How Do I Manage "Group"/"Distribution List" Members?

    I downloaded iCloud recently to my android smart phone.  I use Outlook 2007 as my mail program.  When I"m on my pc (MS 8.1) & check my contacts, I find my "distribution lists"/'Groups" in a new list on the left side, but I cannot open these "lists/groups" therefore,  I cannot manage membership on them.   The "groups" won't open to show me who the members are.
    How do I solve this question?

    In Contacts, you can create Groups, of course. First and best, make the Groups visible (Command-1, or click View in the menu bar, then Groups).
    You add contacts to Groups per simple drag and drop. You delete contacts from Groups by pressing backspace, or delete (if you have the extended keyboard), or -> Edit -> Remove From Group.

  • Recursively get distribution list members

    Hi,
    I've been asked to supply the membership of several of our large distribution lists.  However, these lists are heavily nested, so I need to get membership recursively starting from the top level list.  The old ONDL.EXE utility could do this.  I was wondering if there was a powershell command that could accomplish the same thing.  The get-distributiongroupmember cmdlet does not seem to have recursive abilities.  If not, could someone help me with a script to do this?
    Thanks,
    Don

    This is kind of long, but works:
    (watch line wraps)
    Save it as something like get-exgrouprecurse.ps1, and call it like this:
    $members  = get-exgrouprecurse <group name>
    Then, $members will contain all the members full objects, and the group name they are actually in
    Code Snippet
    # Script to retreive group members #
    # Karl Mitschke March 7 2008 #
    # heavily modified from recipe 7.3 #
    # in 'Active Directory Cookbook' #
    # by Robbie Allen #
    #requires -pssnapin Microsoft.Exchange.Management.PowerShell.Admin
    param($group)
    $UnknownGroup = @{}
    function DisplayMembers($group)
    $SubGroup = @{}
    $AllMembers = @()
    if(!$group)
    $group = Read-Host "Enter the groups display name"
    if ($group.Contains("'"))
    $group = $group.Replace("'",'"')
    if ($group -eq "/?")
    Write-Host "Usage:"
    Write-Host ""
    Write-Host "get-exgrouprecurse -group <group name>"
    Write-Host ""
    Write-Host "or get-exgrouprecurse <group name>"
    Write-Host "Returns an object containing the group member, and the group name."
    break
    $validate = Get-Group $group
    if ($validate.RecipientTypeDetails.ToString() -match "mail")
    $searchGroup = Get-DistributionGroupMember $group
    if ($searchGroup)
    foreach ($member in $searchGroup)
    $membertype = $member.RecipientTypeDetails
    if($membertype -match "Group")
    $samname = $member.SamAccountName.ToString()
    if ($SubGroup.ContainsKey($samname) -eq $true)
    Write-Output "^ already seen group member (stopping to avoid loop)"
    else
    $SubGroup.Add($samname,$member.DisplayName.ToString())
    else
    if($member.PrimarySmtpAddress -and $member.RecipientTypeDetails -notcontains "group")
    $obj = new-object psObject
    $obj | Add-Member -membertype noteproperty -name GroupMember -Value $member
    $obj | Add-Member -MemberType noteproperty -Name GroupName -Value $group
    $AllMembers += $obj
    else
    $UnknownGroup.add($group,1)
    if($SubGroup.Values.Count -gt 0)
    foreach ($subGroup in $SubGroup.values)
    DisplayMembers $subGroup
    if ($UnknownGroup.Keys.Count -gt 0)
    foreach ($LostGroup in $UnknownGroup.keys)
    $obj = new-object psObject
    $obj | Add-Member -membertype noteproperty -name GroupMember -Value "Cannot enumerate group"
    $obj | Add-Member -MemberType noteproperty -Name GroupName -Value $LostGroup
    $AllMembers += $obj
    $UnknownGroup.Clear()
    else
    Write-Output "$group does not appear to be mail enabled."
    Write-Output $AllMembers
    DisplayMembers $group

  • "changes to the distribution list membership cannot be saved. you do not have sufficient permission to perform this operation on this object"

    Running Exchange 2010/latest updates on Windows 2008 R2 servers.
    When I create a new DL that I want someone to manage, they received the following message when trying to add/remove from the DL:
    "changes to the distribution list membership cannot be saved.  you do not have sufficient permission to perform this operation on this object"
    I have followed everything in "http://msexchangeteam.com/archive/2009/11/18/453251.aspx" with no luck
    Any suggestions?

    Piggybacking off of the discussion above, with our deployment of Exchange 2007, we created a set of web-based tools that allowed people to create Exchange Resources including distribution lists.  To allow multiple people to manage the lists for a given
    department, we programmatically created a group, which is populated with one or more users from the "resource department".  We then set the following AD permissions to allow members of the group to manage membership of departmental distribution lists:
    Add-ADPermission -User DepartmentalGroup -AccessRights ReadProperty, WriteProperty -Properties 'Member' -DomainController dc.contoso.com
    Fast forward to Exchange 2010 and the landscape has changed with Exchange 2010's implementation of Role Based Access Control and I'm struggling to come up with a way to programmatically allow a group of users to manage distribution list membership for a
    subset of distribution lists - note that we have approximately 75 departments, with each having its own set of coordinators who should be able to manage distribution lists for their department but not lists created by other departments.  The specific
    error we receive in Outlook when attempting to modify group membership is the same as the title of this thread - "Changes to the distribution list membership cannot be saved.  You do not have sufficient permission to perform this operation on this object". 
    I implemented the settings referred to at
    http://sysadmin-talk.org/2010/06/omg-allowing-end-users-to-manage-distribution-group-membership-in-exchange-2010-2/ which details the process of creating a new management role and revoking the role's ability to create new distribution lists and remove distribution
    lists (which we want because we want those actions to be performed using our web tools). 
    All that to say that the ultimate problem we have is that the above relies on the "ManagedBy" field of a distribution list (viewable by Get-DistributionList Listname | fl *ManagedBy*) to determine group ownership.  When "ManagedBy" is set to a user,
    the user CAN edit a distribution list's membership from Outlook and OWA.  When "ManagedBy" is set to a group, members of the group are UNABLE to edit the membership of the distribution list via Outlook or Outlook Web Access/ECP.   Furthermore,
    Set-DistributionGroup does not allow you to specify a list of users to assign to the ManagedBy field.  However, if "ManagedBy" was set to a specific user and that user logs in to the Exchange Control Panel and adds additional "owners" of the distribution
    list, which I can then see from EMS - both the original owner and any additional owners added can in turn modify group membership for the list using Outlook or Outlook Web Access/ECP.
    My questions:
    1) Is it "expected" behavior that while I can assign a group to the "ManagedBy" property of distribution list, members of that group are still unable to edit the group membership?  ...or is there a fix for the behavior I'm seeing?
    2) Can multiple values be assigned to the "ManagedBy" property when using Set-DistributionList - ex: Set-DistributionList DLName -ManagedBy:user1,user2
    3) Any other suggestions?
    Thanks,
    -Lance

  • Emails flowing in BCC when distribution list was added with new id's

    Hi,
    I had to add 7 additional e-mail id's to the esisting distribution list which has already got 18 email id's.
    This distribution list was included in the repient list of a custom job few months back.
    The job was sending emails to the 18 recipients in TO earlier, but after I added 7 more email id's the job is sending emails to all recipients in BCC.
    I did not change any configs of DL in Batch Job recipient or any where. I want to know if there is any limitation of distribution list or any other issue leading to BCC functionality.
    Please advice ASAP as its making problems in Production to the business.
    Thanks in advance,
    Ravi Shankar

    vz_ric wrote:
    The majority of websites are set up the same way for all browsers. It's the software manufacturers responsibility to make their software compatible with websites, not the other way around. Otherwise everyone who has a website will have to make 10 different sites to work multiple browsers.
    Contrarily, it is Verizon's, as well as other companies like Verizon whose customer base uses a wide variety of web browsers, web page designers' responsibility to use only standard W3C-recognized code and not to use non-standard non-W3C-recognized code, e.g., Microsoft's Internet Explorer specific code, when designing their web pages. In my opinion based on my observations, Verizon's web page designers are too often guilty of using IE-specific code.

  • Cisco Unity Connection 8.6 Distribution list help.

    We have a shared department line on several phones ( say 30  ) with VM and users were accessing the VM  through the telephhone interface.
    Recently we had a request from the leadership team ( say 5  ) , that they need unified messaging ( VM in their emails)  for that department line.
    How do i make it possible so that the leadership team has the unified messaging( VM in their emails ), while the other user still have access to the dept line VM through telephone interface.
    If  I create  distribution list with the the leadership team  as DL members and call handler for the dept line DN with message  setting set to receipients as the distribution list , would that do it ? Will the other users still  be able to access the VM through their phone. how do I make it  possible .?

    Indu,
    I understand you requirement and I'll be upfront and say there are only so many options here as I see it and each has its own caveats/limitations.  Here are a couple:
    1.  You will need an SMTP Smart Host configured for Unity Connection for this solution to work.  The Smart Host is just an SMTP relay server and it needs to be configured to accept messages from and deliver messages to the SMTP domain of Unity Connection.  That also means that you need to configure Unity Connection to allow inbound SMTP from this host (i.e., a trusted address configuration).
    2.  You will need an email distribution list or shared email address that you can forward a copy of voice messages for the mailbox to.  That email distribution list needs to have your special users set as members.
    3.  Once the first 2 items are in place, go to the shared mailbox and set the Message Actions for Voicemail to "Accept and Relay" and then specify the relay address as the address for the distribution list you set up in item 2.
    4.  Leave the configuration for the shared mailbox the same except for the accept and relay configuration above.  All users will continue to have the same phone-based functionality.  The difference is that a COPY of every voicemail will be sent to the special users via the relay to distribution list.  The caveat is that this is not Unified Messaging.  It does get the voicemail into email but there is no synchronization of MWI and/or message status for users that rely on email client to check messages.
    Another option would be an Integrated Messaging solution.  This also is not Unified Messaging but does provide synchronziation between the shared line and email client; however, it requires that each of your special users set up an IMAP connection from their email client to the Unity Connection server.  So, the messages will not be seen in their personal email inbox but rather in a separate IMAP folder in the email client.
    Hailey
    Please rate helpful posts!

  • Distribution list limits

    According to http://support2.microsoft.com/default.aspx?scid=kb;en-us;238569&Product=out the distribution list limit is based on the property size limit of the computer that is running Exchange Server. The property size limit for an Exchange server is
    about 8 kilobytes (KB). The Exchange server stores all contact links in one property store.
    Does anyone know how i can see current property size of distribution list, or free space in property store?

    You are looking at the size limits for an Outlook Personal Distribution List in that KB article, not an Exchange distribution group. I've seen Exchange groups with tens-of-thousands of members.  The limit is not set by a property limit in the Exchange
    directory, and indeed, I don't know that there is a limit.

  • Unity 7 Distribution List Usage

    Is there a way to find out when a distribution list was last used in Unity 4 or 7? We are upgrating and would like to know whether or not to COBRAS out the DLs, some of which are quite large.

    I am going to say no.  I have searched our internal db.  Reviewed the advanced settings and reports.  I dont see anything that would help.

  • Some members of distribution list get email 15 minutes after the others

    We have a strange problem. We've migrated cross forrest from an Exchange 2007 to an Exchange 2013. Everything seems to be ok, except for one issue we have which is that sometimes an email sent to a distribution group is received 15 minutes later by 2 - 3
    of the users within the list. 
    The list contain 42 members, and I can see that the email is "sitting" on one server for the 15 minutes in question by reading the header of the email. The problem is not consistent. 
    Expansionserver is $null on all of my distribution lists, and I can have issues on other lists aswell, although that might just get noticed.
    If I try the tracker tool in EMC or through the gui (ecp) I get a "to many items in array" error. So I can't see anything in my exchange shells either. 
    All the users in the list are in the same domain, but the users are spread across 2-3 exchange servers. The server that the mail is "sitting" in, oddly has 0 of the members within the distlist. 
    any advice as to where to look is appreciated. if it is a problem with the expansionserver I would be greatful for any steps to find out how that can be determined or even better, be resolved. 

    There are 4 exchange 2013 servers which migrated from Exchange 2007 server in a differnt forrest and on another domain 
    Ex01: userA, userB, userC, userD
    Ex02: userE, userF
    Ex03: userG, userH
    DL: userA, userB, userC, userE
    Scenario:
    1. Email is sent to DL by user A, and user A , and he gets
    his own email after 15 minutes (verified by header). It has hanged on Ex03 for 15 mins (nothing in the ev log on the server).
    2. user B gets the mail instantly and user E gets it delayed
    (actually 40 got it spot on (after 3-4 seconds) three got it after 15 mintues.
    If I send directly to the user, there are NO delays at all.

  • How to show the members of a MS Exchange Distribution List

    Hello,
    Can anyone tell me how I can take a look at the members of a MS Exchange Distribution List? I'm not using Entourage, but I use the Address Book preference "Sync with Exchange".
    Thanks!

    In addition to BalusC's comments, take a look at this [blog entry|http://www.ilikespam.com/blog/el-function-parameters-with-jboss-el] on JBoss EL. It's compatible with the unified EL, but adds parameters to method calls, and supports the resolution of items such as Collection.size().
    The blog shows how to configure the custom EL with Mojarra. Pretty straight forward.

  • Using 31.1.0 on Mac & sending to distribution list, server responds 'NW-members "neighborhhod watch" invalid e-mail address because not of form user@host.'

    I upgraded to Thunderbird 31.1.0 yesterday. I have not modified the distribution list in the last few weeks. This is the first time I have used the distribution list since the upgrade. I have never received an error message from the mail server objecting to my distribution list. The distribution list has thirty three (33) addresses. The last time I sent email using the distribution list was 8/28/14. Text of 'Invalid Recipient Address' alert box is "NW-members <"neighborhhod watch"> is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail."
    ''(I've edited the question details and moved the thread to Thunderbird - c)''

    I am glad to hear that your problem has been resolved. I noticed you chose your own answer as the solution, can you select the answer that solved the problem. This will help other users with similar problems find the solution more easily.
    I also have new information about this.
    It looks like it's [https://bugzilla.mozilla.org/show_bug.cgi?id=1060901 this bug]. If you have an account on Bugzilla, it would help to vote for that issue.
    It seems lists with a description that includes several words have this problem. The bug report suggests replacing the blanks " " between the words in such lists' descriptions with an underscore "_".
    If you don't want to change your descriptions, [https://support.mozilla.org/en-US/questions/1018299#answer-623437 the other workaround provided] still works.

  • Setting Up A Contact Distribution List of Family Members for Text Messaging

    Friends,
    Is it possible to set up a distribution list of my family contacts?  I have several brothers and sisters and would like to send the same text message to all of them at once.  Can I key all of their phone numbers into one heading such as "family" and then use that as my "phone" number in the TO field?
    Please let me know if this is possible and if so, how do I do it?
    Thanks for your help.
    Doug Talbott Jr.

    You can send to multiple people but you can not save them as a group in the stock app but there is a number of apps on market that can do this.Try
    Handcent
    http://www.handcent.com/
    TextPlus
    https://market.android.com/details?id=com.gogii.textplus&feature=search_result
    Also check here...
    http://www.androidzoom.com/android_applications/send+group+sms

  • GroupWise Distribution List losing members

    Have just upgraded to GW 8.0.2 on servers and clients. When adding to an existing distribution list users remain. When the participation is changed to CC they dissapear. Added users from the user account and from the distribution list with the same result.
    Any suggestions?

    arthersmith,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • UC 7 - unable to delete distribution list

    I've got this distribution list migrated over, which do not have any members, but am unable to delete it, and getting error this object is currently in use.
    I enabled dependency records but unable to see anywhere I can access this functionality. How do I go about this one? please help.

    I suspect if there is a dependency on it then deleting the DL from the CLI is not going to work either - the SA is essentially doing the same operation and the stored proc is likely returning that error.  You might get lucky and it's the SA doing a seperate/unnecessary check but I'm guessing that's not going to be the case and you'll see a similiar error in the CLI as you do in the SA.
    Another approach is to see if you can find the dependency reference on the DL - it could be a bug (i.e. a bogus reference) or it could be a handler referencing it as a message recipient and/or a name lookup handler referencing it as a scope etc...
    The easiest way to find references to an object is to use the CUDLI data viewer tool:
    http://www.ciscounitytools.com/Applications/CxN/CUDLI/CUDLI.html
    Make sure to have it show all data instead of limiting to the top 100 rows as it does by default (a red flashing text will tell you this when you fire it up).  Find the ObjectID of the DL you're trying to delete and then use the "Find value in db tables" option under the File Menu.  Paste in the object ID and let it rip - it'll look in every column of every row of every table in the database looking for references to that objectId - if there's any in there, it'll take you to them.  If there are valid references to the list keeping it from being deleted, you'll find them.

Maybe you are looking for

  • [E2010] [EWS] [C#] [Windows]: Exchange-service not working anymore after upgrade to 2010

    I have searched for this error/question I have but the solutions were not related to my situation and/or didn't provide any further infiormation. That being said... Under Exchange 2007, following code was running properly: ServicePointManager.ServerC

  • Line Out: broken ground connection?

    Hi! At home, I ususally connect my MacBook Pro with my stereo using the line out socket to listen to music. Today, after coming home from work, I plugged in my stereo into the line out of my MacBook and all I got was some nasty buzzing. Just like if

  • Email distribution list

    In Outlook, I have a distribution list set up to send email to multiple names and addresses as a mass email. Can I do this on the iPhone without choosing each individual one at a time?

  • Cannot upgrade Flash Player from 11.8.800.94 to 11.8.800.174

    I have Flash Player 11.8.800.64 on Windows 8 on my laptop.  I want to upgrade to 11.8.800.174 but I cannot because when I try to a screen comes up saying it is unnecessary to install.  I cannot watch videos because the screen is always green.  Everyo

  • Extracting spool no in ME21N

    Hi Guys, I have a requirement of saving a PO as a pdf locally while it is created and being saved, i used the BADI ME_PURCHDOC_POSTED and method POSTED to achieve this. But when i open the PDF , i find that it saves the PO which was created earlier.