[Freeswitch-svn] [commit] r5392 - freeswitch/trunk/src

Freeswitch SVN anthm at freeswitch.org
Tue Jun 19 18:31:50 EDT 2007


Author: anthm
Date: Tue Jun 19 18:31:50 2007
New Revision: 5392

Modified:
   freeswitch/trunk/src/switch_ivr_async.c

Log:
tweak

Modified: freeswitch/trunk/src/switch_ivr_async.c
==============================================================================
--- freeswitch/trunk/src/switch_ivr_async.c	(original)
+++ freeswitch/trunk/src/switch_ivr_async.c	Tue Jun 19 18:31:50 2007
@@ -663,7 +663,7 @@
   teletone_multi_tone_init(&cont->list[cont->index].mt, &cont->list[cont->index].map);
   cont->session = session;
   
-  switch_channel_answer(channel);
+  switch_channel_pre_answer(channel);
   
   if (switch_strlen_zero(flags)) {
 	  bflags = SMBF_READ_REPLACE;



More information about the Freeswitch-svn mailing list