[Freeswitch-svn] [commit] r5638 - freeswitch/trunk/src
Freeswitch SVN
greenlizard at freeswitch.org
Mon Aug 20 16:02:14 EDT 2007
Author: greenlizard
Date: Mon Aug 20 16:02:14 2007
New Revision: 5638
Modified:
freeswitch/trunk/src/switch_cpp.cpp
Log:
did not have a return value and was breaking on windows build
Modified: freeswitch/trunk/src/switch_cpp.cpp
==============================================================================
--- freeswitch/trunk/src/switch_cpp.cpp (original)
+++ freeswitch/trunk/src/switch_cpp.cpp Mon Aug 20 16:02:14 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-svn
mailing list