[asterisk-commits] oej: branch 1.6.1 r168500 - in /branches/1.6.1: ./ apps/app_minivm.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Jan 12 11:26:39 CST 2009
Author: oej
Date: Mon Jan 12 11:26:38 2009
New Revision: 168500
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=168500
Log:
Merged revisions 168497 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk
........
r168497 | oej | 2009-01-12 17:31:27 +0100 (MÃ¥n, 12 Jan 2009) | 2 lines
Better to use the proper app name
........
Modified:
branches/1.6.1/ (props changed)
branches/1.6.1/apps/app_minivm.c
Propchange: branches/1.6.1/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.
Modified: branches/1.6.1/apps/app_minivm.c
URL: http://svn.digium.com/svn-view/asterisk/branches/1.6.1/apps/app_minivm.c?view=diff&rev=168500&r1=168499&r2=168500
==============================================================================
--- branches/1.6.1/apps/app_minivm.c (original)
+++ branches/1.6.1/apps/app_minivm.c Mon Jan 12 11:26:38 2009
@@ -2047,7 +2047,7 @@
if(!(vmu = find_account(domain, username, TRUE))) {
/* We could not find user, let's exit */
ast_log(LOG_WARNING, "Could not allocate temporary memory for '%s@%s'\n", username, domain);
- pbx_builtin_setvar_helper(chan, "MVM_NOTIFY_STATUS", "FAILED");
+ pbx_builtin_setvar_helper(chan, "MVM_ACCMESS_STATUS", "FAILED");
return -1;
}
@@ -2078,7 +2078,7 @@
if(ast_test_flag(vmu, MVM_ALLOCED))
free_user(vmu);
- pbx_builtin_setvar_helper(chan, "MVM_NOTIFY_STATUS", "SUCCESS");
+ pbx_builtin_setvar_helper(chan, "MVM_ACCMESS_STATUS", "SUCCESS");
/* Ok, we're ready to rock and roll. Return to dialplan */
return 0;
More information about the asterisk-commits
mailing list