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