[Freeswitch-svn] [commit] r10450 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
anthm at freeswitch.org
Tue Nov 18 17:00:46 PST 2008
Author: anthm
Date: Tue Nov 18 20:00:44 2008
New Revision: 10450
Log:
update
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.h Tue Nov 18 20:00:44 2008
@@ -54,6 +54,7 @@
#endif
#define MAX_CODEC_CHECK_FRAMES 50
+#define MAX_MISMATCH_FRAMES 5
#define MODNAME "mod_sofia"
static const switch_state_handler_table_t noop_state_handler = { 0 };
struct sofia_gateway;
@@ -511,6 +512,7 @@
switch_thread_id_t locker;
switch_size_t last_ts;
uint32_t check_frames;
+ uint32_t mismatch_count;
};
struct callback_t {
More information about the Freeswitch-svn
mailing list