1. 18 4月, 2018 1 次提交
    • Piotr Gregor's avatar
      FS-11120 Handle invalid configs for avmd · 80cd1fa4
      Piotr Gregor 提交于
      This makes sure avmd session uses default values for global settings
      if configuration parameters are invalid or missing.
      Also add more printing for avmd. Avmd will now report media
      bug direction READ_REPLACE/WRITE_REPLACE it has been started on,
      and each frame it is processing if debug==1.
      This also fixes confusing log on session stopped reported in FS-10732.
      80cd1fa4
  2. 13 4月, 2018 1 次提交
  3. 12 4月, 2018 1 次提交
  4. 10 4月, 2018 1 次提交
  5. 09 4月, 2018 6 次提交
  6. 06 4月, 2018 4 次提交
  7. 03 4月, 2018 3 次提交
  8. 29 3月, 2018 1 次提交
  9. 26 3月, 2018 1 次提交
  10. 09 3月, 2018 1 次提交
  11. 05 3月, 2018 1 次提交
  12. 23 2月, 2018 1 次提交
    • Italo Rossi's avatar
      Merge pull request #1332 in FS/freeswitch from… · 173410ba
      Italo Rossi 提交于
      Merge pull request #1332 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10493-replace-core-uuid-with-cc_instance_id to master
      
      * commit '1284fbb0':
        FS-10493: [mod_callcenter] Replace core uuid with cc_instance_id taken from callcenter.conf.xml
      173410ba
  13. 22 2月, 2018 2 次提交
  14. 21 2月, 2018 2 次提交
  15. 13 2月, 2018 1 次提交
  16. 03 2月, 2018 1 次提交
    • Sebastian Kemper's avatar
      FS-10939 mod_cdr_mongodb: fix format truncation warnings with gcc 7 · eded5965
      Sebastian Kemper 提交于
      gcc 7 complains about possible format truncation:
      
      mod_cdr_mongodb.c: In function 'my_on_reporting':
      mod_cdr_mongodb.c:242:45: error: '%d' directive output may be truncated writing between 1 and 10 bytes into a region of size 4 [-Werror=format-truncation=]
         snprintf(idx_buffer, sizeof(idx_buffer), "%d", callflow_idx);
      
      The char * idx_buffer has a size of 4 Bytes, and according to gcc's
      calculation it is possible that up to 11 Bytes might be copied into it
      via int bson_idx.
      
      This commit adds an extra 8 Bytes to char * idx_buffer, which silences
      the warnings.
      Signed-off-by: 's avatarSebastian Kemper <sebastian_ml@gmx.net>
      eded5965
  17. 02 2月, 2018 3 次提交
  18. 31 1月, 2018 1 次提交
    • Mike Jerris's avatar
      Merge pull request #1470 in FS/freeswitch from… · 77d0cfbf
      Mike Jerris 提交于
      Merge pull request #1470 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10496-speedup-javascript-enabling-code to master
      
      * commit '3d9365ed':
        FS-10496: [mod_v8] Fixing regression from FS-10496 when no settings exist in v8.conf.
      77d0cfbf
  19. 28 1月, 2018 1 次提交
  20. 25 1月, 2018 3 次提交
  21. 24 1月, 2018 1 次提交
  22. 22 1月, 2018 1 次提交
  23. 19 1月, 2018 2 次提交