- 24 8月, 2015 16 次提交
-
-
由 Ítalo Rossi 提交于
Merge pull request #431 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7995-members-list-shows-duplicate-members to master * commit 'f01c8574': 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.
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Mike Jerris 提交于
Merge pull request #432 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8036-add-chatchannel-subscription-to-.verto.conf to master * commit '749313a2': FS-8036 [verto.js] #resolve Add chatCallback to $.verto.conf
-
由 Joao Mesquita 提交于
-
由 Mike Jerris 提交于
Merge pull request #402 in FS/freeswitch from ~GIGGSEY/freeswitch:bugfix/FS-7968-verbose-events-for-voicemail to master * commit '1e27e9f5': FS-7968: [mod_voicemail] fix verbose events
-
由 Joshua Gigg 提交于
- 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'
-
由 Joao Mesquita 提交于
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.
-
由 William King 提交于
Merge pull request #422 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-8019-debian-util.sh-ignores-t-option to master * commit 'e4583719': debian/README.source updated debian/bootstrap.sh: excluded few modules that fail to compile FS-8019 debian/util.sh ignored -T option
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Stanislav Sinyagin 提交于
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 提交于
Merge pull request #423 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8027-make-grunt-serve-ip-to-work-correctly to master * commit 'fd134000': FS-8027 #resolve Add watchTask flag to browserSync and add proper regex for replacements
-
由 Brian West 提交于
Merge pull request #428 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8026-pressing-enter-on-email-doesn-t-login to master * commit '11b24f7e': 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 提交于
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.
-
由 Stanislav Sinyagin 提交于
applications/mod_mp4v2 codecs/mod_openh264 event_handlers/mod_smpp formats/mod_webm
-
- 23 8月, 2015 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Mike Jerris 提交于
* commit 'd4e10d52': 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
-
由 Anthony Minessale 提交于
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
-
由 Mike Jerris 提交于
* commit 'cadc2397': FS-8028: [mod_shout] fix random sockets being closed regression from FS-7621
-
由 Anthony Minessale 提交于
-
由 João Mesquita 提交于
-
由 Stanislav Sinyagin 提交于
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
-
- 21 8月, 2015 17 次提交
-
-
由 William King 提交于
* commit 'e5d247df': FS-6972 Packaging a version of the python ESL wrapper for python.
-
由 Michael Jerris 提交于
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
-
由 Brian West 提交于
* commit 'd825ad8a': Use string-replace and copy partials over
-
由 Joao Mesquita 提交于
-
由 Michael Giagnocavo 提交于
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 提交于
* commit '147a6394': 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.
-
由 Joao Mesquita 提交于
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.
-
由 Italo Rossi 提交于
-
由 Brian West 提交于
-
由 Ítalo Rossi 提交于
Merge pull request #417 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:FS-8022-clicking-refresh-device-list-should to master * commit 'ea4fe4f9': FS-8022 - fix refresh devices and prevent reset previous selected configuration
-
由 Ítalo Rossi 提交于
Merge pull request #406 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8013-user-bower-to-install-javacript-dependencies to master * commit '22658c79': FS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject them on the main index.html file.
-
由 Stefan Yohansson 提交于
-
由 Ítalo Rossi 提交于
Merge pull request #414 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8024-display-gravatar-using-new-uservariables to master * commit '2a890706': FS-8024 Display gravatar on interface using new userVariable on mod_conference/mod_verto liveArray.
-
由 João Mesquita 提交于
FS-8023 #resolve Add shadow to the avatar to indicate muting and talking statuses FS-8024 #resolve pass in the email to display avatar.
-
由 Federico Castro 提交于
-
由 João Mesquita 提交于
FS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject them on the main index.html file.
-
由 Brian West 提交于
-