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

Freeswitch SVN anthm at freeswitch.org
Wed Sep 10 12:34:57 EDT 2008


Author: anthm
Date: Wed Sep 10 12:34:57 2008
New Revision: 9521

Modified:
   freeswitch/trunk/src/switch_channel.c

Log:
update

Modified: freeswitch/trunk/src/switch_channel.c
==============================================================================
--- freeswitch/trunk/src/switch_channel.c	(original)
+++ freeswitch/trunk/src/switch_channel.c	Wed Sep 10 12:34:57 2008
@@ -1482,7 +1482,6 @@
 
 	if (status == SWITCH_STATUS_SUCCESS) {
 		switch_channel_perform_mark_pre_answered(channel, file, func, line);
-		status = switch_ivr_sleep(channel->session, 250, NULL);
 	} else {
 		switch_channel_hangup(channel, SWITCH_CAUSE_INCOMPATIBLE_DESTINATION);
 	}
@@ -1599,7 +1598,6 @@
 
 	if (status == SWITCH_STATUS_SUCCESS) {
 		switch_channel_perform_mark_answered(channel, file, func, line);
-		status = switch_ivr_sleep(channel->session, 250, NULL);
 	} else {
 		switch_channel_hangup(channel, SWITCH_CAUSE_INCOMPATIBLE_DESTINATION);
 	}



More information about the Freeswitch-svn mailing list