Commit Graph

29712 Commits

Author SHA1 Message Date
Joshua Gigg 1e27e9f5e7 FS-7968: [mod_voicemail] fix verbose events
- Fix record-name event missing VM-Name-Path
 - Fix verbose events for mod_voicemail 'folder-summary'
 - Send change-password event in mod_voicemail
 - Fix verbose events for mod_voicemail 'leave-message'
2015-08-24 18:12:17 +01:00
Joao Mesquita f01c85743c 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. 2015-08-24 13:29:55 -03:00
William King 51a3ec7cbc Merge pull request #422 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-8019-debian-util.sh-ignores-t-option to master
* commit 'e45837198c702f3a78b90493176b94d31d3500d0':
  debian/README.source updated
  debian/bootstrap.sh: excluded few modules that fail to compile
  FS-8019 debian/util.sh ignored -T option
2015-08-24 11:19:39 -05:00
Brian West a4f0adcc1f FS-8014 t38 test case 2015-08-24 11:05:16 -05:00
Brian West 1577755215 FS-8014 test case 2015-08-24 11:02:23 -05:00
Stanislav Sinyagin e45837198c debian/README.source updated
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.
2015-08-24 10:27:23 -04:00
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
Stanislav Sinyagin a083b881f3 debian/bootstrap.sh: excluded few modules that fail to compile
applications/mod_mp4v2
codecs/mod_openh264
event_handlers/mod_smpp
formats/mod_webm
2015-08-24 08:52:44 -04: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
Stanislav Sinyagin e78c440585 FS-8019 debian/util.sh ignored -T option
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:

    apt-get update && apt-get install -y git curl
    mkdir -p /usr/src/freeswitch
    cd /usr/src/freeswitch/
    git clone https://stash.freeswitch.org/scm/fs/freeswitch.git /usr/src/freeswitch/src
    curl http://files.freeswitch.org/repo/deb/debian/freeswitch_archive_g0.pub | apt-key add -
    cd /usr/src/freeswitch/src
    ./debian/util.sh build-all -i -z1 -aamd64 -cjessie -T /usr/src/freeswitch/src/debian/apt_sources.list
2015-08-22 20:22:06 -04: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
Stefan Yohansson 9902be9bde FS-8002 - Verto Communicator - Using toastr to prompt popup 2015-08-21 18:02:51 -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