Commits
Chris Rienzo committed 4620f1070c3
FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms originate_retry_timeout : maximum duration in seconds to allow retry attempts to occur. On expiration, this will not stop an in progress attempt, it will only prevent a retry attempt from starting. This value works together with originate_retries. originate_retry_min_period_ms : minimum spacing between retry attempts. This prevents retries from flooding an enpoint when it rejects quickly.