summaryrefslogtreecommitdiff
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2007-06-12 15:58:28 +0000
committerRussell Bryant <russell@russellbryant.com>2007-06-12 15:58:28 +0000
commit9e0458e9f15c7a882cc546848c5ab3a0532f7cd1 (patch)
treeee41d7e2d18ab41d762c5cc8ed93419808507cbd /apps/app_minivm.c
parentd0eaf1e3893cca69a78c6f80e247d43afc081520 (diff)
Completely remove all of the code related to jumping to priority n + 101. yay!
(issue #9926, caio1982) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@68970 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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;
}