Skip to content
Snippets Groups Projects
  1. Jan 27, 2025
  2. Jan 23, 2025
    • George Yang's avatar
      Configuring timers and retires for SIP Failover · 2ac4c7b3
      George Yang authored and Erik Karlsson's avatar Erik Karlsson committed
      In case multiple server addresses exist, once client received
      SIP regisration response 408/503/500 from one address, it will
      then move to next address. If all addresses are tried and failed,
      the client will schedule a new retry with certain interval.
      
      Following options are added to UCI asterisk sip_service_provider
      section for configuring SIP failover.
      
         - asterisk.sip0.failover_max_retries
           Max number of failover retries.
           By default, '-1', which means unlimited.
      
         - asterisk.sip0.failover_interval1
           The failover begin with the retry interval.
           By default, 10 seconds.
      
         - asterisk.sip0.failover_interval2
           After every 3 continuous failed retries (one RETRY trys all server addresses)
           the interval is used to schedule the next retry.
           By default, 60 seconds.
      
      (cherry picked from commit 927915ea)
      2ac4c7b3
    • Erik Karlsson's avatar
      9f0a2db4
  3. Jan 21, 2025
  4. Dec 10, 2024
  5. Nov 26, 2024
  6. Nov 15, 2024
  7. Oct 25, 2024
  8. Oct 04, 2024
  9. Sep 16, 2024
  10. Aug 22, 2024
  11. Jul 11, 2024
  12. Jul 04, 2024
  13. Jun 27, 2024
  14. Jun 25, 2024
  15. Jun 13, 2024
    • Yalu Zhang's avatar
      Fix a bug in DTMF relay method configuration · e7288187
      Yalu Zhang authored
      - Remove uci option asterisk.sipX.dtmf_mode and use asterisk.sip_options.dtmf_mode for all SIP
        clients
      - Remove dtmfrelay from chan_telephony.conf since it is not used any longer. Now this config is
        got from the peer SIP channel
      e7288187
  16. Jun 07, 2024
  17. Jun 05, 2024
  18. May 23, 2024
  19. May 15, 2024
  20. May 08, 2024
  21. May 02, 2024
  22. May 01, 2024
  23. Apr 29, 2024
  24. Apr 28, 2024
  25. Apr 26, 2024
Loading