mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10450 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
abeba3204c
commit
144b7876fa
@ -54,6 +54,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define MAX_CODEC_CHECK_FRAMES 50
|
#define MAX_CODEC_CHECK_FRAMES 50
|
||||||
|
#define MAX_MISMATCH_FRAMES 5
|
||||||
#define MODNAME "mod_sofia"
|
#define MODNAME "mod_sofia"
|
||||||
static const switch_state_handler_table_t noop_state_handler = { 0 };
|
static const switch_state_handler_table_t noop_state_handler = { 0 };
|
||||||
struct sofia_gateway;
|
struct sofia_gateway;
|
||||||
@ -511,6 +512,7 @@ struct private_object {
|
|||||||
switch_thread_id_t locker;
|
switch_thread_id_t locker;
|
||||||
switch_size_t last_ts;
|
switch_size_t last_ts;
|
||||||
uint32_t check_frames;
|
uint32_t check_frames;
|
||||||
|
uint32_t mismatch_count;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct callback_t {
|
struct callback_t {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user