Hi,<br><br>Would you find convenient to store in voicemail.conf, a per user option saying if this user prefers to skip password when listening to its mailbox ?<br>Then a dialplan function would allow to use this value and tailor VoiceMailMain options accordingly.<br>
<br>Example:<br>exten =&gt; 1000,1,Set(OPTION=$[ ${VM_SKIPPASSWORD(${CALLERID(num)})} = yes]?&quot;,s&quot;:&quot;&quot;)<br>exten =&gt; 1000,n,VoiceMailmain(${CALLERID(num)}${OPTION})<br><br><br>Regards