I figured I should post an update to this, as it's super easy to remove the requirement for a user password on an extension dialing its Voicemail. Go to the Dialplan Manager and add the following to Order 7
This way you are using the XML Dialplan which will have better survivability between upgrades than custom code edits.
Reference: mod_voicemail - FreeSWITCH - Confluence
XML:
<action application="set" data="voicemail_authorized=${sip_authorized}"/>
This way you are using the XML Dialplan which will have better survivability between upgrades than custom code edits.
Reference: mod_voicemail - FreeSWITCH - Confluence