Skip to content
Snippets Groups Projects
  1. Sep 15, 2022
  2. Aug 30, 2022
  3. Aug 05, 2022
  4. Aug 04, 2022
  5. Aug 03, 2022
  6. Aug 01, 2022
  7. Jul 08, 2022
  8. Jun 29, 2022
  9. Jun 28, 2022
    • Grzegorz Sluja's avatar
      Fix call scenario when the CALL_REJECT is received for internal call · c6852c75
      Grzegorz Sluja authored and Yalu Zhang's avatar Yalu Zhang committed
      When the internal call "0000" is proceeded from any of DECT handset, busy tone is heared since we always use
      extension_id=0 for the first outgoing call and the call is directed to the same extension_id = 0. In this
      case CALL_REJECT is received by asterisk, but connection is not closed due to another channel_state value.
      Fix it so that connection is properly closed in this case.
      c6852c75
  10. Jun 23, 2022
  11. Jun 21, 2022
  12. Jun 20, 2022
  13. Jun 14, 2022
  14. Jun 09, 2022
  15. Jun 03, 2022
    • Grzegorz Sluja's avatar
      The commit includes lot of fixes for call waiting and 3 way call · dd175a63
      Grzegorz Sluja authored and Yalu Zhang's avatar Yalu Zhang committed
      - Call waiting is enabled/disabled now per feature_set. Each line has the feature_set defined and each
        provider (pjsip endpoint) has line selected. From now on call waiting status can be defined in uci
        config and changed by feature code, as a result corresponding feature set or endpoint cw status will
        be changed
      - Rename some functions and variables which had misleading names
      - Add 5s beep timer indicating incoming call waiting
      - Fix 20s timeout when there is already another call in progress
      - Support call waiting/3 way call for DECT
      - Implement "exceed call count" checking for line/extension/all
      dd175a63
  16. May 31, 2022
  17. May 12, 2022
  18. Apr 26, 2022
    • Wenpeng Song's avatar
      Fix a bug that two call progress tones are being played simultaneously · dcc16df9
      Wenpeng Song authored and Yalu Zhang's avatar Yalu Zhang committed
      There are two ways to play tones, 1) by platform API; 2) by asterisk.
      The ongoing tone will be stopped when a new tone is about to start
      if both tones are played by platform API.
      But if the current tone is played by platform API and the new tone is about
      to be played by asterisk, the existing tone must be stopped explicitly.
      dcc16df9
  19. Apr 14, 2022
  20. Apr 07, 2022
  21. Apr 04, 2022
  22. Mar 29, 2022
  23. Mar 28, 2022
    • George Joseph's avatar
      Makefile: Disable XML doc validation · 99fa7924
      George Joseph authored
      make_xml_documentation was being called with the --validate
      flag set when it shouldn't have been.  This was causing
      build failures if neither xmllint nor xmlstarlet were installed.
      The correct behavior is to simply print a message that either
      one of those tools should be installed for validation and
      continue with the build.
      
      ASTERISK-29988
      
      Change-Id: Idc6c44114e7dd3fadae183a4e22f4fdba0b8a645
      99fa7924
  24. Mar 24, 2022
  25. Mar 22, 2022
  26. Mar 18, 2022
  27. Mar 17, 2022
  28. Mar 14, 2022
  29. Mar 11, 2022
    • Kfir Itzhak's avatar
      app_queue: Add QueueWithdrawCaller AMI action · 3959d20b
      Kfir Itzhak authored
      This adds a new AMI action called QueueWithdrawCaller.
      This AMI action makes it possible to withdraw a caller from a queue,
      in a safe and a generic manner.
      This can be useful for retrieving a specific call and
      dispatching it to a specific extension.
      It works by signaling the caller to exit the queue application
      whenever it can. Therefore, it is not guaranteed
      that the call will leave the queue.
      
      ASTERISK-29909 #close
      
      Change-Id: Ic15aa238e23b2884abdcaadff2fda7679e29b7ec
      3959d20b
Loading