mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
fix gremlins in code that worked before then changed it's mind
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3300 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -124,5 +124,5 @@
|
||||
/* Define to rpl_malloc if the replacement function should be used. */
|
||||
#undef malloc
|
||||
|
||||
/* Define to `unsigned' if <sys/types.h> does not define. */
|
||||
/* Define to `unsigned int' if <sys/types.h> does not define. */
|
||||
#undef size_t
|
||||
|
||||
@@ -87,15 +87,16 @@ SWITCH_BEGIN_EXTERN_C
|
||||
#define SWITCH_REMOTE_MEDIA_IP_VARIABLE "_remote_media_ip_"
|
||||
#define SWITCH_REMOTE_MEDIA_PORT_VARIABLE "_remote_media_port_"
|
||||
#define SWITCH_SPEECH_KEY "_speech_"
|
||||
|
||||
#define SWITCH_UUID_BRIDGE "_uuid_bridge_"
|
||||
#define SWITCH_BITS_PER_BYTE 8
|
||||
typedef uint8_t switch_byte_t;
|
||||
|
||||
typedef enum {
|
||||
SMF_NONE = 0,
|
||||
SMF_REBRIDGE = (1 << 0),
|
||||
SMF_ECHO_BRIDGED = (1 << 1),
|
||||
SMF_FORCE = (1 << 2)
|
||||
SMF_ECHO_ALEG = (1 << 1),
|
||||
SMF_ECHO_BLEG = (1 << 2),
|
||||
SMF_FORCE = (1 << 3),
|
||||
} switch_media_flag_t;
|
||||
|
||||
typedef enum {
|
||||
|
||||
Reference in New Issue
Block a user