Skip to content
Snippets Groups Projects
  1. Jun 20, 2022
  2. Jun 14, 2022
  3. Jun 09, 2022
  4. 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
  5. May 31, 2022
  6. May 12, 2022
  7. 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
  8. Apr 07, 2022
  9. Apr 04, 2022
  10. Mar 22, 2022
  11. Mar 18, 2022
  12. Mar 10, 2022
  13. Mar 09, 2022
  14. Mar 06, 2022
Loading