1. 26 3月, 2019 5 次提交
  2. 20 3月, 2019 1 次提交
  3. 19 3月, 2019 2 次提交
  4. 15 3月, 2019 1 次提交
  5. 12 3月, 2019 1 次提交
  6. 09 3月, 2019 3 次提交
  7. 07 3月, 2019 3 次提交
  8. 06 3月, 2019 6 次提交
  9. 05 3月, 2019 1 次提交
  10. 04 3月, 2019 2 次提交
  11. 01 3月, 2019 2 次提交
  12. 28 2月, 2019 2 次提交
  13. 27 2月, 2019 3 次提交
  14. 26 2月, 2019 2 次提交
  15. 19 2月, 2019 1 次提交
  16. 18 2月, 2019 3 次提交
  17. 15 2月, 2019 2 次提交
    • Sebastian Kemper's avatar
      FS-11659 [core] Fix implicit declaration of RAND_bytes · c447f856
      Sebastian Kemper 提交于
      Since the update to openssl-1.1.1a the compile fails like this:
      
        CC       src/libfreeswitch_la-switch_rtp.lo
      src/switch_rtp.c: In function 'switch_rtp_get_random':
      src/switch_rtp.c:2419:2: error: implicit declaration of function 'RAND_bytes'; did you mean 'RSA_bits'? [-Werror=implicit-function-declaration]
        RAND_bytes(buf, len);
        ^~~~~~~~~~
        RSA_bits
      cc1: all warnings being treated as errors
      make[4]: *** [Makefile:2377: src/libfreeswitch_la-switch_rtp.lo] Error 1
      
      This patch adds the missing include.
      Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
      c447f856
    • Christopher Rienzo's avatar
      Merge pull request #1507 in FS/freeswitch from… · 7e67dc3c
      Christopher Rienzo 提交于
      Merge pull request #1507 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:bugfix/FS-11105/multichannel_prebuf_datalen to master
      
      * commit '6bc59b3b':
        FS-11105: core: fix in switch_core_file_write() for audio channels > 2 ( eg: for when the prebuffer size does not divide by the number of wanted channels)
      7e67dc3c