[Freeswitch-branches] [commit] r5637 - freeswitch/branches/greenlizard/src

Freeswitch SVN greenlizard at freeswitch.org
Mon Aug 20 15:59:52 EDT 2007


Author: greenlizard
Date: Mon Aug 20 15:59:51 2007
New Revision: 5637

Modified:
   freeswitch/branches/greenlizard/src/switch_cpp.cpp

Log:
did not have a return value and was breaking on windows build

Modified: freeswitch/branches/greenlizard/src/switch_cpp.cpp
==============================================================================
--- freeswitch/branches/greenlizard/src/switch_cpp.cpp	(original)
+++ freeswitch/branches/greenlizard/src/switch_cpp.cpp	Mon Aug 20 15:59:51 2007
@@ -165,6 +165,7 @@
     begin_allow_threads();
 	switch_ivr_collect_digits_callback(session, ap, timeout);
     end_allow_threads();
+    return SWITCH_STATUS_SUCCESS;
 } 
 
 int CoreSession::getDigits(char *dtmf_buf, 



More information about the Freeswitch-branches mailing list