aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/app_curl.c2
-rw-r--r--apps/app_hasnewvoicemail.c2
-rw-r--r--apps/app_queue.c4
3 files changed, 4 insertions, 4 deletions
diff --git a/apps/app_curl.c b/apps/app_curl.c
index 1ef205e68..0432854a5 100644
--- a/apps/app_curl.c
+++ b/apps/app_curl.c
@@ -125,7 +125,7 @@ static int acf_curl_exec(struct ast_channel *chan, char *cmd, char *info, char *
return -1;
}
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
AST_STANDARD_APP_ARGS(args, info);
diff --git a/apps/app_hasnewvoicemail.c b/apps/app_hasnewvoicemail.c
index 535f4cd2b..be73a0d10 100644
--- a/apps/app_hasnewvoicemail.c
+++ b/apps/app_hasnewvoicemail.c
@@ -187,7 +187,7 @@ int acf_vmcount_exec(struct ast_channel *chan, char *cmd, char *argsstr, char *b
AST_APP_ARG(folder);
);
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
buf[0] = '\0';
diff --git a/apps/app_queue.c b/apps/app_queue.c
index d9ca0d72d..f9f06f3b4 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3156,7 +3156,7 @@ static int queue_function_qac(struct ast_channel *chan, char *cmd, char *data, c
return -1;
}
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
AST_LIST_LOCK(&queues);
@@ -3199,7 +3199,7 @@ static int queue_function_queuememberlist(struct ast_channel *chan, char *cmd, c
return -1;
}
- LOCAL_USER_ACF_ADD(u);
+ LOCAL_USER_ADD(u);
AST_LIST_LOCK(&queues);