watchdog_step_timeout watchdog_event_timeout (milliseconds) to detect a problem in sofia and shutdown instantly

This commit is contained in:
Anthony Minessale
2010-10-06 13:41:59 -05:00
parent 51cc00a5f9
commit fadcbd9268
2 changed files with 42 additions and 0 deletions
+4
View File
@@ -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 {