From: Marc Olivier Chouinard Date: Sat, 9 Jul 2011 20:13:36 +0000 (-0400) Subject: mod_voicemail: Add 2 new profile settings, db-password-override and allow-empty-passw... X-Git-Tag: v1.2-rc1~108^2^2~48 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a9db642a36a1cbea5e2112948fdf161eab383034;p=thirdparty%2Ffreeswitch.git mod_voicemail: Add 2 new profile settings, db-password-override and allow-empty-password-auth. By default, they have value of their previous behavior. If db-password-override=true, the db password will only be used if present, if not present fallback to the xml config file vm-password. If allow-empty-password-auth=false, it will disable login via a authentication method if there is no password set in the user account (This wont affect voicemail_authorize=true login). --- diff --git a/conf/autoload_configs/voicemail.conf.xml b/conf/autoload_configs/voicemail.conf.xml index 62e8bf9de0..ff46836750 100644 --- a/conf/autoload_configs/voicemail.conf.xml +++ b/conf/autoload_configs/voicemail.conf.xml @@ -40,6 +40,8 @@ + +