<div dir="ltr">On Mon, Feb 18, 2013 at 11:26 PM, Avi Marcus <span dir="ltr">&lt;<a href="mailto:avi@avimarcus.net" target="_blank">avi@avimarcus.net</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">Steve, you can open up the voicemail_prefs database.<div>
If you set up ODBC for VM you know where it is, otherwise, it&#39;s in a sqlite DB.</div></div></blockquote><div><br></div><div style>That was it!  A simple query solved the problem:</div><div style><br></div><div style>update voicemail_prefs set name_path = &#39;/usr/local/freeswitch/storage/voicemail/default/<a href="http://starnet.com/">starnet.com/</a>&#39; || username || &#39;/recorded_name.wav&#39; where username in (......);<br>
</div><div style><br></div><div style>-- </div><div style>Steve</div></div><br></div></div>