Commit Graph

33025 Commits

Author SHA1 Message Date
Mike Jerris cde77d0c96 Merge pull request #1504 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11099 to master
* commit 'c4772b5bf03153ad59bbb6cd02cb49cfd4933bd3':
  FS-11099 [mod_conference] provide profile name when requesting for caller-controls
2018-04-09 14:57:16 +00:00
lazedo 320f7d6b8c FS-11100 [mod_conference] export variables for conference_outcall_bg 2018-04-09 01:13:58 +01:00
lazedo c4772b5bf0 FS-11099 [mod_conference] provide profile name when requesting for
caller-controls
2018-04-09 01:10:40 +01:00
Mike Jerris e2231715f4 Merge pull request #1494 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-11046-better-logging-for-rename_function to master
* commit '74f47cb0eddf42bcf37c5b8fef225f95f51cabc6':
  FS-11046: [mod_dptools] Better logging for rename_function
2018-04-06 20:52:47 +00:00
Mike Jerris 0b97c68f3d Merge pull request #1500 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-8893-add-variables-to-sofia-register-unregister to master
* commit 'bec68edb16b795bed0dbdd95a09999eb4850d82e':
  FS-8893: [mod_sofia] Add variables to sofia::register/unregister events
2018-04-06 20:48:42 +00:00
Mike Jerris 938ec99950 Merge pull request #1485 in FS/freeswitch from ~DIASBRUNO/freeswitch:bugfix/FS-10777-freeswitch-failing-to-link-to-process to master
* commit 'ab97ad0b5f3093e94377ae568aeeba0ccea5813d':
  FS-10777 [mod_erlang_event] #resolve
2018-04-06 19:52:57 +00:00
Mike Jerris 9db7ed7ac7 Merge pull request #1455 in FS/freeswitch from ~HUNYI/freeswitch:FS-10828-fix-mod_verto-codec to master
* commit '343b34376346f82fe0208912dd4104e1bfc341a2':
  FS-10828 [mod_verto] Always renew codec_string on connect
2018-04-06 19:43:08 +00:00
Sergio Filipe 18f11c7c6d FS-11088: Fixing verto status api
Checking if profile server_socket is valid to decide if is running or not
2018-04-04 11:50:14 +00:00
Alexey Sibyakin 72c625dfb9 FS-10119 [mod_h323] Patch from issue 2018-04-03 22:09:37 +09:00
Hunyadvári Péter bec68edb16 FS-8893: [mod_sofia] Add variables to sofia::register/unregister events 2018-04-03 10:42:04 +02:00
Hunyadvári Péter 74f47cb0ed FS-11046: [mod_dptools] Better logging for rename_function 2018-04-03 10:15:33 +02:00
Mike Jerris 930e7f3b0e FS-11061: [core] fix build with newer pcre 2018-03-29 11:18:20 -04:00
Mike Jerris 07bbb8c226 Merge pull request #1473 in FS/freeswitch from ~SEBASTIAN/freeswitch:FS-10939-fix-format-truncation-warnings-in-mod_cdr_mongodb to master
* commit 'eded5965a4b26572aa254bab63771440934494bd':
  FS-10939 mod_cdr_mongodb: fix format truncation warnings with gcc 7
2018-03-26 18:27:44 +00:00
Bruno Dias ab97ad0b5f FS-10777 [mod_erlang_event] #resolve 2018-03-09 13:41:24 -03:00
Mike Jerris dd0bb0e331 Merge pull request #1472 in FS/freeswitch from ~STEPHALNET/freeswitch:FS-6816-sofia_send_callee_id-should-not-always to master
* commit '159c4ce95d1314bde9f747b0a0857c46fbf25a4f':
  FS-6816 [mod_sofia] Set empty callee id if `_undef_`
2018-03-05 17:36:09 +00:00
Italo Rossi 173410ba25 Merge pull request #1332 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10493-replace-core-uuid-with-cc_instance_id to master
* commit '1284fbb027ded086e73ee064c0f7f39c0186e18d':
  FS-10493: [mod_callcenter] Replace core uuid with cc_instance_id taken from callcenter.conf.xml
2018-02-23 14:30:53 +00:00
Mike Jerris 20c163ec0a Merge pull request #1481 in FS/freeswitch from ~S3RJ1K/freeswitch:master to master
* commit 'ead0122a16dea5f7b47d0a1bfa5deab6e3f157dd':
  fix FS-9298
2018-02-22 20:17:04 +00:00
s3rj1k ead0122a16 fix FS-9298 2018-02-22 22:13:46 +02:00
Mike Jerris 5a8a1f4415 Merge pull request #1476 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-9753-accessing-the-wss-interface-via-regular to master
* commit 'f37f41ccb2126ad9f32bb1214bf58aaef9518b00':
  FS-9753: [mod_sofia] Fix crash when accessing the WSS interface via regular HTTPS
2018-02-21 21:27:57 +00:00
Andrey Volk f37f41ccb2 FS-9753: [mod_sofia] Fix crash when accessing the WSS interface via regular HTTPS 2018-02-21 22:59:42 +03:00
Andrey Volk 1284fbb027 FS-10493: [mod_callcenter] Replace core uuid with cc_instance_id taken from callcenter.conf.xml 2018-02-14 00:53:22 +03:00
Sebastian Kemper eded5965a4 FS-10939 mod_cdr_mongodb: fix format truncation warnings with gcc 7
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>
2018-02-03 19:00:09 +01:00
Italo Rossi 38153a37ed Merge pull request #1469 in FS/freeswitch from ~ARESKI/freeswitch:bugfix/verto_communicator_packagesjson to master
* commit 'be0c10d2e4715a42440665338993e047c960320e':
  [fix](verto_communicator) add grunt-cli dependency to packages.json
2018-02-02 14:30:51 +00:00
Italo Rossi 0781fafb7c Merge pull request #1464 in FS/freeswitch from ~BODJI/freeswitch:FS-10299-mod_callcenter-database-blocking to master
* commit 'b185cc6e2471bd83e560f9c75a5828537848418e':
  FS-10299: [mod_callcenter] Add an option to disable global database lock on mod_callcenter
2018-02-02 14:27:49 +00:00
Stephane Alnet 159c4ce95d FS-6816 [mod_sofia] Set empty callee id if `_undef_`
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".
2018-02-02 10:19:03 +01:00
Mike Jerris 77d0cfbf9e Merge pull request #1470 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10496-speedup-javascript-enabling-code to master
* commit '3d9365edbb7bab59a6b047930329e33013d2eb5a':
  FS-10496: [mod_v8] Fixing regression from FS-10496 when no settings exist in v8.conf.
2018-01-31 02:40:48 +00:00
Marc Olivier Chouinard 3d9365edbb FS-10496: [mod_v8] Fixing regression from FS-10496 when no settings exist in v8.conf. 2018-01-28 10:18:58 -05:00
Mike Jerris 87bb7cb5fb Revert "FS-10820 [mod_kazoo] eventstream configuration"
This reverts commit bb4499ec24.

This commit breaks the build.  Please correct and re-submit
2018-01-25 15:51:44 -06:00
areski be0c10d2e4 [fix](verto_communicator) add grunt-cli dependency to packages.json 2018-01-25 16:40:58 +01:00
Italo Rossi 19e543ba3d 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 2018-01-25 10:49:59 -03:00
Mathieu Bodjikian (MacBook-Pro-de-Mathieu.local) b185cc6e24 FS-10299: [mod_callcenter] Add an option to disable global database lock on mod_callcenter 2018-01-24 20:46:39 +01:00
Steve Underwood 6b1dccc3b2 Tweaks and feature additions to some of the spandsp tests. 2018-01-22 15:19:38 +00:00
Mike Jerris 3f8585f636 Merge pull request #1371 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10611-add-domain_data-command-to-retrieve to master
* commit '233481c32efadb1782684dcf45c59809eb3fe157':
  FS-10611: [mod_commands] Add domain_data command to retrieve domain information
2018-01-19 19:55:05 +00:00
Andrey Volk 233481c32e FS-10611: [mod_commands] Add domain_data command to retrieve domain information 2018-01-19 22:50:26 +03:00
Mike Jerris 64780ac1b4 Merge pull request #1334 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10496-speedup-javascript-enabling-code to master
* commit 'c1280938bf5f9821df846bd2c6871ce0ca24620b':
  FS-10496: [mod_v8] Speedup JavaScript. Enabling Code Caching.
2018-01-19 19:31:17 +00:00
Mike Jerris 243a27a63b Merge pull request #1465 in FS/freeswitch from ~ANGELMADAMES/freeswitch:master to master
* commit '6cc029b579b64e73908e56a29046f9581a7fe963':
  FS-10875: #resolve Portability issues for non-bash interpreters.
2018-01-19 18:59:34 +00:00
Mike Jerris 184889f76e Merge pull request #1466 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10876-windows-compile-errors-in-msvc-2017 to master
* commit 'e380b41a8e67a18400af73a990cd56647842936c':
  FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10.
2018-01-19 18:58:43 +00:00
Mike Jerris 11f8647ec2 Merge pull request #1451 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-10820 to master
* commit 'bb4499ec24bd7a5cadb90eab1b1a05515d38eaa2':
  FS-10820 [mod_kazoo] eventstream configuration
2018-01-19 18:57:14 +00:00
lazedo bb4499ec24 FS-10820 [mod_kazoo] eventstream configuration 2018-01-11 16:03:09 +00:00
Andrey Volk e380b41a8e FS-10876: [Build-System] Fix build in Visual Studio 2017 and Windows SDK 10. 2018-01-10 23:30:24 +03:00
Mike Jerris 7f9e6f3e4b FS-10881: Debian sources parsing support for args 2018-01-09 15:44:49 -06:00
Angel M. Adames 6cc029b579 FS-10875: #resolve Portability issues for non-bash interpreters. 2018-01-09 13:31:32 -04:00
Steve Underwood 78c189bfcc A tweak to the PCAP file parsing code in spandsp to allow for 802.1Q headers in
Ethernet packets.
2018-01-08 18:15:47 +00:00
Italo Rossi 726e522434 FS-10858 - [verto_communicator] cancel timeout when done to avoid redirect loop 2017-12-28 17:36:35 -03:00
Italo Rossi 452b7d12d0 FS-10858 - [verto_communicator] Removing emit of res_check_done, on slow connections the emit could happen before the listening thus freezing the app on loading 2017-12-26 14:41:08 -03:00
Seven Du 91f781d811 FS-10859 #resolve 2017-12-24 10:23:13 +08:00
Italo Rossi c67b1e02cb FS-10858 - [verto_communicator] Waiting for resolution check finish before redirecting to preview screen. 2017-12-22 15:51:25 -03:00
Mike Jerris edbff5dfd2 Merge pull request #1456 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS-10833-mod_amqp-memory-leak-on-reconnection to master
* commit 'd311a06a8318d74dddee1ec2bbaed9d949da9cea':
  FS-10833: [mod_amqp] memory leak on reconnection attempt to RabbitMQ broker
2017-12-07 23:15:40 +00:00
Praveen Kumar d311a06a83 FS-10833: [mod_amqp] memory leak on reconnection attempt to RabbitMQ broker
Memory leak happening during reconnection attempt after connectivity loss with
RabbitMQ broker.

With these changes, memory leak issue has been addressed and the object has
been properly freed.
2017-12-08 04:23:43 +05:30
Seven Du e99fa26257 FS-10832 #resolve 2017-12-07 23:55:29 +08:00