[Freeswitch-svn] [commit] r12367 - freeswitch/trunk/src/mod/applications/mod_voicemail

FreeSWITCH SVN anthm at freeswitch.org
Tue Mar 3 06:21:26 PST 2009


Author: anthm
Date: Tue Mar  3 08:21:26 2009
New Revision: 12367

Log:
MODAPP-225

Modified:
   freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c

Modified: freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	(original)
+++ freeswitch/trunk/src/mod/applications/mod_voicemail/mod_voicemail.c	Tue Mar  3 08:21:26 2009
@@ -2886,6 +2886,8 @@
 	args.buf = buf;
 	args.buflen = sizeof(buf);
 
+	switch_ivr_sleep(session, 100, SWITCH_TRUE, NULL);
+
 	if (!switch_strlen_zero(greet_path)) {
 		memset(buf, 0, sizeof(buf));
 		TRY_CODE(switch_ivr_play_file(session, NULL, greet_path, &args));



More information about the Freeswitch-svn mailing list