Skip to content
Snippets Groups Projects
  1. Apr 23, 2024
  2. Apr 22, 2024
  3. Apr 19, 2024
  4. Apr 18, 2024
  5. Apr 17, 2024
  6. Apr 16, 2024
    • Yalu Zhang's avatar
      bb91aa71
    • George Yang (IOPSYS)'s avatar
      Update package asterisk · ca113556
      George Yang (IOPSYS) authored
      -------------------------------------------------------------------------------
      * b2268e0ff1 Add config parameter "allow_tx_hash_in_uri" in pjsip
      * 823b936390 Update uci.asterisk.md to add uci option asterisk.tel_options.vmloglevel
      -------------------------------------------------------------------------------
      commit b2268e0ff18c965497cbc213c9408324e3ab0fe8
      Author: George Yang <george.yang@iopsys.eu>
      Date: 2024-04-16 14:17:49 +0000
      
          Add config parameter "allow_tx_hash_in_uri" in pjsip
      
       docs/api/uci.asterisk.md      | 3 +--
       res/res_pjsip/config_global.c | 7 +++++++
       schemas/uci/asterisk.json     | 7 +++++++
       3 files changed, 15 insertions(+), 2 deletions(-)
      -------------------------------------------------------------------------------
      commit 823b9363908f5fc1d647416b0c00ec5769b499a0
      Author: George Yang <george.yang@iopsys.eu>
      Date: 2024-04-10 16:38:31 +0000
      
          Update uci.asterisk.md to add uci option asterisk.tel_options.vmloglevel
      
       docs/api/uci.asterisk.md | 3 ++-
       1 file changed, 2 insertions(+), 1 deletion(-)
      -------------------------------------------------------------------------------
      ca113556
  7. Apr 15, 2024
  8. Mar 21, 2024
    • George Yang (IOPSYS)'s avatar
      Update asterisk-chan-voicemngr · 5fe66f82
      George Yang (IOPSYS) authored
      -------------------------------------------------------------------------------
      * 0600aec Remove the default terminationdigit '#'
      * bd521df Support K-break signal during call clearing procedure
      -------------------------------------------------------------------------------
      commit 0600aec8acc0d0dbc5d88929b3538f323cac3274
      Author: George Yang <george.yang@iopsys.eu>
      Date: 2024-03-21 15:50:57 +0000
      
          Remove the default terminationdigit '#'
      
       src/channels/chan_voicemngr.c | 12 +++++-------
       1 file changed, 5 insertions(+), 7 deletions(-)
      -------------------------------------------------------------------------------
      commit bd521df5d2150e3adc599e9126a7e98f447a1bd6
      Author: Yalu Zhang <yalu.zhang@iopsys.eu>
      Date: 2024-03-14 12:14:27 +0100
      
          Support K-break signal during call clearing procedure
      
       src/channels/chan_voicemngr.c | 50 ++++++++++++++++++++++++++++++++++++++------------
       src/channels/chan_voicemngr.h |  2 ++
       2 files changed, 40 insertions(+), 12 deletions(-)
      -------------------------------------------------------------------------------
      5fe66f82
    • George Yang (IOPSYS)'s avatar
      00e87e28
  9. Mar 14, 2024
  10. Mar 08, 2024
  11. Mar 07, 2024
  12. Mar 05, 2024
  13. Feb 20, 2024
  14. 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
  15. Feb 14, 2024
  16. Feb 02, 2024
  17. Jan 31, 2024
  18. Jan 25, 2024
  19. Jan 24, 2024
  20. Jan 23, 2024
  21. Jan 19, 2024
  22. Jan 12, 2024
  23. Dec 27, 2023
  24. Dec 07, 2023
  25. 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
Loading