Skip to content
Snippets Groups Projects
  1. Feb 15, 2024
  2. Jan 31, 2024
  3. Oct 23, 2023
    • Wenpeng Song's avatar
      Fix incoming issues due to OpenWrt version lift · 94d2c824
      Wenpeng Song authored and Yalu Zhang's avatar Yalu Zhang committed
      Skip to use the combination of `sed` and `escape_sed_substitution` in this case. 
      This fixes the incoming issue after the openwrt lift, due to the syntax and return
      value for the combination usage of `sed` and `escape_sed_substitution`.
      94d2c824
  4. Aug 22, 2023
  5. Jul 21, 2023
  6. Jun 15, 2023
  7. Jun 01, 2023
    • Wenpeng Song's avatar
      Codec Related modification · b5469e16
      Wenpeng Song authored and Yalu Zhang's avatar Yalu Zhang committed
      - Retrieve a codec list from a sip provider as the default cap for chan_voicemngr.
      - For incoming requests, respond with only the first codec in the remote list that
        is also in the local list(remote_first) to increase stability.
      b5469e16
  8. May 29, 2023
  9. May 03, 2023
  10. Apr 18, 2023
  11. Dec 15, 2022
  12. Dec 12, 2022
  13. Nov 08, 2022
  14. Oct 12, 2022
  15. Aug 11, 2022
  16. Jul 25, 2022
    • Grzegorz Sluja's avatar
      fixup! Change the value of sip_service_provider.encryption to 0 or 1 as per TR-104 · a332ada4
      Grzegorz Sluja authored
      According to pjsip specification, media_encryption parameter should have
      value of:
      no   - res_pjsip will offer no encryption and allow no encryption to be setup.
      sdes - res_pjsip will offer standard SRTP setup via in-SDP keys.
             Encrypted SIP transport should be used in conjunction with this option
             to prevent exposure of media encryption keys.
      dtls - res_pjsip will offer DTLS-SRTP setup.
      
      We support at the moment only sdes media encryption hence translate
      encryption=0 from uci config to media_encryption=no in pjsip config
      and encryption=1 to media_encryption=sdes.
      a332ada4
  17. Jul 01, 2022
  18. Jun 22, 2022
  19. Jun 21, 2022
  20. Jun 20, 2022
  21. Jun 02, 2022
  22. Apr 11, 2022
  23. Apr 04, 2022
  24. Mar 11, 2022
  25. Mar 10, 2022
  26. Mar 02, 2022
  27. Feb 15, 2022
  28. Feb 07, 2022
  29. Feb 01, 2022
  30. Jan 25, 2022
  31. Jan 04, 2022
  32. Dec 08, 2021
Loading