[Freeswitch-svn] [commit] r10553 - freeswitch/trunk/src
FreeSWITCH SVN
anthm at freeswitch.org
Wed Nov 26 18:09:46 PST 2008
Author: anthm
Date: Wed Nov 26 21:09:46 2008
New Revision: 10553
Log:
get dingaling to work with new google stuff
Modified:
freeswitch/trunk/src/switch_rtp.c
Modified: freeswitch/trunk/src/switch_rtp.c
==============================================================================
--- freeswitch/trunk/src/switch_rtp.c (original)
+++ freeswitch/trunk/src/switch_rtp.c Wed Nov 26 21:09:46 2008
@@ -992,7 +992,7 @@
if (rtp_session->ice_user) {
if (ice_out(rtp_session) != SWITCH_STATUS_SUCCESS) {
- return -1;
+ return SWITCH_STATUS_FALSE;
}
}
More information about the Freeswitch-svn
mailing list