Skip to content
Snippets Groups Projects
  1. May 08, 2024
  2. May 01, 2024
  3. Apr 29, 2024
  4. Apr 28, 2024
  5. Apr 26, 2024
  6. Apr 24, 2024
  7. Apr 23, 2024
  8. Apr 22, 2024
  9. Apr 19, 2024
  10. Apr 18, 2024
  11. Apr 17, 2024
  12. 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
  13. Apr 15, 2024
  14. 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
  15. Mar 14, 2024
  16. Mar 08, 2024
  17. Mar 07, 2024
  18. Mar 05, 2024
  19. Feb 20, 2024
  20. 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
Loading