mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
watchdog_step_timeout watchdog_event_timeout (milliseconds) to detect a problem in sofia and shutdown instantly
This commit is contained in:
@@ -562,6 +562,10 @@ struct sofia_profile {
|
||||
char *contact_user;
|
||||
char *local_network;
|
||||
uint32_t trans_timeout;
|
||||
switch_time_t last_sip_event;
|
||||
switch_time_t last_root_step;
|
||||
uint32_t step_timeout;
|
||||
uint32_t event_timeout;
|
||||
};
|
||||
|
||||
struct private_object {
|
||||
|
||||
Reference in New Issue
Block a user