[Freeswitch-svn] [commit] r13521 - freeswitch/trunk/src
FreeSWITCH SVN
brian at freeswitch.org
Fri May 29 22:24:53 PDT 2009
Author: brian
Date: Sat May 30 00:24:52 2009
New Revision: 13521
Log:
can't process this in general, should be used during the enrollment process
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 Sat May 30 00:24:52 2009
@@ -468,7 +468,7 @@
switch_event_fire(&fsevent);
}
break;
-
+#if 0
case ZRTP_EVENT_NO_ZRTP_QUICK:
{
if (rtp_session->zrtp_ctx != NULL) {
@@ -476,7 +476,7 @@
}
}
break;
-
+#endif
case ZRTP_EVENT_IS_CLIENT_ENROLLMENT:
{
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Enrolled complete!\n");
More information about the Freeswitch-svn
mailing list