]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
7 years agoFS-10858 - [verto_communicator] Removing emit of res_check_done, on slow connections...
Italo Rossi [Tue, 26 Dec 2017 17:40:56 +0000 (14:40 -0300)] 
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

7 years agoFS-10859 #resolve
Seven Du [Sun, 24 Dec 2017 02:23:13 +0000 (10:23 +0800)] 
FS-10859 #resolve

7 years agoFS-10858 - [verto_communicator] Waiting for resolution check finish before redirectin...
Italo Rossi [Fri, 22 Dec 2017 18:51:25 +0000 (15:51 -0300)] 
FS-10858 - [verto_communicator] Waiting for resolution check finish before redirecting to preview screen.

7 years agoMerge pull request #1456 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS...
Mike Jerris [Thu, 7 Dec 2017 23:15:40 +0000 (23:15 +0000)] 
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

7 years agoFS-10833: [mod_amqp] memory leak on reconnection attempt to RabbitMQ broker
Praveen Kumar [Thu, 7 Dec 2017 22:53:43 +0000 (04:23 +0530)] 
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.

7 years agoFS-10832 #resolve
Seven Du [Thu, 7 Dec 2017 15:55:29 +0000 (23:55 +0800)] 
FS-10832 #resolve

7 years agoMerge pull request #1452 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10789...
Seven Du [Tue, 5 Dec 2017 11:01:05 +0000 (11:01 +0000)] 
Merge pull request #1452 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10789-v8-segs-on-invalid-instruction to master

* commit 'db3e6ec32f2a0bc8212e7ebbbfb1830740aa61c1':
  FS-10789: [mod_v8] v8 segs on invalid instruction

7 years agoFS-10789: [mod_v8] v8 segs on invalid instruction
Andrey Volk [Tue, 5 Dec 2017 10:56:40 +0000 (13:56 +0300)] 
FS-10789: [mod_v8] v8 segs on invalid instruction

7 years agoMerge pull request #1445 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS...
Mike Jerris [Thu, 30 Nov 2017 20:26:51 +0000 (20:26 +0000)] 
Merge pull request #1445 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS-10805-memory-leak-in-mod_amqp to master

* commit '97d6bee3fcac17080775576b140d041d97ccd411':
  FS-10805: Memory Leak fix in mod_amqp

7 years agoFS-10805: Memory Leak fix in mod_amqp
Praveen Kumar [Wed, 22 Nov 2017 17:59:59 +0000 (17:59 +0000)] 
FS-10805: Memory Leak fix in mod_amqp

Memory allocated to hash iterators and hash tables isn't released
during module shutdown.

With these changes, memory allocated to hash iterators and hash tables
will be freed properly.

7 years agoFS-10815 #resove
Seven Du [Wed, 29 Nov 2017 12:45:37 +0000 (20:45 +0800)] 
FS-10815 #resove

7 years agoFS-10814 - [verto_communicator] Do not change video resolution if auto detect video...
Italo Rossi [Tue, 28 Nov 2017 20:31:49 +0000 (17:31 -0300)] 
FS-10814 - [verto_communicator] Do not change video resolution if auto detect video settings is off

7 years agocleanup unused
Mike Jerris [Mon, 20 Nov 2017 16:30:50 +0000 (11:30 -0500)] 
cleanup unused

7 years agoFS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not...
Anthony Minessale [Thu, 16 Nov 2017 21:37:17 +0000 (15:37 -0600)] 
FS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not negotiated #resolve

7 years agoMerge pull request #1434 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS...
Brian West [Wed, 15 Nov 2017 20:50:39 +0000 (20:50 +0000)] 
Merge pull request #1434 in FS/freeswitch from ~PRAVEEN_KUMAR/freeswitch:bugfix/FS-10728-mod_avmd-backward-compatibility_issue to master

* commit '179a659b7f3026c12c63bc4879a24c5f58584349':
  FS-10728: [mod_avmd] backward compatibility issue in avmd_main_api

7 years agoFS-10792: [mod_sofia] when behind 1-to-1 NAT, console logs invalid handle #resolve
Anthony Minessale [Wed, 15 Nov 2017 18:53:51 +0000 (12:53 -0600)] 
FS-10792: [mod_sofia] when behind 1-to-1 NAT, console logs invalid handle #resolve

7 years agoRevert "FS-10770: [freeswitch-core] Make nack buffer bigger by default #resolve"
Anthony Minessale [Fri, 10 Nov 2017 23:04:27 +0000 (17:04 -0600)] 
Revert "FS-10770: [freeswitch-core] Make nack buffer bigger by default #resolve"

This reverts commit 5658e581fec6e671b0a76a22dc5e31219ae804bd.

7 years agoFS-10774 - [switch_pgsql] Fix build for PostgreSQL/libpq 10
Italo Rossi [Mon, 6 Nov 2017 13:35:36 +0000 (10:35 -0300)] 
FS-10774 - [switch_pgsql] Fix build for PostgreSQL/libpq 10

7 years agoFS-10772 - [mod_callcenter] commit 404c69698ed7a4ff215cf2d430b6a1721c693eb1 added...
Italo Rossi [Fri, 3 Nov 2017 17:47:19 +0000 (14:47 -0300)] 
FS-10772 - [mod_callcenter] commit 404c69698ed7a4ff215cf2d430b6a1721c693eb1 added an invalid WHERE syntax, fixed.

7 years agoFS-10771 - [mod_callcenter] s/member_channel/member_session when session logging
Italo Rossi [Fri, 3 Nov 2017 16:38:04 +0000 (13:38 -0300)] 
FS-10771 - [mod_callcenter] s/member_channel/member_session when session logging

7 years agoFS-10770: [freeswitch-core] Make nack buffer bigger by default #resolve
Anthony Minessale [Thu, 2 Nov 2017 19:06:13 +0000 (14:06 -0500)] 
FS-10770: [freeswitch-core] Make nack buffer bigger by default #resolve

7 years agoFS-10769: [mod_av,mod_conference] Lipsync issues in conference recording #resolve
Anthony Minessale [Thu, 2 Nov 2017 19:03:21 +0000 (14:03 -0500)] 
FS-10769: [mod_av,mod_conference] Lipsync issues in conference recording #resolve

7 years agoFS-10768: [mod_conference] Fix div by 0 err in conference config parsing #resolve
Anthony Minessale [Thu, 2 Nov 2017 19:01:47 +0000 (14:01 -0500)] 
FS-10768: [mod_conference] Fix div by 0 err in conference config parsing #resolve

7 years agoFS-10728: [mod_avmd] backward compatibility issue in avmd_main_api
Praveen Kumar [Thu, 2 Nov 2017 07:22:23 +0000 (12:52 +0530)] 
FS-10728: [mod_avmd] backward compatibility issue in avmd_main_api

    avmd_start_app flow will break if 'inbound_channel'/'outbound_channel'
    both has been set and the avmd_start_app invoked for inbound call leg.

    With this change, it'll be able to work even if we set
    'inbound_channel'/'outbound_channel' both.

7 years agoFS-10757: [mod_conference] Race condition freeing avatar image #resolve
Anthony Minessale [Wed, 25 Oct 2017 19:20:45 +0000 (14:20 -0500)] 
FS-10757: [mod_conference] Race condition freeing avatar image #resolve

7 years agoFS-10751: [mod_av] Add parsing for TRACE log level in AV
Brian West [Wed, 25 Oct 2017 18:11:19 +0000 (13:11 -0500)] 
FS-10751: [mod_av] Add parsing for TRACE log level in AV

7 years agoFS-10667: [core] Segfault in crypto / srtp
Anthony Minessale [Tue, 24 Oct 2017 19:01:30 +0000 (14:01 -0500)] 
FS-10667: [core] Segfault in crypto / srtp

7 years agoFS-10754: [mod_conference] Conference Improvements #resolve
Anthony Minessale [Tue, 24 Oct 2017 19:00:35 +0000 (14:00 -0500)] 
FS-10754: [mod_conference] Conference Improvements #resolve

7 years agoFS-10752: [mod_av] Remove support for AVENC which is not working on deb9 #resolve
Anthony Minessale [Mon, 23 Oct 2017 19:14:54 +0000 (14:14 -0500)] 
FS-10752: [mod_av] Remove support for AVENC which is not working on deb9 #resolve

7 years agoFS-10751: [mod_av] Add parsing for TRACE log level in AV #resolve
Anthony Minessale [Mon, 23 Oct 2017 18:57:12 +0000 (13:57 -0500)] 
FS-10751: [mod_av] Add parsing for TRACE log level in AV #resolve

7 years agoMerge pull request #1394 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10672-trunca...
Mike Jerris [Mon, 23 Oct 2017 15:48:03 +0000 (15:48 +0000)] 
Merge pull request #1394 in FS/freeswitch from ~F93/freeswitch:bugfix/FS-10672-truncated-variable-values-passed to master

* commit 'c6e2ce18a65cef72fde52ba3b1c9e995ba78a717':
  FS-10672 [core] Fix event url-encoding buffer size

7 years agoFS-10739: [libblade] Fixed disconnecting downstream sessions when upstream session...
Shane Bryldt [Mon, 23 Oct 2017 14:17:27 +0000 (08:17 -0600)] 
FS-10739: [libblade] Fixed disconnecting downstream sessions when upstream session is disconnected, without disconnecting loopback which always remains available

7 years agoFS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join response...
Shane Bryldt [Thu, 19 Oct 2017 14:49:26 +0000 (08:49 -0600)] 
FS-10739: [libblade] Small fix to testcon, forgot to uncomment the test.join response sending after testing TTL on responses

7 years agoFS-10739: [libblade] Added TTL to request which now produces an error response when...
Shane Bryldt [Thu, 19 Oct 2017 14:44:31 +0000 (08:44 -0600)] 
FS-10739: [libblade] Added TTL to request which now produces an error response when a response is not received locally within the timeout, this utilizes loopback session stuff which had a couple bugs that are now also fixed, further loopback testing is still required on event subscriptions, protocol publishing, protocol locating, and protocol execution

7 years agoFS-10739: [libblade] Loopback session support and reworking sessions to use independe...
Shane Bryldt [Thu, 19 Oct 2017 08:32:55 +0000 (02:32 -0600)] 
FS-10739: [libblade] Loopback session support and reworking sessions to use independent ids, blade.connect now also responds with both the sessionid and the nodeid separately

7 years agoFS-10738 [mod_callcenter] - setting bridged = 0 if member give up too early
Italo Rossi [Tue, 17 Oct 2017 23:32:35 +0000 (20:32 -0300)] 
FS-10738 [mod_callcenter] - setting bridged = 0 if member give up too early

7 years agoMerge pull request #1422 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10725...
Mike Jerris [Tue, 17 Oct 2017 20:20:35 +0000 (20:20 +0000)] 
Merge pull request #1422 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10725-mod_v8-and-lib-v8-wont-build-on to master

* commit '9c4fc2af122d9c19b8c79e2ef10f6e16ecd25abc':
  FS-10725: [Build-System] Add DownloadPackageTask in order to use in props instead of using legacy util.vbs within projects. Get rid of lib v8 download project in favor of props on windows.

7 years agoFS-10725: [Build-System] Add DownloadPackageTask in order to use in props instead...
Andrey Volk [Tue, 17 Oct 2017 18:40:08 +0000 (21:40 +0300)] 
FS-10725: [Build-System] Add DownloadPackageTask in order to use in props instead of using legacy util.vbs within projects. Get rid of lib v8 download project in favor of props on windows.

7 years agoFS-10738 [mod_callcenter] - Do not set state to Idle if On Demand agents do not answe...
Italo Rossi [Tue, 17 Oct 2017 19:26:57 +0000 (16:26 -0300)] 
FS-10738 [mod_callcenter] - Do not set state to Idle if On Demand agents do not answer call

7 years agoFS-10690: [libblade] Fixed linux build
Shane Bryldt [Thu, 12 Oct 2017 17:49:51 +0000 (12:49 -0500)] 
FS-10690: [libblade] Fixed linux build

7 years agoFS-10690: [libblade] Added web request and web response layer ontop of civetweb to...
Shane Bryldt [Thu, 12 Oct 2017 17:47:07 +0000 (11:47 -0600)] 
FS-10690: [libblade] Added web request and web response layer ontop of civetweb to handle simplified processing for both inbound REST services as well as outbound client requests.  Added simple layer ontop of that for one-liner oauth2 token establishment.

7 years agoMerge pull request #1419 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Tue, 10 Oct 2017 23:19:40 +0000 (23:19 +0000)] 
Merge pull request #1419 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit '8b0fb1522837692f4665f121d1cc77ffaf286fe0':
  FS-10690: [libks, Build-System] Fix libks solution build on windows. Add libks related stuff to .gitignore

7 years agoFS-10690: [libks, Build-System] Fix libks solution build on windows. Add libks relate...
Andrey Volk [Tue, 10 Oct 2017 23:16:45 +0000 (02:16 +0300)] 
FS-10690: [libks, Build-System] Fix libks solution build on windows. Add libks related stuff to .gitignore

7 years agoFS-10690: [libblade] fixed some linux build issues that were missed recently for...
Shane Bryldt [Tue, 10 Oct 2017 12:38:04 +0000 (07:38 -0500)] 
FS-10690: [libblade] fixed some linux build issues that were missed recently for stringbuilder addition

7 years agoFS-10690: [libblade] Undid apple definition for old libconfig stuff
Shane Bryldt [Tue, 10 Oct 2017 12:34:14 +0000 (06:34 -0600)] 
FS-10690: [libblade] Undid apple definition for old libconfig stuff

7 years agoFS-10690: [libblade] fixed up libconfig to treat 1.4.x as legacy for debian 8 system...
Shane Bryldt [Tue, 10 Oct 2017 12:32:59 +0000 (06:32 -0600)] 
FS-10690: [libblade] fixed up libconfig to treat 1.4.x as legacy for debian 8 system packages, with 1.5.0 expected on windows and newer linux

7 years agoFS-10690 temp fix build on Mac
Seven Du [Tue, 10 Oct 2017 12:23:07 +0000 (20:23 +0800)] 
FS-10690 temp fix build on Mac

7 years agoFS-10690: [libblade] Fix for return type that wasn't being detected correctly by...
Shane Bryldt [Tue, 10 Oct 2017 12:06:11 +0000 (06:06 -0600)] 
FS-10690: [libblade] Fix for return type that wasn't being detected correctly by compilers

7 years agoMerge pull request #1412 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10541...
Mike Jerris [Mon, 9 Oct 2017 20:28:09 +0000 (20:28 +0000)] 
Merge pull request #1412 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10541-update-openssl-to-1.1.0f-on-windows to master

* commit 'ea8c3be8ec365bf9f7d2a6b9ce4b2e9ef6bcdccd':
  FS-10541: [Build-System] Move OpenSSL to props with BaseDir on windows.

7 years agoMerge pull request #1401 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:fix/chang...
Anthony Minessale II [Mon, 9 Oct 2017 15:16:47 +0000 (15:16 +0000)] 
Merge pull request #1401 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:fix/change-video-next-call to master

* commit '90dad5af88c41ada07e863acb00e6058cf2339fe':
  [verto_communicator] Fix to make video devices change without restart.

7 years agoFS-10541: [Build-System] Move OpenSSL to props with BaseDir on windows.
Andrey Volk [Wed, 26 Jul 2017 20:34:16 +0000 (23:34 +0300)] 
FS-10541: [Build-System] Move OpenSSL to props with BaseDir on windows.

7 years agoMerge pull request #1411 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Sat, 7 Oct 2017 14:05:22 +0000 (14:05 +0000)] 
Merge pull request #1411 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit '8d0afcd01a433333ccb19a447002efcc63181c15':
  FS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib windows projects into repository.

7 years agoFS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib window...
Andrey Volk [Sat, 7 Oct 2017 14:03:34 +0000 (17:03 +0300)] 
FS-10690: [libblade, Build-System] Migrated civetweb's duktape_lib and lua_lib windows projects into repository.

7 years agoMerge pull request #1410 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Sat, 7 Oct 2017 13:54:47 +0000 (13:54 +0000)] 
Merge pull request #1410 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit 'e314dad74ba1e0a7b1607c52bd305c847e32c6de':
  FS-10690: [libblade] Add libblade related stuff to gitignore

7 years agoFS-10690: [libblade] Add libblade related stuff to gitignore
Andrey Volk [Sat, 7 Oct 2017 13:51:36 +0000 (16:51 +0300)] 
FS-10690: [libblade] Add libblade related stuff to gitignore

7 years agoMerge pull request #1409 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Sat, 7 Oct 2017 13:50:42 +0000 (13:50 +0000)] 
Merge pull request #1409 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

Merging requested changes related to basedir for Windows VS projects

* commit '9f12a57c1de067b93c902a95159efd2e9d098ed9':
  FS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.

7 years agoFS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.
Andrey Volk [Sat, 7 Oct 2017 13:46:42 +0000 (16:46 +0300)] 
FS-10690: [libblade, Build-System] Do not import BaseDir props if already imported.

7 years agoFS-10690: [libblade] [libks] Added json wrapper to string builder. Fixed an issue...
Shane Bryldt [Fri, 6 Oct 2017 18:44:10 +0000 (12:44 -0600)] 
FS-10690: [libblade] [libks] Added json wrapper to string builder. Fixed an issue with the "Release" build for x64, currently only Debug x64 and Release x64 build correctly, more will be fixed with other project updates soon.

7 years agoFS-10690: [libblade] [libks] Cleaned up projects so they build as static libs rather...
Shane Bryldt [Thu, 5 Oct 2017 11:21:58 +0000 (05:21 -0600)] 
FS-10690: [libblade] [libks] Cleaned up projects so they build as static libs rather than DLL projects where appropriate.  Set all projects that weren't using the right windows CRT library to use DLL based even when statically compiling.  Cleaned up some project preprocessor definitions and moved around some preprocessor code to make it simpler.  Added ks_sb_t to support an efficient universal string builder. Tested string builder with a temporary REST service exposed by switchblade application.

7 years agoAdded a warning message to spandsp's fax_decode program when it looks like
Steve Underwood [Tue, 3 Oct 2017 14:33:07 +0000 (15:33 +0100)] 
Added a warning message to spandsp's fax_decode program when it looks like
the FAX machines are entering a proprietary mode.

7 years agoFS-10690: [libblade] Added basedir.props from existing pending PR from Andrey Volk...
Shane Bryldt [Mon, 2 Oct 2017 19:09:51 +0000 (13:09 -0600)] 
FS-10690: [libblade] Added basedir.props from existing pending PR from Andrey Volk to support PCRE build requirements for blade on windows, currently only used by newly added PCRE props which are not yet used by FS projects

7 years agoFS-10690: [libblade] Added PCRE to linux build, which can be used from system packages
Shane Bryldt [Mon, 2 Oct 2017 18:29:06 +0000 (13:29 -0500)] 
FS-10690: [libblade] Added PCRE to linux build, which can be used from system packages

7 years agoFS-10690: [libblade] Added PCRE to libblade for REST route matching, fixed windows...
Shane Bryldt [Mon, 2 Oct 2017 17:31:09 +0000 (11:31 -0600)] 
FS-10690: [libblade] Added PCRE to libblade for REST route matching, fixed windows build environment for PCRE download project

7 years agoAdded command parameters to spandsp's fax_decode program to allow the decode
Steve Underwood [Mon, 2 Oct 2017 17:06:01 +0000 (18:06 +0100)] 
Added command parameters to spandsp's fax_decode program to allow the decode
parameters to be forced when the audio being decoded does not contain a DCS
message specifying them.

7 years agoMerge pull request #1402 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Fri, 29 Sep 2017 16:41:11 +0000 (16:41 +0000)] 
Merge pull request #1402 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

* commit '2bead55cd2322021267274fac294597dd04f0081':
  FS-10690: [Build-System] Compile libks within libblade.

7 years agoFS-10690: [Build-System] Compile libks within libblade.
Andrey Volk [Fri, 29 Sep 2017 13:09:30 +0000 (16:09 +0300)] 
FS-10690: [Build-System] Compile libks within libblade.

7 years ago[verto_communicator] Fix to make video devices change without restart.
StefanYohansson [Tue, 26 Sep 2017 13:14:46 +0000 (10:14 -0300)] 
[verto_communicator] Fix to make video devices change without restart.

Fix menu background for lower resolutions.

7 years agoFS-10690: Removed useless defines from blade.h that are only needed when compiling...
Shane Bryldt [Thu, 28 Sep 2017 23:05:10 +0000 (18:05 -0500)] 
FS-10690: Removed useless defines from blade.h that are only needed when compiling libcivetweb itself

7 years agoFS-10690: Added support for compiling civetweb inline when building libblade
Shane Bryldt [Thu, 28 Sep 2017 22:53:56 +0000 (17:53 -0500)] 
FS-10690: Added support for compiling civetweb inline when building libblade

7 years agoFS-10690: First updates to support civetweb on linux
Shane Bryldt [Thu, 28 Sep 2017 22:40:01 +0000 (17:40 -0500)] 
FS-10690: First updates to support civetweb on linux

7 years agoFS-10690: Temporary commit to work on linux build for civetweb stuff
Shane Bryldt [Thu, 28 Sep 2017 19:15:07 +0000 (14:15 -0500)] 
FS-10690: Temporary commit to work on linux build for civetweb stuff

7 years agoFS-10690: Forgot to include a couple new files
Shane Bryldt [Thu, 28 Sep 2017 18:14:18 +0000 (12:14 -0600)] 
FS-10690: Forgot to include a couple new files

7 years agoFS-10690: Fixed some issues in the download projects, added configuration transfer...
Shane Bryldt [Thu, 28 Sep 2017 02:07:16 +0000 (20:07 -0600)] 
FS-10690: Fixed some issues in the download projects, added configuration transfer during blade_restmgr startup, and started initial stubs for civetweb callbacks in advance of deeper REST routing support

7 years agoMerge pull request #1400 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Wed, 27 Sep 2017 22:21:18 +0000 (22:21 +0000)] 
Merge pull request #1400 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

Merging in download project stuff for windows

* commit 'e8987b0d8cb8c8413b3812d9fc5a3922b0087813':
  FS-10690: [Build-System] Add download projects for civetweb, libconfig, libsodium on windows.

7 years agoFS-10690: [Build-System] Add download projects for civetweb, libconfig, libsodium...
Andrey Volk [Wed, 27 Sep 2017 22:07:19 +0000 (01:07 +0300)] 
FS-10690: [Build-System] Add download projects for civetweb, libconfig, libsodium on windows.

7 years agoMerge pull request #1399 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10696...
Mike Jerris [Wed, 27 Sep 2017 21:46:21 +0000 (21:46 +0000)] 
Merge pull request #1399 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10696-update-7za-to-17.01-on-windows to master

* commit 'def7afdee6112d33e9d83f0a04e2583b0b19f388':
  FS-10696: [Build-System] Update 7za to 1701 on windows.

7 years agoFS-10696: [Build-System] Update 7za to 1701 on windows.
Andrey Volk [Wed, 27 Sep 2017 21:39:30 +0000 (00:39 +0300)] 
FS-10696: [Build-System] Update 7za to 1701 on windows.

7 years agoFS-10527: [mod_av] AV tweaks
Anthony Minessale [Wed, 27 Sep 2017 17:58:04 +0000 (12:58 -0500)] 
FS-10527: [mod_av] AV tweaks

7 years agoMerge pull request #1398 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690...
Shane Bryldt [Mon, 25 Sep 2017 19:21:02 +0000 (19:21 +0000)] 
Merge pull request #1398 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10690-integrate-robust-and-convenient to master

Reviewed and merging

* commit '6e3991379bc00e290745f717f74af2bee6c74db8':
  FS-10690: [Build-System] Add civetweb library project for libblade on windows.

7 years agoFS-10690: [Build-System] Add civetweb library project for libblade on windows.
Andrey Volk [Mon, 25 Sep 2017 19:04:37 +0000 (22:04 +0300)] 
FS-10690: [Build-System] Add civetweb library project for libblade on windows.

7 years agolibspandsp's -mssexx selection tags for SSE4.1 and SSE4.2 were incorrect in
Steve Underwood [Sun, 24 Sep 2017 20:38:29 +0000 (21:38 +0100)] 
libspandsp's -mssexx selection tags for SSE4.1 and SSE4.2 were incorrect in
configure.ac

7 years agoFS-10167: Updating linux build
Shane Bryldt [Thu, 21 Sep 2017 05:21:49 +0000 (00:21 -0500)] 
FS-10167: Updating linux build

7 years agoFS-10167: Implemented identity registration and routing, removed subrealms to be...
Shane Bryldt [Thu, 21 Sep 2017 04:07:34 +0000 (22:07 -0600)] 
FS-10167: Implemented identity registration and routing, removed subrealms to be revisited later, implemented public event channels and node presence, restructured some code and fixed a number of bugs.

7 years agoFS-10688: [verto.js] Add hack for IOS11 #resolve
Anthony Minessale [Wed, 20 Sep 2017 23:00:39 +0000 (18:00 -0500)] 
FS-10688: [verto.js] Add hack for IOS11 #resolve

7 years agoFS-10688
Anthony Minessale [Wed, 20 Sep 2017 19:42:54 +0000 (14:42 -0500)] 
FS-10688

7 years agorevert
Brian West [Wed, 20 Sep 2017 19:37:48 +0000 (14:37 -0500)] 
revert

7 years agoFS-10688
Brian West [Wed, 20 Sep 2017 14:29:17 +0000 (09:29 -0500)] 
FS-10688

7 years agoFS-10688: [verto.js] Add hack for IOS11 #resolve
Anthony Minessale [Wed, 20 Sep 2017 14:15:56 +0000 (09:15 -0500)] 
FS-10688: [verto.js] Add hack for IOS11 #resolve

7 years agoFS-10675: [mod_fifo] Wrap Up + fifo_caller_exit_key in mod_fifo #resolve
Anthony Minessale [Mon, 18 Sep 2017 22:23:45 +0000 (17:23 -0500)] 
FS-10675: [mod_fifo] Wrap Up + fifo_caller_exit_key in mod_fifo #resolve

7 years agoFS-10677
Anthony Minessale [Fri, 15 Sep 2017 22:02:00 +0000 (17:02 -0500)] 
FS-10677

7 years agoFS-10661: [mod_callcenter] Making cc_export_vars work with uuid-standby agents
Italo Rossi [Fri, 15 Sep 2017 01:18:20 +0000 (22:18 -0300)] 
FS-10661: [mod_callcenter] Making cc_export_vars work with uuid-standby agents

7 years agoFS-10660: [mod_callcenter] Park agent session before play cc_warning_tone - avoid...
Italo Rossi [Fri, 15 Sep 2017 00:02:47 +0000 (21:02 -0300)] 
FS-10660: [mod_callcenter] Park agent session before play cc_warning_tone - avoid double playback causing distorted audio

7 years agoFS-10667: [core] Segfault in crypto / srtp #resolve
Anthony Minessale [Thu, 14 Sep 2017 23:09:35 +0000 (18:09 -0500)] 
FS-10667: [core] Segfault in crypto / srtp #resolve

7 years agoFS-10672 [core] Fix event url-encoding buffer size
Roman Sukhov [Thu, 14 Sep 2017 15:05:59 +0000 (18:05 +0300)] 
FS-10672 [core] Fix event url-encoding buffer size

7 years agoFS-10667: [core] Segfault in crypto / srtp #resolve
Anthony Minessale [Wed, 13 Sep 2017 22:28:40 +0000 (17:28 -0500)] 
FS-10667: [core] Segfault in crypto / srtp #resolve

7 years agoFS-10666: [mod_callcenter] Adding callcenter_break agent api
Italo Rossi [Wed, 13 Sep 2017 20:39:43 +0000 (17:39 -0300)] 
FS-10666: [mod_callcenter] Adding callcenter_break agent api

callcenter_break agent <uuid> can be called with an uuid that represents
an outbound session created to call an agent.

The current behavior of mod_callcenter is to keep watching this channel
until it is hangup, once the hangup happens the bridge-agent-end and
member-queue-end events are fired, agent is released on the database
so it can receive more calls and member is also updated on database.

If you do not want to the agent channel hangup to release the agent you can
call this app with the agent session uuid and the agent will be released and
available to receive more calls. This is useful when the agent is located on a
remote freeswitch box and transfer the call internally, the original leg between
the first FreeSWITCH and the remote box remains live and the agent will only be
Available when the original call hangup.

7 years agoFS-10167: Temporary commit to retain changes before removing concept of realm/subreal...
Shane Bryldt [Wed, 13 Sep 2017 14:41:40 +0000 (08:41 -0600)] 
FS-10167: Temporary commit to retain changes before removing concept of realm/subrealm as per discussions, will revisit this concept later when a real use-case presents itself, tests will not operate correctly in this build as realms are incomplete prior to removal

7 years agoMerge pull request #1386 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfi...
Anthony Minessale II [Tue, 12 Sep 2017 15:16:15 +0000 (15:16 +0000)] 
Merge pull request #1386 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfix/FS-10654 to master

* commit '67dad0639867bbc64fa404b30caad2889ea80899':
  FS-10654: [verto] implementing replace prototype in verto dialog

7 years agoFS-10468: [mod_verto] Attended Transfer from Mod Verto leaves one channel in limbo...
Anthony Minessale [Mon, 11 Sep 2017 19:47:47 +0000 (14:47 -0500)] 
FS-10468: [mod_verto] Attended Transfer from Mod Verto leaves one channel in limbo. #resolve

7 years agoMerge pull request #1390 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10663...
Mike Jerris [Mon, 11 Sep 2017 19:34:25 +0000 (19:34 +0000)] 
Merge pull request #1390 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10663-portaudio-and-windows-devices-empty to master

* commit 'fe83efca4508029cb93402663d1dea57839cc160':
  FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build.