From 935930d8a3412c5622ca92530a8e6c24805385be Mon Sep 17 00:00:00 2001 From: Andrew Parisio Date: Wed, 24 Nov 2010 23:46:14 +0000 Subject: [PATCH] Meetme use voicemail greet for join/leave announce Added option v(mailbox@[context]) which tells MeetMe where to look for a users greet file. If one does not exist it clears the v option and defers to the functionality of i/I as/if set by the MeetMe() command. Review: https://reviewboard.asterisk.org/r/1009/ (closes issue #18297) Reported by: parisioa Patches: meetme_final_patch_v.diff uploaded by parisioa (license 1153) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@296249 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 ++ apps/app_meetme.c | 92 ++++++++++++++++++++++++++++++++++++----------- 2 files changed, 74 insertions(+), 20 deletions(-) diff --git a/CHANGES b/CHANGES index 3913a58d85..f6fa3397d6 100644 --- a/CHANGES +++ b/CHANGES @@ -198,6 +198,8 @@ Applications notices a change. * Voicemail now includes rdnis within msgXXXX.txt file. * Added 'D' command to ExternalIVR full details in doc/externalivr.txt + * Added 'v' option to MeetMe to play voicemail greetings when a user joins/leaves + a MeetMe conference Dialplan Functions ------------------ diff --git a/apps/app_meetme.c b/apps/app_meetme.c index 38ada22a78..9e79785b76 100644 --- a/apps/app_meetme.c +++ b/apps/app_meetme.c @@ -168,6 +168,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") +