<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 03/13/2013 10:20 AM, Archana
      Venugopan wrote:<br>
    </div>
    <blockquote
      cite="mid:592A9CF93E12394E8472A6CC66E66BF201A474AC@Mail-Kilo.squay.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=ISO-8859-1">
      <meta name="Generator" content="Microsoft Word 12 (filtered
        medium)">
      <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
-->
</style><!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
      <div class="Section1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal">Can anyone please tell me how to set
          password for voicemail retrieval for multiple users and how?<o:p></o:p></p>
      </div>
    </blockquote>
    <br>
    Once you actually have the records for the mailboxes into the
    databases (whether sqlite or odbc), you can simply change passwords
    very easily with an UPDATE SQL query.&nbsp; However, you either need to
    populate the voicemail databases somehow.&nbsp; You can do so by many
    methods, one is to set either individual XML files for each user in
    the given directory profile, or you can use mod_xml_curl, or you can
    even script it and populate the voicemail databases that way too.<br>
    <br>
    If I'm not mistaken, the password set in the XML directory is only
    read when the initial record is created in the database.&nbsp; The table
    name you need to look at is voicemail_prefs .<br>
    <br>
    -Yossi<br>
    <br>
    <br>
  </body>
</html>