]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
can't process this in general, should be used during the enrollment process
authorBrian West <brian@freeswitch.org>
Sat, 30 May 2009 05:24:52 +0000 (05:24 +0000)
committerBrian West <brian@freeswitch.org>
Sat, 30 May 2009 05:24:52 +0000 (05:24 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13521 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_rtp.c

index c53cbaaa115d2f8ed3a4d8fb2d87c0333ee3bc75..fcf82db7f86938de12ac309d2cc14278b8d1ae08 100644 (file)
@@ -468,7 +468,7 @@ static void zrtp_event_callback(zrtp_stream_t *stream, unsigned event)
                        switch_event_fire(&fsevent);
                }
                break;
-
+#if 0
        case ZRTP_EVENT_NO_ZRTP_QUICK:
                {
                        if (rtp_session->zrtp_ctx != NULL) {
@@ -476,7 +476,7 @@ static void zrtp_event_callback(zrtp_stream_t *stream, unsigned event)
                        }
                }
                break;
-
+#endif
        case ZRTP_EVENT_IS_CLIENT_ENROLLMENT:
                {
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Enrolled complete!\n");