summaryrefslogtreecommitdiff
path: root/apps/app_meetme.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/app_meetme.c')
-rw-r--r--apps/app_meetme.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/app_meetme.c b/apps/app_meetme.c
index 907770e22..c449ba0f8 100644
--- a/apps/app_meetme.c
+++ b/apps/app_meetme.c
@@ -5530,7 +5530,7 @@ static int action_meetmelist(struct mansession *s, const struct message *m)
return 0;
}
- astman_send_listack(s, m, "Meetme user list will follow", "start");
+ astman_send_listack(s, m, "Meetme user list will follow");
/* Find the right conference */
AST_LIST_LOCK(&confs);
@@ -5603,7 +5603,7 @@ static int action_meetmelistrooms(struct mansession *s, const struct message *m)
return 0;
}
- astman_send_listack(s, m, "Meetme conferences will follow", "start");
+ astman_send_listack(s, m, "Meetme conferences will follow");
now = time(NULL);