<br><br><div class="gmail_quote">On Mon, Feb 25, 2013 at 5:51 PM, Steven Schoch <span dir="ltr">&lt;<a href="mailto:schoch+freeswitch.org@xwin32.com" target="_blank">schoch+freeswitch.org@xwin32.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">My users are used to voicemail systems where you press a key (like #) during your greeting to be prompted for a password to retrieve voicemail.  Is such a method available in FreeSWITCH?</div>
</blockquote><div>Yes. I believe the default value is &quot;0&quot; when they hear their own outgoing message. The value can be adjusted in conf/autoload_configs/voicemail.conf.xml. Look for this line:<br><br>&lt;param name=&quot;login-keys&quot; value=&quot;0&quot;/&gt;<br>
<br>What I don&#39;t know is if you can set it to more than one keystroke, like &quot;##&quot; or somesuch. In any case, have fun tinkering with that value. Be sure to reload mod_voicemail after making changes to that file.<br>
 <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>
Also, is there a way to deny access to voicemail if their vm-password is set to &quot;user-choose&quot; and they haven&#39;t set one yet?</div></div></blockquote><div>Yes. I personally just put a value into the database for the user(s) in question. I use something like the following (keep in mind that you need to define ${domain} or insert the proper value):<br>
<span style="font-family:courier new,monospace"><br>for I in `seq 1000 1019`; do<br>  sqlite3 /usr/local/freeswitch/db/voicemail_default.db &quot;insert into voicemail_prefs (username,domain,password) values (&#39;$I&#39;,&#39;${domain}&#39;,&#39;12345&#39;);&quot;<br>
done<br></span><br>That sets the default password on all user VMs to &quot;12345&quot; for users 1000 - 1019. Use passwords and user ID&#39;s appropriate for your installation.<br><br>-MC<br><br> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr"><span class="HOEnZb"><font color="#888888"><div><br></div><div>-- </div><div>Steve</div></font></span></div>
<br>_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://wiki.freeswitch.org" target="_blank">http://wiki.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Michael S Collins<br>Twitter: @mercutioviz<br><a href="http://www.FreeSWITCH.org" target="_blank">http://www.FreeSWITCH.org</a><br><a href="http://www.ClueCon.com" target="_blank">http://www.ClueCon.com</a><br>
<a href="http://www.OSTAG.org" target="_blank">http://www.OSTAG.org</a><br><br>