Skip to content
Snippets Groups Projects
  1. Mar 14, 2024
  2. Mar 08, 2024
  3. Mar 07, 2024
  4. Mar 05, 2024
  5. Feb 20, 2024
  6. Feb 15, 2024
    • George Yang's avatar
      Configuring timers and retires for SIP Failover · 927915ea
      George Yang authored
      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.
      927915ea
    • Lwithwma Brahma's avatar
      R#38290 VoIP: Registration fails when using outboundproxy · 0e189382
      Lwithwma Brahma authored and George Yang's avatar George Yang committed
      The outbound_proxy was added as per the asterisk doc.
      https://wiki.asterisk.org/wiki/display/AST/PJSIP+with+Proxies
      
      Change-Id: Id942ae1bae9f5e8242b7381d6e1cfd77601d3229
      0e189382
    • George Yang's avatar
      Fix #35275 (PART2) - TR104: Support multiple SIP accounts · 53014fcf
      George Yang authored
      When applying asterisk server URI, asterisk.sip_service_provider.host
      should take precedence over asterisk.sip_service_provider.domain.
      
      TR104 parameters ...SIP.Network.RegistrarServer and .ProxyServer
      are all mapped to UCI asterisk.sip_service_provider.host.
      
      Change-Id: I685480308740b9ced922274f6837d0471bdf574c
      53014fcf
    • George Yang's avatar
      Fine tune the default asterisk config · f57639f7
      George Yang authored
      f57639f7
  7. Feb 14, 2024
  8. Feb 02, 2024
  9. Jan 31, 2024
  10. Jan 25, 2024
  11. Jan 24, 2024
  12. Jan 23, 2024
  13. Jan 19, 2024
  14. Jan 12, 2024
  15. Dec 27, 2023
  16. Dec 07, 2023
  17. Dec 06, 2023
    • Grzegorz Sluja's avatar
      asterisk-chan-voicemngr: 2.0.27 · 058d38cc
      Grzegorz Sluja authored
      038e34d Fix the memory leak in blob_buf
      679e002 Initialize the pointer to NULL for safety
      a2cb58d Fix a memory corruption issue related to ubus_free
      f5cb2e8 Add emergency attribute to the output of call_status ubus object
      058d38cc
  18. Nov 30, 2023
  19. Nov 23, 2023
  20. Nov 22, 2023
    • Andreas Gnau's avatar
      Merge branch 'devel' into merge-openwrt-23.05.0-rc3-properly · dae0fde7
      Andreas Gnau authored
      Do this merge "in the other direction", i.e. merge devel into the branch
      instead of merging the branch into devel. This helps git blame attribute
      code lines to the actual OpenWrt commits instead of the accidentally
      squashed commit 975b3a25 (Upgrade to OpenWrt-23.05.0-rc3,
      2023-10-03).
      dae0fde7
    • Jani Juvan's avatar
      pjproject: update patch due to openwrt uplift · 1637c788
      Jani Juvan authored and Andreas Gnau's avatar Andreas Gnau committed
      1637c788
    • Andreas Gnau's avatar
      Merge branch 'badcommit-reverted' into agnau-merge-openwrt-23.05.0-rc3-properly · 81dffd26
      Andreas Gnau authored
      This reverts the merge-commit which was accidentally squashed and by
      merging re-units the history before the bad commit with the history
      after the bad commit. For details, see 4edc2c18 (Merge commit
      f7fbaea4 (OpenWrt v23.05.0-rc3) into
      merge-openwrt-23.05.0-rc3-properly, 2023-11-22).
      
      This merge commit does not introduce any changes to the code. It's sole
      purpose is to re-unite the histories.
      81dffd26
    • Andreas Gnau's avatar
      Merge commit f7fbaea4 (OpenWrt v23.05.0-rc3) into merge-openwrt-23.05.0-rc3-properly · 4edc2c18
      Andreas Gnau authored
      Merge commit f7fbaea4 as specified
      in feeds.conf.default of OpenWrt tag v23.05.0-rc3.
      
      This merge has been done in commit 975b3a25 (Upgrade to
      OpenWrt-23.05.0-rc3, 2023-10-03), but it had several issues:
      
      1. Not a proper merge commit, thus losing all history and making future
         merges hard.
      2. Things from 22.03 had been left inside the branch when merging which
         created errors when running make and feeds update due to errors in
         Makefiles. In this merge we take the 23.05.0-rc3 side and discard
         changes from 22.03.
      
      Do this merge commit right before the bad commit had been done. After this merge
      commit, the bad commit and a revert of the bad commit will be merged
      into this branch to re-unite the histories. Doing it this way will make
      sure that git blame will attribute lines to the proper OpenWrt commit
      instead of the squashed bad commit. Later we can then merge this branch
      with the history of latest devel.
      4edc2c18
  21. Nov 14, 2023
  22. Nov 10, 2023
    • Wenpeng Song's avatar
      update package asterisk · b3a34409
      Wenpeng Song authored
       * Fix a crash due to wrong handling of 200 OK to REGISTER    
       * merges the proper history of Asterisk 20.3.0 by reverting
      an accidentally squashed merge and doing a proper merge commit after
      b3a34409
  23. Nov 02, 2023
  24. Nov 01, 2023
    • Wenpeng Song's avatar
      Update package asterisk · 48f77b97
      Wenpeng Song authored
       * fd273d62 : lower the log level for loading moh to debug   
       * a659b358 : cherry-picked the fix for unload mwi module during shutdown from asterisk project  
      48f77b97
  25. Oct 27, 2023
  26. Oct 25, 2023
  27. Oct 23, 2023
  28. Oct 16, 2023
  29. Oct 13, 2023
Loading