- 18 4月, 2018 1 次提交
-
-
由 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.
-
- 13 4月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1508 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-11108-mod_commands-segfault-with-list_users to master * commit '6d1eabc7': FS-11108: [mod_commands] Fix segfault with list_users command
-
- 12 4月, 2018 1 次提交
-
-
由 Marc Olivier Chouinard 提交于
-
- 10 4月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-
- 09 4月, 2018 6 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1357 in FS/freeswitch from ~KOVALYSHYN/freeswitch:feature/FS-9096-implement-to-set-own-jobid-for-tap.commands to master * commit '28db1ede': FS-9096: [mod_commands] new uuid argument for bgapi
-
由 Mike Jerris 提交于
Merge pull request #1501 in FS/freeswitch from ~ALEX_SIBYAKIN/freeswitch:bugfix/FS-10119-compiling-mod_h323 to master * commit '72c625df': FS-10119 [mod_h323] Patch from issue
-
由 Mike Jerris 提交于
* commit '320f7d6b': FS-11100 [mod_conference] export variables for conference_outcall_bg
-
由 Mike Jerris 提交于
* commit 'c4772b5b': FS-11099 [mod_conference] provide profile name when requesting for caller-controls
-
由 lazedo 提交于
-
由 lazedo 提交于
caller-controls
-
- 06 4月, 2018 4 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1494 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-11046-better-logging-for-rename_function to master * commit '74f47cb0': FS-11046: [mod_dptools] Better logging for rename_function
-
由 Mike Jerris 提交于
Merge pull request #1500 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-8893-add-variables-to-sofia-register-unregister to master * commit 'bec68edb': FS-8893: [mod_sofia] Add variables to sofia::register/unregister events
-
由 Mike Jerris 提交于
Merge pull request #1485 in FS/freeswitch from ~DIASBRUNO/freeswitch:bugfix/FS-10777-freeswitch-failing-to-link-to-process to master * commit 'ab97ad0b': FS-10777 [mod_erlang_event] #resolve
-
由 Mike Jerris 提交于
Merge pull request #1455 in FS/freeswitch from ~HUNYI/freeswitch:FS-10828-fix-mod_verto-codec to master * commit '343b3437': FS-10828 [mod_verto] Always renew codec_string on connect
-
- 03 4月, 2018 3 次提交
-
-
由 Alexey Sibyakin 提交于
-
由 Hunyadvári Péter 提交于
-
由 Hunyadvári Péter 提交于
-
- 29 3月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
-
- 26 3月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1473 in FS/freeswitch from ~SEBASTIAN/freeswitch:FS-10939-fix-format-truncation-warnings-in-mod_cdr_mongodb to master * commit 'eded5965': FS-10939 mod_cdr_mongodb: fix format truncation warnings with gcc 7
-
- 09 3月, 2018 1 次提交
-
-
由 Bruno Dias 提交于
-
- 05 3月, 2018 1 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1472 in FS/freeswitch from ~STEPHALNET/freeswitch:FS-6816-sofia_send_callee_id-should-not-always to master * commit '159c4ce9': FS-6816 [mod_sofia] Set empty callee id if `_undef_`
-
- 23 2月, 2018 1 次提交
-
-
由 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
-
- 22 2月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
* commit 'ead0122a': fix FS-9298
-
由 s3rj1k 提交于
-
- 21 2月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1476 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9753-accessing-the-wss-interface-via-regular to master * commit 'f37f41cc': FS-9753: [mod_sofia] Fix crash when accessing the WSS interface via regular HTTPS
-
由 Andrey Volk 提交于
-
- 13 2月, 2018 1 次提交
-
-
由 Andrey Volk 提交于
-
- 03 2月, 2018 1 次提交
-
-
由 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:
Sebastian Kemper <sebastian_ml@gmx.net>
-
- 02 2月, 2018 3 次提交
-
-
由 Italo Rossi 提交于
Merge pull request #1469 in FS/freeswitch from ~ARESKI/freeswitch:bugfix/verto_communicator_packagesjson to master * commit 'be0c10d2': [fix](verto_communicator) add grunt-cli dependency to packages.json
-
由 Italo Rossi 提交于
Merge pull request #1464 in FS/freeswitch from ~BODJI/freeswitch:FS-10299-mod_callcenter-database-blocking to master * commit 'b185cc6e': FS-10299: [mod_callcenter] Add an option to disable global database lock on mod_callcenter
-
由 Stephane Alnet 提交于
In some scenarios (e.g. MetaSwitch interop) the `display` field of callee-id should be left empty instead of being overwritten with the number. As is done in other places, we allow for `_undef_` to mean "leave the field empty".
-
- 31 1月, 2018 1 次提交
-
-
由 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.
-
- 28 1月, 2018 1 次提交
-
-
由 Marc Olivier Chouinard 提交于
-
- 25 1月, 2018 3 次提交
-
-
由 Mike Jerris 提交于
This reverts commit bb4499ec. This commit breaks the build. Please correct and re-submit
-
由 areski 提交于
-
由 Italo Rossi 提交于
FS-10521 FS-10612 [mod_callcenter] Member exit reason set to EXIT_WITH_KEY when it should be TIMEOUT and only set EXIT_WITH_KEY if the key pressed is set at cc_exit_keys
-
- 24 1月, 2018 1 次提交
-
-
- 22 1月, 2018 1 次提交
-
-
由 Steve Underwood 提交于
-
- 19 1月, 2018 2 次提交
-
-
由 Mike Jerris 提交于
Merge pull request #1371 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10611-add-domain_data-command-to-retrieve to master * commit '233481c3': FS-10611: [mod_commands] Add domain_data command to retrieve domain information
-
由 Andrey Volk 提交于
-