|
|
@ -688,7 +688,7 @@ route[INTERNAL_TO_EXTERNAL_RELAY] |
|
|
|
|
|
|
|
|
t_on_reply("EXTERNAL_REPLY"); |
|
|
t_on_reply("EXTERNAL_REPLY"); |
|
|
|
|
|
|
|
|
t_set_fr(0, 10000); |
|
|
|
|
|
|
|
|
t_set_fr(0, $sel(cfg_get.kazoo.to_external_no_response_timer)); |
|
|
|
|
|
|
|
|
t_relay(); |
|
|
t_relay(); |
|
|
} |
|
|
} |
|
|
@ -705,7 +705,7 @@ route[EXTERNAL_TO_INTERNAL_RELAY] |
|
|
t_on_reply("INTERNAL_REPLY"); |
|
|
t_on_reply("INTERNAL_REPLY"); |
|
|
t_on_failure("INTERNAL_FAULT"); |
|
|
t_on_failure("INTERNAL_FAULT"); |
|
|
|
|
|
|
|
|
t_set_fr(0, 1000); |
|
|
|
|
|
|
|
|
t_set_fr(0, $sel(cfg_get.kazoo.to_internal_no_response_timer)); |
|
|
|
|
|
|
|
|
t_relay(); |
|
|
t_relay(); |
|
|
} |
|
|
} |
|
|
|