From ef34a05f215e3c70aac3dba266bc3dadc4db33e4 Mon Sep 17 00:00:00 2001 From: Richard Mudgett Date: Fri, 9 Jan 2015 18:53:49 +0000 Subject: AMI: Remove no longer used parameter from astman_send_listack(). Follow-up issue to -r430435 from reviewboard review. ASTERISK-24049 Review: https://reviewboard.asterisk.org/r/4315/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@430452 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_meetme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apps/app_meetme.c') 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); -- cgit v1.2.3