mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-19 00:00:09 +00:00
Better to use the proper app name
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@168497 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2261,7 +2261,7 @@ static int minivm_accmess_exec(struct ast_channel *chan, void *data)
|
|||||||
if(!(vmu = find_account(domain, username, TRUE))) {
|
if(!(vmu = find_account(domain, username, TRUE))) {
|
||||||
/* We could not find user, let's exit */
|
/* We could not find user, let's exit */
|
||||||
ast_log(LOG_WARNING, "Could not allocate temporary memory for '%s@%s'\n", username, domain);
|
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;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -2292,7 +2292,7 @@ static int minivm_accmess_exec(struct ast_channel *chan, void *data)
|
|||||||
if(ast_test_flag(vmu, MVM_ALLOCED))
|
if(ast_test_flag(vmu, MVM_ALLOCED))
|
||||||
free_user(vmu);
|
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 */
|
/* Ok, we're ready to rock and roll. Return to dialplan */
|
||||||
return 0;
|
return 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user