ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib.

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13406 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West
2009-05-20 23:04:05 +00:00
parent ece57ca13f
commit 861bd2093e
7 changed files with 318 additions and 8 deletions
+3 -1
View File
@@ -496,7 +496,9 @@ typedef enum {
SWITCH_RTP_FLAG_SHUTDOWN = (1 << 19),
SWITCH_RTP_FLAG_FLUSH = (1 << 20),
SWITCH_RTP_FLAG_AUTOFLUSH = (1 << 21),
SWITCH_RTP_FLAG_STICKY_FLUSH = (1 << 22)
SWITCH_RTP_FLAG_STICKY_FLUSH = (1 << 22),
SWITCH_ZRTP_FLAG_SECURE_SEND = (1 << 23),
SWITCH_ZRTP_FLAG_SECURE_RECV = (1 << 24)
} switch_rtp_flag_enum_t;
typedef uint32_t switch_rtp_flag_t;