Mike Jerris [Thu, 27 Aug 2015 16:42:29 +0000 (11:42 -0500)]
FS-7135: [mod_sofia] fix response to re-invite with duplicate sdp (such as we get from seesion refresh) when soa is disabled to include an sdp. Fixes t.38 fax failure on session refresh
Ítalo Rossi [Thu, 27 Aug 2015 03:01:12 +0000 (22:01 -0500)]
Merge pull request #438 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8025-overlay-icons to master
* commit 'c382c0597c1d92ef35d3c40a84c855a4e3d9b76e':
FS-8025: [verto_communicator] Restoring the blue blackground on the video controls and making icons white again, looking better.
Ítalo Rossi [Thu, 27 Aug 2015 02:30:58 +0000 (21:30 -0500)]
Merge pull request #440 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7979-conference-transfer-doesn-t-prompt to master
* commit '1d3e85093093986d8aabc1caa109b63078d82750':
FS-7979: [verto_communicator] Removing extra console.log and commented line.
FS-7979: [verto_communicator] Prompt for extension before transferring a conference member.
Brian West [Thu, 27 Aug 2015 01:22:23 +0000 (20:22 -0500)]
Merge pull request #439 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7957-when-entering-muted-in-a-conference to master
* commit 'cb52b6e2b4b5d855d2b0b8fcb83b3961ffe784f9':
FS-7957: [verto_communicator] Make console less chatty by commenting liveArray updates and get initial state of the conference on liveArray boot event.
João Mesquita [Thu, 27 Aug 2015 00:48:46 +0000 (21:48 -0300)]
FS-7957: [verto_communicator] Make console less chatty by commenting liveArray updates and get initial state of the conference on liveArray boot event.
Ítalo Rossi [Tue, 25 Aug 2015 21:59:54 +0000 (16:59 -0500)]
Merge pull request #435 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8045-split-files-to-make-it-more-manageable to master
* commit 'aadb1fb3ddb1bee2bcc32e39620889feeab96d3e':
FS-8045 [Verto-Communicator] Make the folder structure compliant with AngularJS best practices and adjust build system.
Bradley Jokinen [Tue, 25 Aug 2015 14:02:53 +0000 (09:02 -0500)]
FS-7983 Added param for specifying video encoding speed
With this patch, the param vencspd can be set to slow, medium, or fast to
adjust the speed of video encoding on a per file basis. Currently, this
only has an affect on files recorded using mod_av with H.264 as the video
codec.
Ítalo Rossi [Mon, 24 Aug 2015 22:59:46 +0000 (17:59 -0500)]
Merge pull request #424 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7945-setting-banner-doesn-t-prompt-for to master
* commit '931fcbda03bd3af3900720e681497636faec9cda':
FS-7945 [Verto-Communicator] #resolve Use angular-prompt to ask the user to enter a text for the banner. If cancelled, nothing is done.
Ítalo Rossi [Mon, 24 Aug 2015 22:32:02 +0000 (17:32 -0500)]
Merge pull request #431 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7995-members-list-shows-duplicate-members to master
* commit 'f01c85743cf9d1ae9f45174c60ee3b27f75e4d85':
FS-7995 [verto_communicator] #resolve upon call recovery, emit an event on $rootScope so that controllers are able to properly clear states.Right now clearing chat state.
Joao Mesquita [Mon, 24 Aug 2015 16:29:55 +0000 (13:29 -0300)]
FS-7995 [verto_communicator] #resolve upon call recovery, emit an event on $rootScope so that controllers are able to properly clear states.Right now clearing chat state.
In Jessie, pbuilder disables the network by default, and we need it
to build our packages. Also currently only Jessie debs are built successfully,
and building for wheezy fails because of missing video libraries.
Brian West [Mon, 24 Aug 2015 13:31:00 +0000 (08:31 -0500)]
Merge pull request #428 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8026-pressing-enter-on-email-doesn-t-login to master
* commit '11b24f7e435875885080e8ba2467620b4fe7c58d':
FS-8026 [Verto-Communicator] #resolve Add an autofocus directive to both dialpad and login so that enter will just work. On dialpad useful to provide keyboard only input without the need to using the mouse.
Joao Mesquita [Mon, 24 Aug 2015 13:18:25 +0000 (10:18 -0300)]
FS-8026 [Verto-Communicator] #resolve Add an autofocus directive to both dialpad and login so that enter will just work. On dialpad useful to provide keyboard only input without the need to using the mouse.
Mike Jerris [Sun, 23 Aug 2015 22:37:14 +0000 (17:37 -0500)]
Merge pull request #426 in FS/freeswitch from bugfix/FS-8029 to master
* commit 'd4e10d527855411bf0a7e2de7c9956c334613146':
FS-8029: [jitterbuffer] fix robotic sound when using jitterbuffer when buffer timestamps get behind that of the packet timestamps, such as when the source clock is out of sync with our clock
FS-8029: [jitterbuffer] fix robotic sound when using jitterbuffer when buffer timestamps get behind that of the packet timestamps, such as when the source clock is out of sync with our clock
Fixed the handling of -T and -t, and added debian/apt_sources.list
that needs to build 1.7 master. The following commands need to be
used to build Jessie packages:
Michael Jerris [Fri, 21 Aug 2015 22:47:47 +0000 (18:47 -0400)]
FS-7966: we still need to do declarations first until we fully switch to 2015 and change the flags on other builds to not error on code before declaration
FS-7966. First pass at moving to Visual Studio 2015.
The new C compiler breaks a lot of things. snprintf and timespec now exist, and redefining causes an error.
Many more things are warnings, so warnings-as-errors will fail - remove it from some projects for now.
V8: don't pass VS version to build batch file.
mod_sofia: Config has too-long if/elseif chain. Break this up to avoid "parser stack overflow; program too complex".
Add mod_conference.h to project and dir to includes.
Ítalo Rossi [Fri, 21 Aug 2015 21:26:09 +0000 (16:26 -0500)]
Merge pull request #419 in FS/freeswitch from ~JMESQUITA/freeswitch:FS-8009 to master
* commit '147a639499fb894ae92521384b84e0f84fed48ae':
FS-8009 Now we are using grunt for building as well and replace contrib-connect for browser-sync because we like use the new kids on the block.
Ítalo Rossi [Fri, 21 Aug 2015 17:38:06 +0000 (12:38 -0500)]
Merge pull request #406 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8013-user-bower-to-install-javacript-dependencies to master
* commit '22658c79459926590a6b041812a23137fbd8a7c1':
FS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject them on the main index.html file.