1. 11 7月, 2017 4 次提交
    • Trevor Alpeter's avatar
      FS-10370: Enable SRTP Key Padding · 4a39e94c
      Trevor Alpeter 提交于
      Some clients rely on Base64 padding characters (i.e., '=') to be present
      in encoded SRTP key/salt strings to determine the length of the encoded
      data. However, FreeSWITCH removes these characters before including the
      encoded strings in the SDP. This causes those clients that rely on the
      padding to truncate the encoded data and be unable to properly set up an
      encrypted SRTP session.
      
      This change introduces a channel flag named 'rtp_pad_srtp_keys'. When
      this flag is enabled, FreeSWITCH includes the Base64 padding characters
      in the SDP. This allows clients that rely on the padding to retrieve the
      full key and salt values and successfully negotiate an SRTP stream with
      FreeSWITCH.
      
      FS-103070 #resolve
      4a39e94c
    • Sebastian Kemper's avatar
      FS-10384 [mod_lua] Fix Makefile target · 93565545
      Sebastian Kemper 提交于
      When running "make swigclean" in mod_lua directory and trying to compile
      mod_lua afterward, the build fails because the target mod_lua_wrap.cpp
      doesn't exist. The target is wrongly called lua_wrap instead.
      
      making all mod_lua
      make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua'
        CXX mod_lua_la-mod_lua.lo
        CXX mod_lua_la-freeswitch_lua.lo
      make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop.
      
      Fix this by renaming lua_wrap to mod_lua_wrap.cpp.
      Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
      93565545
    • Anthony Minessale's avatar
    • Anthony Minessale's avatar
  2. 07 7月, 2017 1 次提交
  3. 06 7月, 2017 1 次提交
  4. 05 7月, 2017 2 次提交
  5. 30 6月, 2017 5 次提交
  6. 29 6月, 2017 4 次提交
  7. 28 6月, 2017 3 次提交
  8. 27 6月, 2017 1 次提交
  9. 26 6月, 2017 3 次提交
  10. 23 6月, 2017 1 次提交
  11. 22 6月, 2017 3 次提交
  12. 12 6月, 2017 1 次提交
  13. 09 6月, 2017 1 次提交
  14. 08 6月, 2017 1 次提交
  15. 07 6月, 2017 2 次提交
  16. 06 6月, 2017 6 次提交
  17. 05 6月, 2017 1 次提交