Skip to content
Snippets Groups Projects
  1. Mar 30, 2023
  2. Mar 17, 2023
  3. Feb 24, 2023
  4. Feb 17, 2023
  5. Feb 13, 2023
  6. Feb 08, 2023
  7. Feb 02, 2023
  8. Jan 27, 2023
  9. Jan 23, 2023
  10. Jan 13, 2023
  11. Jan 12, 2023
  12. Dec 19, 2022
  13. Dec 16, 2022
  14. Dec 15, 2022
    • Hemlata's avatar
      Play stutter dial tone if MWI is enabled · 83e7537f
      Hemlata authored and Yalu Zhang's avatar Yalu Zhang committed
      Before this commit, a normal dial tone is played if mwi_dialtone_state in "pjsip show endpoint" is
      not "off", "congestion" or "special".
      After this commit, in the above condition, a stutter dial tone is played if mwi_enable is 1, otherwise
      a normal dial tone is played.
      83e7537f
  15. Dec 13, 2022
  16. Dec 12, 2022
    • Grzegorz Sluja's avatar
      Respond to requests only from the configured SIP proxy · 40ef42ff
      Grzegorz Sluja authored and Yalu Zhang's avatar Yalu Zhang committed
      An incoming SIP request will be silently dropped if the following conditions are all met:
      - The request is about to create a new session
      - The source IP address of the request is not the address of the configured proxy
      
      Note
      - The source port of the request is not checked since we have not found the good way to
        retrieve the port that is used for transmission
      - If the configured proxy is a domain name other than IP address, the resolved IP address
        might be different from the one which is being used in existing sessions
      40ef42ff
  17. Dec 08, 2022
  18. Dec 05, 2022
  19. Nov 25, 2022
  20. Nov 24, 2022
  21. Nov 21, 2022
  22. Nov 17, 2022
    • Grzegorz Sluja's avatar
      Fix two issues found in flash_spec 'etsi' tests · 143e8c04
      Grzegorz Sluja authored
      - R0. If more than one account is registered, and there has another incoming call(ringing) to other accounts,
        it will be rejected as well when the ongoing one doing R0. (A, B registered on DUT; A<=>C(ongoing call);
        D=>B(ringing); E=>A(ringing,cw); A press R0 then both D and E be rejected)
      - 3-way conference back to 2-way call, then performing R1 will lead to a crash
      143e8c04
  23. Nov 11, 2022
  24. Nov 09, 2022
    • Grzegorz Sluja's avatar
      Handle R key differently based on the 'flash_spec' configuration · 3a3e5fec
      Grzegorz Sluja authored
      "uk"   - the default config which support flash-hook (R) only triggering call waiting and 3-way conference.
               R4 and R5 are for attended and unattended call transfer respectively with a timer.
      "etsi" - Using R0, R1, R2, to trigger different ways of handling call waiting. R3 for 3-way conference.
               R4 and R5 are for attended and unattended call transfer respectively without a timer.
      3a3e5fec
  25. Oct 25, 2022
  26. Oct 21, 2022
  27. Oct 14, 2022
  28. Oct 04, 2022
  29. Sep 15, 2022
  30. Aug 30, 2022
  31. Aug 05, 2022
  32. Aug 04, 2022
  33. Aug 03, 2022
  34. Aug 01, 2022
  35. Jul 08, 2022
Loading