• Chris Rienzo's avatar
    FS-9472 [core] Add originate_retry_timeout and originate_retry_min_period_ms · 4620f107
    Chris Rienzo 提交于
      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.
    4620f107
switch_ivr_originate.c 134.3 KB