29602 Commits

Author SHA1 Message Date
Brian West
bd371f4def Merge pull request #423 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8027-make-grunt-serve-ip-to-work-correctly to master
* commit 'fd134000e764a612c2e3db5b9a22338bdfc905a9':
  FS-8027 #resolve Add watchTask flag to browserSync and add proper regex for replacements
2015-08-24 08:36:23 -05:00
Brian West
b128774082 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.
2015-08-24 08:31:00 -05:00
Joao Mesquita
11b24f7e43 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. 2015-08-24 10:18:25 -03:00
Anthony Minessale
d8ea71aa7b FS-8029 minor update 2015-08-23 18:08:24 -05:00
Mike Jerris
763e394ab3 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
2015-08-23 17:37:14 -05:00
Anthony Minessale
d4e10d5278 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 2015-08-23 17:29:12 -05:00
Mike Jerris
f8d8bad957 Merge pull request #425 in FS/freeswitch from bugfix/FS-8028 to master
* commit 'cadc2397a416dc48f71c5d47949a3178260398c6':
  FS-8028: [mod_shout] fix random sockets being closed regression from FS-7621
2015-08-23 16:44:49 -05:00
Anthony Minessale
cadc2397a4 FS-8028: [mod_shout] fix random sockets being closed regression from FS-7621 2015-08-23 16:43:18 -05:00
João Mesquita
fd134000e7 FS-8027 #resolve Add watchTask flag to browserSync and add proper regex for replacements 2015-08-22 22:28:20 -03:00
William King
8dae8e9c21 Merge pull request #416 in FS/freeswitch from ~FEDECASTRO/freeswitch:pr-6972 to master
* commit 'e5d247df29ef67b0dd86b6b088adfb1ab07c0916':
  FS-6972 Packaging a version of the python ESL wrapper for python.
2015-08-21 18:21:19 -05:00
Michael Jerris
f929a9ccbf 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 2015-08-21 18:47:58 -04:00
Brian West
9cb58fbf1a Merge pull request #420 in FS/freeswitch from ~JMESQUITA/freeswitch:FS-8009 to master
* commit 'd825ad8a76e2c573037b5b40ccb75a9e85c6acaa':
  Use string-replace and copy partials over
2015-08-21 17:34:07 -05:00
Joao Mesquita
d825ad8a76 Use string-replace and copy partials over 2015-08-21 19:33:25 -03:00
Michael Giagnocavo
5e456fe9a6 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.
2015-08-21 18:28:32 -04:00
Ítalo Rossi
fb5b390ce3 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.
2015-08-21 16:26:09 -05:00
Joao Mesquita
147a639499 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. 2015-08-21 18:17:14 -03:00
Italo Rossi
255d2a62bb FS-8013 Verto Communicator - Making navbar blue again, was broken after adding bower 2015-08-21 15:31:12 -03:00
Brian West
72faf9bab4 ignore these folders 2015-08-21 12:44:36 -05:00
Ítalo Rossi
175fb8667e Merge pull request #417 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:FS-8022-clicking-refresh-device-list-should to master
* commit 'ea4fe4f942e73fa2b7595399523054b8e09840d8':
  FS-8022 - fix refresh devices and prevent reset previous selected configuration
2015-08-21 12:41:25 -05:00
Ítalo Rossi
4e79ac1363 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.
2015-08-21 12:38:06 -05:00
Stefan Yohansson
ea4fe4f942 FS-8022 - fix refresh devices and prevent reset previous selected configuration 2015-08-21 14:33:45 -03:00
Ítalo Rossi
b3d6448f80 Merge pull request #414 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8024-display-gravatar-using-new-uservariables to master
* commit '2a890706e16293c45508dac5afb130527df09406':
  FS-8024 Display gravatar on interface using new userVariable on mod_conference/mod_verto liveArray.
2015-08-21 12:19:25 -05:00
João Mesquita
2a890706e1 FS-8024 Display gravatar on interface using new userVariable on mod_conference/mod_verto liveArray.
FS-8023 #resolve Add shadow to the avatar to indicate muting and talking statuses FS-8024 #resolve pass in the email to display avatar.
2015-08-21 14:17:43 -03:00
Federico Castro
e5d247df29 FS-6972 Packaging a version of the python ESL wrapper for python. 2015-08-21 10:27:59 -03:00
João Mesquita
22658c7945 FS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject them on the main index.html file. 2015-08-21 02:09:36 -03:00
Brian West
d262f07d0f FS-7855 pass userVariables back to the live array 2015-08-20 20:57:58 -05:00
Brian West
9d070b5c98 FS-8021 #resolve [filebug.pl allow comma separated component entry] 2015-08-20 19:19:56 -05:00
Brian West
8f5a8a91cd Merge pull request #413 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010 to master
* commit '77a604f17fc9482b4326eb5930ad891678f32354':
  FS-8010 Add hardcoded params
2015-08-20 19:19:42 -05:00
Joao Mesquita
77a604f17f FS-8010 Add hardcoded params
FS-8010 Make audio settings configurable as well. UI must be reviewed because it now scrolls on modal appearance.
2015-08-20 21:19:05 -03:00
Anthony Minessale
077d89c28f FS-7989 add extra line to cut so template is satisfied 2015-08-20 19:16:30 -05:00
Anthony Minessale
51856904a2 FS-7988 add info in the buffer with comments to exclude lines 2015-08-20 19:14:35 -05:00
Brian West
64111dbff6 Merge pull request #412 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010 to master
* commit '3717e945e3dc5e2e9aba3e1c2be79ab15f2519f3':
  FS-8010 Add hardcoded params
2015-08-20 18:59:41 -05:00
Joao Mesquita
3717e945e3 FS-8010 Add hardcoded params 2015-08-20 20:53:26 -03:00
Anthony Minessale II
66da0fa8da Merge pull request #411 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7998-dont-prompt-when-recovering-call to master
* commit '070c89996e995c996a8972f89a633d5041621df5':
  FS-7998 #resolve Simply don't ask.
2015-08-20 18:39:33 -05:00
Anthony Minessale II
8f9f1ee87d Merge pull request #409 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8003-communicator-does-not-list-microphones to master
* commit 'c0a5c54bc10c7ebdb65f5aafc8d60dbad6477944':
  FS-8003 #resolve Use audioInDevices instead of audioDevices to match verto plugin.
2015-08-20 18:37:58 -05:00
Joao Mesquita
c0a5c54bc1 FS-8003 #resolve Use audioInDevices instead of audioDevices to match verto plugin.
FS-8003 Also make modifications so that refreshing device actually calls APIs on the verto library instead of just reparsing it's output.
2015-08-20 20:36:00 -03:00
Joao Mesquita
070c89996e FS-7998 #resolve Simply don't ask.
FS-7998 Add option to settings interface and persist it on local storage.
2015-08-20 19:50:58 -03:00
Ítalo Rossi
aa0bbe84af Merge pull request #408 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:bugfix/FS-8017-verto-service-in-local-storage-needs to master
* commit '024f86ad022453e94bfa2cdaa93678e2597c7604':
  FS-8017 - Verto Communicator - fix uses of serialized verto in local storage
2015-08-20 17:20:05 -05:00
Anthony Minessale
74945217b0 FS-7986 add $.verto.refreshDevices(runtime) 2015-08-20 17:14:10 -05:00
Stefan Yohansson
024f86ad02 FS-8017 - Verto Communicator - fix uses of serialized verto in local storage 2015-08-20 18:26:35 -03:00
Italo Rossi
bd48aced25 FS-7992 - Verto Communicator - Fixing device list at settings. 2015-08-20 17:10:07 -03:00
Anthony Minessale
ebff42790f FS-8016 #resolve [Reduce buffering of video in conference mux] 2015-08-20 12:03:14 -05:00
Mike Jerris
d71c4d4555 Merge pull request #407 in FS/freeswitch from ~MICHAELGG/freeswitch:FS-8015 to master
* commit '37df3ee6daddc66db7fc4472033fedb578cc2cdf':
  FS-8015 --resolve - Add project dir to include for mod_conference so it picks up mod_conference.h.
2015-08-20 10:42:35 -05:00
Michael Giagnocavo
37df3ee6da FS-8015 --resolve - Add project dir to include for mod_conference so it picks up mod_conference.h. 2015-08-20 04:56:16 -06:00
Brian West
e886fdcd86 Merge pull request #405 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8009 to master
* commit 'be73c4f1e6b9bff40d9f8f063dd4e7c6d2e6360e':
  FS-8009 #resolve Create a grunt project with livereload support. From now on, use npm install && grunt serve to develop on this project.
2015-08-19 21:07:09 -05:00
João Mesquita
be73c4f1e6 FS-8009 #resolve Create a grunt project with livereload support. From now on, use npm install && grunt serve to develop on this project. 2015-08-19 23:03:56 -03:00
Anthony Minessale
7303631fbc FS-8008 #resolve [Separate verto default config to have sep v4 and v6 listeners] 2015-08-19 17:17:22 -05:00
Michael Jerris
61c641aa0b swigall 2015-08-19 16:41:39 -05:00
Anthony Minessale
5818a24ca5 FS-7988 add attach and comment 2015-08-19 16:09:15 -05:00
Ítalo Rossi
7ea5dabd0d Merge pull request #404 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:bugfix/FS-7977-selecting-the-highest-supported-resolution-isnt-working to master
* commit '880fb810d045458a05f06a4f65353bc61f69ba99':
  FS-7977 - [Verto Communicator] Fixing default resolution and cleaning code
2015-08-19 15:49:02 -05:00