aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_minivm.c')
-rw-r--r--apps/app_minivm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index 62b589c80..919337c62 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -1803,7 +1803,6 @@ static int minivm_record_exec(struct ast_channel *chan, void *data)
if (res == ERROR_LOCK_PATH) {
ast_log(LOG_ERROR, "Could not leave voicemail. The path is already locked.\n");
- /* Send the call to n+101 priority, where n is the current priority*/
pbx_builtin_setvar_helper(chan, "MINIVM_RECORD_STATUS", "FAILED");
res = 0;
}