add 908-retry-seconds gateway param to set reg retry time when getting a 908 for backup interfaces to connect quickly

This commit is contained in:
Michael Jerris
2014-10-09 14:43:16 -04:00
parent b578aa7c9e
commit 855cc4b4e0
3 changed files with 11 additions and 1 deletions
+1
View File
@@ -505,6 +505,7 @@ struct sofia_gateway {
switch_bool_t ping_monitoring;
uint8_t flags[REG_FLAG_MAX];
int32_t retry_seconds;
int32_t fail_908_retry_seconds;
int32_t reg_timeout_seconds;
int32_t failure_status;
reg_state_t state;