[asterisk-commits] anthonyl: branch anthonyl/usersconf-vmpassword
r50461 - /team/anthonyl/usersc...
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Jan 10 14:45:21 MST 2007
Author: anthonyl
Date: Wed Jan 10 15:45:20 2007
New Revision: 50461
URL: http://svn.digium.com/view/asterisk?view=rev&rev=50461
Log:
a small change as i don't see change_password_realtime being called from vm_options at all this is more so just for testing at the moment
Modified:
team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c
Modified: team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c
URL: http://svn.digium.com/view/asterisk/team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c?view=diff&rev=50461&r1=50460&r2=50461
==============================================================================
--- team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c (original)
+++ team/anthonyl/usersconf-vmpassword/apps/app_voicemail.c Wed Jan 10 15:45:20 2007
@@ -855,6 +855,11 @@
if (new)
free(new);
}
+
+
+ /* this is strange but i don't see change_password_realtime being called anywhere in vm_new or vm_options*/
+ change_password_realtime(vmu, newpassword);
+
return;
}
More information about the asterisk-commits
mailing list