]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-8026 [Verto-Communicator] #resolve Add an autofocus directive to both dialpad...
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.

10 years agodebian/bootstrap.sh: excluded few modules that fail to compile
Stanislav Sinyagin [Mon, 24 Aug 2015 12:52:44 +0000 (08:52 -0400)] 
debian/bootstrap.sh: excluded few modules that fail to compile

applications/mod_mp4v2
codecs/mod_openh264
event_handlers/mod_smpp
formats/mod_webm

10 years agoFS-8029 minor update
Anthony Minessale [Sun, 23 Aug 2015 23:08:24 +0000 (18:08 -0500)] 
FS-8029 minor update

10 years agoMerge pull request #426 in FS/freeswitch from bugfix/FS-8029 to master
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

10 years agoFS-8029: [jitterbuffer] fix robotic sound when using jitterbuffer when buffer timesta...
Anthony Minessale [Sun, 23 Aug 2015 21:55:18 +0000 (16:55 -0500)] 
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

10 years agoMerge pull request #425 in FS/freeswitch from bugfix/FS-8028 to master
Mike Jerris [Sun, 23 Aug 2015 21:44:49 +0000 (16:44 -0500)] 
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

10 years agoFS-8028: [mod_shout] fix random sockets being closed regression from FS-7621
Anthony Minessale [Sun, 23 Aug 2015 17:42:27 +0000 (12:42 -0500)] 
FS-8028: [mod_shout] fix random sockets being closed regression from FS-7621

10 years agoFS-8027 #resolve Add watchTask flag to browserSync and add proper regex for replacements
João Mesquita [Sun, 23 Aug 2015 01:28:20 +0000 (22:28 -0300)] 
FS-8027 #resolve Add watchTask flag to browserSync and add proper regex for replacements

10 years ago FS-8019 debian/util.sh ignored -T option
Stanislav Sinyagin [Sun, 23 Aug 2015 00:22:06 +0000 (20:22 -0400)] 
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

10 years agoMerge pull request #416 in FS/freeswitch from ~FEDECASTRO/freeswitch:pr-6972 to master
William King [Fri, 21 Aug 2015 23:21:19 +0000 (18:21 -0500)] 
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.

10 years agoFS-7966: we still need to do declarations first until we fully switch to 2015 and...
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

10 years agoMerge pull request #420 in FS/freeswitch from ~JMESQUITA/freeswitch:FS-8009 to master
Brian West [Fri, 21 Aug 2015 22:34:07 +0000 (17:34 -0500)] 
Merge pull request #420 in FS/freeswitch from ~JMESQUITA/freeswitch:FS-8009 to master

* commit 'd825ad8a76e2c573037b5b40ccb75a9e85c6acaa':
  Use string-replace and copy partials over

10 years agoUse string-replace and copy partials over
Joao Mesquita [Fri, 21 Aug 2015 22:12:28 +0000 (19:12 -0300)] 
Use string-replace and copy partials over

10 years agoFS-7966. First pass at moving to Visual Studio 2015.
Michael Giagnocavo [Sun, 16 Aug 2015 10:18:57 +0000 (04:18 -0600)] 
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.

10 years agoMerge pull request #419 in FS/freeswitch from ~JMESQUITA/freeswitch:FS-8009 to master
Í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.

10 years agoFS-8009 Now we are using grunt for building as well and replace contrib-connect for...
Joao Mesquita [Fri, 21 Aug 2015 21:17:14 +0000 (18:17 -0300)] 
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.

10 years agoFS-8002 - Verto Communicator - Using toastr to prompt popup
Stefan Yohansson [Fri, 21 Aug 2015 19:14:54 +0000 (16:14 -0300)] 
FS-8002 - Verto Communicator - Using toastr to prompt popup

10 years agoFS-8013 Verto Communicator - Making navbar blue again, was broken after adding bower
Italo Rossi [Fri, 21 Aug 2015 18:31:12 +0000 (15:31 -0300)] 
FS-8013 Verto Communicator - Making navbar blue again, was broken after adding bower

10 years agoignore these folders
Brian West [Fri, 21 Aug 2015 17:44:36 +0000 (12:44 -0500)] 
ignore these folders

10 years agoMerge pull request #417 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:FS-8022...
Ítalo Rossi [Fri, 21 Aug 2015 17:41:25 +0000 (12:41 -0500)] 
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

10 years agoMerge pull request #406 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8013...
Í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.

10 years agoFS-8022 - fix refresh devices and prevent reset previous selected configuration
Stefan Yohansson [Fri, 21 Aug 2015 17:33:43 +0000 (14:33 -0300)] 
FS-8022 - fix refresh devices and prevent reset previous selected configuration

10 years agoMerge pull request #414 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8024...
Ítalo Rossi [Fri, 21 Aug 2015 17:19:25 +0000 (12:19 -0500)] 
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.

10 years agoFS-8024 Display gravatar on interface using new userVariable on mod_conference/mod_ve...
João Mesquita [Fri, 21 Aug 2015 05:34:25 +0000 (02:34 -0300)] 
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.

10 years agoFS-6972 Packaging a version of the python ESL wrapper for python.
Federico Castro [Fri, 21 Aug 2015 13:27:59 +0000 (10:27 -0300)] 
FS-6972 Packaging a version of the python ESL wrapper for python.

10 years agoFS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject...
João Mesquita [Thu, 20 Aug 2015 04:11:19 +0000 (01:11 -0300)] 
FS-8013 #resolve Make use of bower to manage dependencies and use wiredep to inject them on the main index.html file.

10 years agoFS-7855 pass userVariables back to the live array
Brian West [Fri, 21 Aug 2015 01:57:58 +0000 (20:57 -0500)] 
FS-7855 pass userVariables back to the live array

10 years agoFS-8021 #resolve [filebug.pl allow comma separated component entry]
Brian West [Fri, 21 Aug 2015 00:06:30 +0000 (19:06 -0500)] 
FS-8021 #resolve [filebug.pl allow comma separated component entry]

10 years agoMerge pull request #413 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010...
Brian West [Fri, 21 Aug 2015 00:19:42 +0000 (19:19 -0500)] 
Merge pull request #413 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010 to master

* commit '77a604f17fc9482b4326eb5930ad891678f32354':
  FS-8010 Add hardcoded params

10 years agoFS-8010 Add hardcoded params
Joao Mesquita [Thu, 20 Aug 2015 23:53:26 +0000 (20:53 -0300)] 
FS-8010 Add hardcoded params

FS-8010 Make audio settings configurable as well. UI must be reviewed because it now scrolls on modal appearance.

10 years agoFS-7989 add extra line to cut so template is satisfied
Anthony Minessale [Fri, 21 Aug 2015 00:16:30 +0000 (19:16 -0500)] 
FS-7989 add extra line to cut so template is satisfied

10 years agoFS-7988 add info in the buffer with comments to exclude lines
Anthony Minessale [Fri, 21 Aug 2015 00:14:24 +0000 (19:14 -0500)] 
FS-7988 add info in the buffer with comments to exclude lines

10 years agoMerge pull request #412 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010...
Brian West [Thu, 20 Aug 2015 23:59:41 +0000 (18:59 -0500)] 
Merge pull request #412 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8010 to master

* commit '3717e945e3dc5e2e9aba3e1c2be79ab15f2519f3':
  FS-8010 Add hardcoded params

10 years agoFS-8010 Add hardcoded params
Joao Mesquita [Thu, 20 Aug 2015 23:53:26 +0000 (20:53 -0300)] 
FS-8010 Add hardcoded params

10 years agoMerge pull request #411 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-7998...
Anthony Minessale II [Thu, 20 Aug 2015 23:39:33 +0000 (18:39 -0500)] 
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.

10 years agoMerge pull request #409 in FS/freeswitch from ~JMESQUITA/freeswitch:bugfix/FS-8003...
Anthony Minessale II [Thu, 20 Aug 2015 23:37:58 +0000 (18:37 -0500)] 
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.

10 years agoFS-8003 #resolve Use audioInDevices instead of audioDevices to match verto plugin.
Joao Mesquita [Thu, 20 Aug 2015 21:33:39 +0000 (18:33 -0300)] 
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.

10 years agoFS-7998 #resolve Simply don't ask.
Joao Mesquita [Thu, 20 Aug 2015 22:00:40 +0000 (19:00 -0300)] 
FS-7998 #resolve Simply don't ask.

FS-7998 Add option to settings interface and persist it on local storage.

10 years agoMerge pull request #408 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:bugfix...
Ítalo Rossi [Thu, 20 Aug 2015 22:20:05 +0000 (17:20 -0500)] 
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

10 years agoFS-7986 add $.verto.refreshDevices(runtime)
Anthony Minessale [Thu, 20 Aug 2015 22:14:03 +0000 (17:14 -0500)] 
FS-7986 add $.verto.refreshDevices(runtime)

10 years agoFS-7997 #resolve We need to have a designer look at the html partial and come up...
Joao Mesquita [Thu, 20 Aug 2015 21:50:45 +0000 (18:50 -0300)] 
FS-7997 #resolve We need to have a designer look at the html partial and come up with a CSS to make this better looking.

10 years agoFS-8017 - Verto Communicator - fix uses of serialized verto in local storage
Stefan Yohansson [Thu, 20 Aug 2015 21:24:38 +0000 (18:24 -0300)] 
FS-8017 - Verto Communicator - fix uses of serialized verto in local storage

10 years agoFS-7992 - Verto Communicator - Fixing device list at settings.
Italo Rossi [Thu, 20 Aug 2015 20:10:07 +0000 (17:10 -0300)] 
FS-7992 - Verto Communicator - Fixing device list at settings.

10 years agoFS-8016 #resolve [Reduce buffering of video in conference mux]
Anthony Minessale [Thu, 20 Aug 2015 17:03:14 +0000 (12:03 -0500)] 
FS-8016 #resolve [Reduce buffering of video in conference mux]

10 years agoMerge pull request #407 in FS/freeswitch from ~MICHAELGG/freeswitch:FS-8015 to master
Mike Jerris [Thu, 20 Aug 2015 15:42:35 +0000 (10:42 -0500)] 
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.

10 years agoFS-8015 --resolve - Add project dir to include for mod_conference so it picks up...
Michael Giagnocavo [Thu, 20 Aug 2015 10:56:16 +0000 (04:56 -0600)] 
FS-8015 --resolve - Add project dir to include for mod_conference so it picks up mod_conference.h.

10 years agoMerge pull request #405 in FS/freeswitch from ~JMESQUITA/freeswitch:feature/FS-8009...
Brian West [Thu, 20 Aug 2015 02:07:09 +0000 (21:07 -0500)] 
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.

10 years agoFS-8009 #resolve Create a grunt project with livereload support. From now on, use...
João Mesquita [Thu, 20 Aug 2015 02:03:56 +0000 (23:03 -0300)] 
FS-8009 #resolve Create a grunt project with livereload support. From now on, use npm install && grunt serve to develop on this project.

10 years agoFS-8008 #resolve [Separate verto default config to have sep v4 and v6 listeners]
Anthony Minessale [Wed, 19 Aug 2015 22:17:09 +0000 (17:17 -0500)] 
FS-8008 #resolve [Separate verto default config to have sep v4 and v6 listeners]

10 years agoswigall
Michael Jerris [Wed, 19 Aug 2015 21:41:39 +0000 (16:41 -0500)] 
swigall

10 years agoFS-7988 add attach and comment
Anthony Minessale [Wed, 19 Aug 2015 21:09:08 +0000 (16:09 -0500)] 
FS-7988 add attach and comment

10 years agoMerge pull request #404 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:bugfix...
Ítalo Rossi [Wed, 19 Aug 2015 20:49:02 +0000 (15:49 -0500)] 
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

10 years agoFS-7932 - removed the param from the getMute funciton in verto class, not needed...
William Henry [Sat, 15 Aug 2015 20:28:07 +0000 (16:28 -0400)] 
FS-7932 - removed the param from the getMute funciton in verto class, not needed on underlying method

10 years agoFS-7977 - [Verto Communicator] Fixing default resolution and cleaning code
Stefan Yohansson [Tue, 18 Aug 2015 18:28:32 +0000 (15:28 -0300)] 
FS-7977 - [Verto Communicator] Fixing default resolution and cleaning code

10 years agoMerge pull request #403 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus...
Mike Jerris [Wed, 19 Aug 2015 20:04:07 +0000 (15:04 -0500)] 
Merge pull request #403 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus-fix-plc-init to master

* commit 'ecabfc7f9a71b8ec17e1a0253d3811c08fbdcbce':
  FS-8005: mod_opus : fix for rare decoder error when doing PLC, OPUS_GET_LAST_PACKET_DURATION might return 0

10 years agoFS-7988 update default versions
Anthony Minessale [Wed, 19 Aug 2015 19:59:21 +0000 (14:59 -0500)] 
FS-7988 update default versions

10 years agoFS-7988 fix a few buglets
Anthony Minessale [Wed, 19 Aug 2015 19:58:05 +0000 (14:58 -0500)] 
FS-7988 fix a few buglets

10 years agoFS-8007 #resolve [Send Keyframe on Multiple NACKS]
Anthony Minessale [Wed, 19 Aug 2015 19:57:33 +0000 (14:57 -0500)] 
FS-8007 #resolve [Send Keyframe on Multiple NACKS]

10 years agoFS-8006 #resolve [switch_core_video_thread_callback_func_t is not like other callbacks]
Anthony Minessale [Wed, 19 Aug 2015 19:55:26 +0000 (14:55 -0500)] 
FS-8006 #resolve [switch_core_video_thread_callback_func_t is not like other callbacks]

10 years agoFS-7988 add -askall and -noedit params
Anthony Minessale [Wed, 19 Aug 2015 19:49:10 +0000 (14:49 -0500)] 
FS-7988 add -askall and -noedit params

10 years agoMerge pull request #399 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:teleph...
Mike Jerris [Wed, 19 Aug 2015 18:40:20 +0000 (13:40 -0500)] 
Merge pull request #399 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:telephone-event--adv_rm_rate-fix2 to master

* commit 'a0a43ab1eeef126031c6767b868d58ee7a5612ae':
  FS-7971 : adv_rm_rate (telephone-event and CN)

10 years agoFS-8005: mod_opus : fix for rare decoder error when doing PLC, OPUS_GET_LAST_PACKET_D...
Dragos Oancea [Wed, 19 Aug 2015 18:29:19 +0000 (14:29 -0400)] 
FS-8005: mod_opus : fix for rare decoder error when doing PLC, OPUS_GET_LAST_PACKET_DURATION might return 0

10 years agoFS-8004 #resolve [Send keyframe on recv nack with multiples]
Anthony Minessale [Wed, 19 Aug 2015 18:14:24 +0000 (13:14 -0500)] 
FS-8004 #resolve [Send keyframe on recv nack with multiples]

10 years agoFS-7988 FS-7989 add debug mode to fixbug and filebug and add -project to filebug...
Anthony Minessale [Wed, 19 Aug 2015 18:09:33 +0000 (13:09 -0500)] 
FS-7988 FS-7989 add debug mode to fixbug and filebug and add -project to filebug and add -append and -comment to fixbug to append to defualt commit msg

10 years agoFS-7962 #resolve [Invite/replaces fails about half the time when between 2 freeswitch...
Anthony Minessale [Wed, 19 Aug 2015 17:47:31 +0000 (12:47 -0500)] 
FS-7962 #resolve [Invite/replaces fails about half the time when between 2 freeswitch servers]

10 years agoFS-7989 fix typo
Anthony Minessale [Wed, 19 Aug 2015 16:43:35 +0000 (11:43 -0500)] 
FS-7989 fix typo

10 years agoFS-7969 #resolve [Freeswitch segfaults due to pthread_setschedparam() on a thread...
Anthony Minessale [Wed, 19 Aug 2015 16:42:11 +0000 (11:42 -0500)] 
FS-7969 #resolve [Freeswitch segfaults due to pthread_setschedparam() on a thread that has exited] #comment please test this fix which was verified working

10 years agoFS-7988 FS-7989 cleanup scripts
Anthony Minessale [Tue, 18 Aug 2015 23:46:21 +0000 (18:46 -0500)] 
FS-7988 FS-7989 cleanup scripts

10 years agoFS-7988 #resolve [We can't file bugs from the command line]
Anthony Minessale [Tue, 18 Aug 2015 23:33:42 +0000 (18:33 -0500)] 
FS-7988 #resolve [We can't file bugs from the command line]

10 years agoFS-7989 #resolve [Fix bugs in fixbug.pl]
Anthony Minessale [Tue, 18 Aug 2015 23:28:38 +0000 (18:28 -0500)] 
FS-7989 #resolve [Fix bugs in fixbug.pl]

10 years agoFS-7988 #resolve [We can't file bugs from the command line]
Anthony Minessale [Tue, 18 Aug 2015 23:26:52 +0000 (18:26 -0500)] 
FS-7988 #resolve [We can't file bugs from the command line]

10 years agoFS-7985 #resolve [mod_voicemail fails to compile on 32-bit PPC platform]
Anthony Minessale [Tue, 18 Aug 2015 21:10:09 +0000 (16:10 -0500)] 
FS-7985 #resolve [mod_voicemail fails to compile on 32-bit PPC platform]

10 years agoMerge pull request #398 in FS/freeswitch from ~GIGGSEY/freeswitch:bugfix/FS-7968...
Mike Jerris [Tue, 18 Aug 2015 18:09:19 +0000 (13:09 -0500)] 
Merge pull request #398 in FS/freeswitch from ~GIGGSEY/freeswitch:bugfix/FS-7968-verbose-events-for-voicemail to master

* commit '5802ba71ac80aa88d99b45963e86c53a993a5f94':
  Fix record-greeting event missing VM-Greeting-Path

10 years agoadd newline to log %nojira
Seven Du [Tue, 18 Aug 2015 15:04:09 +0000 (23:04 +0800)] 
add newline to log %nojira

10 years agoFS-7971 : adv_rm_rate (telephone-event and CN)
Dragos Oancea [Tue, 18 Aug 2015 14:35:24 +0000 (10:35 -0400)] 
FS-7971 : adv_rm_rate (telephone-event and CN)

10 years agoFix record-greeting event missing VM-Greeting-Path
Joshua Gigg [Tue, 18 Aug 2015 08:14:14 +0000 (09:14 +0100)] 
Fix record-greeting event missing VM-Greeting-Path

FS-7975 #resolve

10 years agoadd fixbug.pl to tree
Anthony Minessale [Mon, 17 Aug 2015 21:31:09 +0000 (16:31 -0500)] 
add fixbug.pl to tree

10 years ago#resolve [check_ice routine in switch_core_media.c chooses all candidates]
Anthony Minessale [Mon, 17 Aug 2015 21:30:06 +0000 (16:30 -0500)] 
#resolve [check_ice routine in switch_core_media.c chooses all candidates]

10 years agoFS-7965 #resolve
Anthony Minessale [Mon, 17 Aug 2015 19:34:53 +0000 (14:34 -0500)] 
FS-7965 #resolve

10 years agoMerge pull request #395 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7970...
Mike Jerris [Mon, 17 Aug 2015 18:27:48 +0000 (13:27 -0500)] 
Merge pull request #395 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7970 to master

* commit 'd6e5dc64a31e37d45fce6d98b83e2a258ecb3121':
  FS-7970 Fixed crash in video_bug_thread caused by double free

10 years agotweaks %nojira
Brian West [Fri, 7 Aug 2015 15:26:21 +0000 (10:26 -0500)] 
tweaks %nojira

10 years agoFS-7971 #resolve
Anthony Minessale [Mon, 17 Aug 2015 17:13:55 +0000 (12:13 -0500)] 
FS-7971 #resolve

10 years agoFS-7970 Fixed crash in video_bug_thread caused by double free
Bradley Jokinen [Mon, 17 Aug 2015 13:52:58 +0000 (08:52 -0500)] 
FS-7970 Fixed crash in video_bug_thread caused by double free

10 years agoFS-7955: [mod_sofia] fix crash caused by invalid contact when using event to send...
Michael Jerris [Fri, 14 Aug 2015 17:51:12 +0000 (12:51 -0500)] 
FS-7955: [mod_sofia] fix crash caused by invalid contact when using event to send a notify message

10 years agoMaking mod_rtmp compatible with Adobe Media Server
Paul Cuttler [Thu, 13 Aug 2015 20:06:43 +0000 (06:06 +1000)] 
Making mod_rtmp compatible with Adobe Media Server

Adobe Media Server connects differently to mod_rtmp than the way
Flash player connects. The RTMP publish handler rtmp_i_publish
message needs to match the RTMP specification, and a new initStream
handler is required.

This patch modifies the rtmp_i_publish handler to send an onStatus
message to Adobe Media Server that includes an object with "level",
"code" and "description" fields.

The initStream message is sent by Adobe Media Server to notify Freeswitch
of the stream ID for the publish stream. This cannot clash with the play
stream ID so the initStream handler can simply increment the next_streamid
field. The initStream message is undocumented in the RTMP specification.

The transaction ID for onStatus messages has been modified to 0 instead
of 1 to match with the RTMP specification.

FS-7924 #resolve

10 years agoFS-7951 #resolve #comment completely clean up mod_rayo if it fails to load
Chris Rienzo [Wed, 12 Aug 2015 22:00:19 +0000 (18:00 -0400)] 
FS-7951 #resolve #comment completely clean up mod_rayo if it fails to load

10 years agoFS-7958: [mod_conference] fix race condition causing crash in conference video MCU
Michael Jerris [Wed, 12 Aug 2015 22:31:30 +0000 (18:31 -0400)] 
FS-7958: [mod_conference] fix race condition causing crash in conference video MCU

10 years agoFS-7953 #resolve Verto Communicator - Fixed dialing when typing extension using the...
Italo Rossi [Tue, 11 Aug 2015 19:36:38 +0000 (14:36 -0500)] 
FS-7953 #resolve Verto Communicator - Fixed dialing when typing extension using the keyboard.

10 years agoFS-7930: [mod_conference] Correct termination of conference when the last member...
Michael Jerris [Mon, 10 Aug 2015 22:48:01 +0000 (18:48 -0400)] 
FS-7930: [mod_conference] Correct termination of conference when the last member with endconf left.  Caused by typo in migration to conference_utils_set_flag function when we switched to array based flags

10 years agoMerge pull request #390 in FS/freeswitch from ~GOES/freeswitch:FS-7952 to master
Mike Jerris [Mon, 10 Aug 2015 22:15:01 +0000 (17:15 -0500)] 
Merge pull request #390 in FS/freeswitch from ~GOES/freeswitch:FS-7952 to master

* commit '47f7f45acc8d3ba53a876fa81c4695d9eb3d3f46':
  FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate

10 years agoFS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate
Norm Brandinger [Mon, 10 Aug 2015 21:47:09 +0000 (16:47 -0500)] 
FS-7952 mod_opus: remove duplicate test/set of sprop-maxcapturerate

10 years agoFS-7944 --fix Moving hover video control to the left
Italo Rossi [Fri, 7 Aug 2015 16:09:46 +0000 (11:09 -0500)] 
FS-7944 --fix Moving hover video control to the left

10 years agoFS-7944 - Fixing layout controls menu in fullscreen and chat opened. WIP
Italo Rossi [Fri, 7 Aug 2015 15:55:42 +0000 (10:55 -0500)] 
FS-7944 - Fixing layout controls menu in fullscreen and chat opened. WIP

10 years agofix issue on single core or similar vm causing conference to spin in loop
Mike Jerris [Fri, 7 Aug 2015 05:45:25 +0000 (05:45 +0000)] 
fix issue on single core or similar vm causing conference to spin in loop

10 years agodon't mix personal canvas and multi-canvas modes
Anthony Minessale [Fri, 7 Aug 2015 00:08:31 +0000 (19:08 -0500)] 
don't mix personal canvas and multi-canvas modes

10 years agodestroy personal canvas after member is out of the list
Anthony Minessale [Thu, 6 Aug 2015 23:57:59 +0000 (18:57 -0500)] 
destroy personal canvas after member is out of the list

10 years agoMerge pull request #387 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:master...
Mike Jerris [Thu, 6 Aug 2015 19:03:02 +0000 (14:03 -0500)] 
Merge pull request #387 in FS/freeswitch from ~JONATASOLIVEIRA/freeswitch:master to master

* commit 'd178092c2a6050bb4995c6bf81387f6d7ee55ab5':
  Creating Verto Communicator.

10 years agoCreating Verto Communicator.
Jonatas Oliveira [Wed, 3 Jun 2015 12:40:23 +0000 (09:40 -0300)] 
Creating Verto Communicator.

Verto Communicator is a web interface built on top of Verto and AngularJS.

Brought to you by Evolux Sistemas and FreeSWITCH team. :)

FS-7795 - implements fullscreen menu and doubleclick function.
FS-7795 - added chat icon on fullscreen video
FS-7796 - fix missing tooltips in call icons
FS-7796 - fix tooltip position
FS-7798 - implements change login information in modal view
FS-7828 - fix esc key bug when leave fullscren mode. Using css instead of javascript in fullscreen for elements manipulation.
FS-7826 - fix chat sender id with name instead of extension
FS-7831 - remove demo from title
FS-7841 - fix compatibility verification
FS-7842 - 'settings' data persistent
FS-7859 - moved popup down
FS-7827 - added screen share functionality
FS-7857 - default name for source media
FS-7879 - prompt before logout [incall]
FS-7873 - querystring for autocall
FS-7875 - persist login and password password
FS-7877 - phone feature: hold, transfer, incoming, answer, decline, call direction in history
FS-7878 - small devices
FS-7881 - added modal dialog for contributors

10 years agoFS-7942 #comment Fix segfault on T.38 FAX calls
Patrice Fournier [Fri, 31 Jul 2015 02:27:35 +0000 (22:27 -0400)] 
FS-7942 #comment Fix segfault on T.38 FAX calls

10 years agoMerge branch 'master' of https://freeswitch.org/stash/scm/fs/freeswitch
Brian West [Wed, 5 Aug 2015 15:21:32 +0000 (10:21 -0500)] 
Merge branch 'master' of https://freeswitch.org/stash/scm/fs/freeswitch