Hi,<br>I am having a voicemail problem:<br><br>Problem 1<br>In the wiki, it says that with the below line, the user can check vm without needing to authenticate:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;voicemail&quot; data=&quot;auth default 1005&quot;/&gt;<br>
<br>Instead, it goes to the mailbox asking user to record message:<br><br>&nbsp;[/usr/local/freeswitch/sounds/en/us/callie/voicemail/8000/vm-record_message.wav] rate 8000hz<br><br>How come it is not going to the vm?<br><br><br>
Problem 2<br>If I change to &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action application=&quot;voicemail&quot; data=&quot;check default 1005&quot;/&gt;<br><br>it asks me to enter user id follow by #.&nbsp; So, I enter 1005#, and it just hangs up.<br><br>The curl xml created by fs shows:<br>
<br>&lt;document type=&quot;freeswitch/xml&quot;&gt;<br>&nbsp; &lt;section name=&quot;directory&quot; description=&quot;Directory For FreeSwitch&quot;&gt;<br>&nbsp;&nbsp;&nbsp; &lt;domain name=&quot;&quot;&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;user id=&quot;&quot;&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;param name=&quot;password&quot; value=&quot;1234&quot;/&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/params&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;variable name=&quot;user_context&quot; value=&quot;agent&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/variables&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/user&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/domain&gt;<br>&nbsp; &lt;/section&gt;<br>&lt;/document&gt;<br><br>Since I am using the user 1005 to dial in, so userid and password should work, otherwise, I won&#39;t be able to login to dial the number.<br>
<br>Any inputs will be greatly appreciated.<br><br>Regards,<br>Pete<br>