mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
committed by
Travis Cross
parent
5a61e580b9
commit
5ae7ebc1f2
@@ -129,7 +129,7 @@
|
||||
* over CSD channels. This option affect enterprise version of the library only.
|
||||
*/
|
||||
#ifndef ZRTP_BUILD_FOR_CSD
|
||||
#define ZRTP_BUILD_FOR_CSD 1
|
||||
#define ZRTP_BUILD_FOR_CSD 0
|
||||
#endif
|
||||
|
||||
/**
|
||||
|
||||
@@ -698,6 +698,9 @@ struct zrtp_stream_t
|
||||
*/
|
||||
zrtp_state_t prev_state;
|
||||
|
||||
/** 1 means that peer Hello have been raceived within current ZRTP session */
|
||||
uint8_t is_hello_received;
|
||||
|
||||
/*!< Reflects current state of ZRTP protocol */
|
||||
zrtp_state_t state;
|
||||
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
|
||||
#define LIBZRTP_VERSION_MAJOR 1
|
||||
|
||||
#define LIBZRTP_VERSION_MINOR 0
|
||||
#define LIBZRTP_VERSION_BUILD 591
|
||||
#define LIBZRTP_VERSION_STR "v1.00 590"
|
||||
#define LIBZRTP_VERSION_MINOR 10
|
||||
#define LIBZRTP_VERSION_BUILD 593
|
||||
#define LIBZRTP_VERSION_STR "v1.10 593"
|
||||
|
||||
#endif /*__ZRTP_VERSION_H__*/
|
||||
|
||||
Reference in New Issue
Block a user