]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
8 years agoFS-10444 [vanilla config/languages] Adding phrases and macros tag to languages es...
Italo Rossi [Thu, 29 Jun 2017 18:12:39 +0000 (15:12 -0300)] 
FS-10444 [vanilla config/languages] Adding phrases and macros tag to languages es, pt and sv

8 years agoFS-10432 [mod_callcenter] Increase agent contact field up to 1024.
Italo Rossi [Wed, 28 Jun 2017 19:43:16 +0000 (16:43 -0300)] 
FS-10432 [mod_callcenter] Increase agent contact field up to 1024.

8 years agoFS-10431: [mod_smpp] fix build on newer compilers due to malformed system headers
Mike Jerris [Tue, 27 Jun 2017 22:06:39 +0000 (17:06 -0500)] 
FS-10431: [mod_smpp] fix build on newer compilers due to malformed system headers

8 years agoFS-9785: fix build deps for mod_java
Mike Jerris [Tue, 27 Jun 2017 19:35:16 +0000 (14:35 -0500)] 
FS-9785: fix build deps for mod_java

8 years agoFS-10427: move mod_python to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:33:38 +0000 (12:33 -0500)] 
FS-10427: move mod_python to use swig3.0 so we can reswig on debian9

8 years agoFS-10427: move mod_perl to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:32:17 +0000 (12:32 -0500)] 
FS-10427: move mod_perl to use swig3.0 so we can reswig on debian9

8 years agoFS-10427: move mod_java to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:16:45 +0000 (12:16 -0500)] 
FS-10427: move mod_java to use swig3.0 so we can reswig on debian9

8 years agoFS-10427: move libesl to use swig3.0 so we can reswig on debian9
Mike Jerris [Tue, 27 Jun 2017 17:10:04 +0000 (12:10 -0500)] 
FS-10427: move libesl to use swig3.0 so we can reswig on debian9

8 years agoFS-9894 [verto_communicator] Removing refreshDevices before doing a call.
Italo Rossi [Fri, 23 Jun 2017 18:39:21 +0000 (15:39 -0300)] 
FS-9894 [verto_communicator] Removing refreshDevices before doing a call.

8 years agoFS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is...
Brian West [Wed, 21 Jun 2017 13:51:50 +0000 (08:51 -0500)] 
FS-10406: [mod_sofia] mod_sofia secure websocket connections SSLv3 and tls v1.0 is still not disabled  #resolve

8 years agoFS-10356: [core] Do not blindly print error string from rtp/stun packets
Brian West [Thu, 15 Jun 2017 14:46:22 +0000 (09:46 -0500)] 
FS-10356: [core] Do not blindly print error string from rtp/stun packets

8 years agoFS-10370: Enable SRTP Key Padding
Trevor Alpeter [Tue, 13 Jun 2017 13:39:07 +0000 (09:39 -0400)] 
FS-10370: Enable SRTP Key Padding

Some clients rely on Base64 padding characters (i.e., '=') to be present
in encoded SRTP key/salt strings to determine the length of the encoded
data. However, FreeSWITCH removes these characters before including the
encoded strings in the SDP. This causes those clients that rely on the
padding to truncate the encoded data and be unable to properly set up an
encrypted SRTP session.

This change introduces a channel flag named 'rtp_pad_srtp_keys'. When
this flag is enabled, FreeSWITCH includes the Base64 padding characters
in the SDP. This allows clients that rely on the padding to retrieve the
full key and salt values and successfully negotiate an SRTP stream with
FreeSWITCH.

FS-103070 #resolve

8 years agoFS-10384 [mod_lua] Fix Makefile target
Sebastian Kemper [Sat, 10 Jun 2017 10:48:23 +0000 (12:48 +0200)] 
FS-10384 [mod_lua] Fix Makefile target

When running "make swigclean" in mod_lua directory and trying to compile
mod_lua afterward, the build fails because the target mod_lua_wrap.cpp
doesn't exist. The target is wrongly called lua_wrap instead.

making all mod_lua
make[7]: Entering directory '/path/to/freeswitch-1.6.17/src/mod/languages/mod_lua'
  CXX mod_lua_la-mod_lua.lo
  CXX mod_lua_la-freeswitch_lua.lo
make[7]: *** No rule to make target 'mod_lua_wrap.cpp', needed by 'mod_lua_la-mod_lua_wrap.lo'. Stop.

Fix this by renaming lua_wrap to mod_lua_wrap.cpp.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
8 years agoFS-10472: [mod_conference] Invalid free in personal canvas mode - manual cherry-pick...
Anthony Minessale [Tue, 11 Jul 2017 00:50:52 +0000 (19:50 -0500)] 
FS-10472: [mod_conference] Invalid free in personal canvas mode - manual cherry-pick of 2ee8d58

8 years agoFS-10472: [mod_conference] Invalid free in personal canvas mode
Anthony Minessale [Tue, 11 Jul 2017 00:13:27 +0000 (19:13 -0500)] 
FS-10472: [mod_conference] Invalid free in personal canvas mode

8 years agoFS-10448: [mod_conference] Add Video Blind -- make blind video feature work in passth...
Anthony Minessale [Fri, 7 Jul 2017 16:35:36 +0000 (11:35 -0500)] 
FS-10448: [mod_conference] Add Video Blind -- make blind video feature work in passthrough mode too

8 years agoFS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during...
Anthony Minessale [Thu, 6 Jul 2017 19:39:24 +0000 (14:39 -0500)] 
FS-10473: [freeswitch-core] FreeSWITCH crash - Null event pointer dereference during conference_cdr_del #resolve

8 years agoFS-10472: [mod_conference] Invalid free in personal canvas mode #resolve
Anthony Minessale [Wed, 5 Jul 2017 23:11:31 +0000 (18:11 -0500)] 
FS-10472: [mod_conference] Invalid free in personal canvas mode #resolve

8 years agoFS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder...
Anthony Minessale [Wed, 5 Jul 2017 22:54:14 +0000 (17:54 -0500)] 
FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode -- high cpu usage on h264

8 years agoFS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec -...
Anthony Minessale [Fri, 30 Jun 2017 17:38:03 +0000 (12:38 -0500)] 
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec -- add av_record_audio_only param

8 years agoFS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec #resolve
Anthony Minessale [Fri, 30 Jun 2017 17:32:04 +0000 (12:32 -0500)] 
FS-10456: [mod_av] add wav support to mod_av as well as specifying audio_codec #resolve

8 years agoFS-10454: [mod_av] Regression in video file seek #resolve
Anthony Minessale [Fri, 30 Jun 2017 16:28:49 +0000 (11:28 -0500)] 
FS-10454: [mod_av] Regression in video file seek #resolve

8 years agoFS-10448: [mod_conference] Add Video Blind -- add tweak
Anthony Minessale [Fri, 30 Jun 2017 15:29:00 +0000 (10:29 -0500)] 
FS-10448: [mod_conference] Add Video Blind -- add tweak

8 years agoFS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMB...
Trever L. Adams [Fri, 30 Jun 2017 03:30:29 +0000 (21:30 -0600)] 
FS-9785: fix ./mod_conference.h:353:23: error: enumerator value for ‘EFLAG_BLIND_MEMBER’ is not an integer constant expression [-Werror=pedantic] EFLAG_BLIND_MEMBER = (1 << 31)

8 years agoFS-10440: [mod_httapi] valgrind: event leak in mod_httapi.c #resolve
Anthony Minessale [Thu, 29 Jun 2017 23:21:23 +0000 (18:21 -0500)] 
FS-10440: [mod_httapi] valgrind: event leak in mod_httapi.c #resolve

8 years agohand pick 8734c9070db99be60ac251dab65a6d6440af2719 FS-10448: [mod_conference] Add...
Anthony Minessale [Thu, 29 Jun 2017 23:14:38 +0000 (18:14 -0500)] 
hand pick 8734c9070db99be60ac251dab65a6d6440af2719 FS-10448: [mod_conference] Add Video Blind

8 years agoFS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly...
Anthony Minessale [Thu, 29 Jun 2017 22:58:49 +0000 (17:58 -0500)] 
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly -- fix regression

8 years agohand pick db477925584cb67b14c4314bc8a8a1bc4aa5a959 - FS-10447: [freeswitch-core]...
Anthony Minessale [Thu, 29 Jun 2017 22:00:07 +0000 (17:00 -0500)] 
hand pick db477925584cb67b14c4314bc8a8a1bc4aa5a959 - FS-10447: [freeswitch-core] Manual video refresh mode

8 years agoFS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly...
Anthony Minessale [Wed, 28 Jun 2017 17:16:46 +0000 (12:16 -0500)] 
FS-10433: [mod_av,mod_conference] Crash when video recording fails to setup properly #resolve

8 years agoFS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets
Anthony Minessale [Wed, 28 Jun 2017 16:32:24 +0000 (11:32 -0500)] 
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets

8 years agoFS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets #resolve
Anthony Minessale [Wed, 28 Jun 2017 01:58:34 +0000 (20:58 -0500)] 
FS-10394: [freeswitch-core] FS Crash while linphone sends ICE packets #resolve

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings -- init timer...
Anthony Minessale [Tue, 27 Jun 2017 18:06:27 +0000 (13:06 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings -- init timer for audio only as well

8 years agoFS-10409: [core] Crash (ABRT) using conferencing -- related to FS-10132 #resolve
Anthony Minessale [Mon, 26 Jun 2017 21:31:34 +0000 (16:31 -0500)] 
FS-10409: [core] Crash (ABRT) using conferencing -- related to FS-10132 #resolve

8 years agoFS-10405: fix typo in timer destroy check
Mike Jerris [Mon, 26 Jun 2017 19:17:17 +0000 (14:17 -0500)] 
FS-10405: fix typo in timer destroy check

8 years agoFS-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak
Anthony Minessale [Mon, 26 Jun 2017 17:56:42 +0000 (12:56 -0500)] 
FS-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak

8 years agoFS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on...
Andrey Volk [Wed, 21 Jun 2017 22:51:46 +0000 (01:51 +0300)] 
FS-9717 [Build-System] Fix missing mods in msi packages. Fix x64 release build on a clean tree on windows.

8 years agoFS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active...
Anthony Minessale [Thu, 22 Jun 2017 20:48:20 +0000 (15:48 -0500)] 
FS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active #resolve

8 years agoFS-10405: [core] Fix Timer destroy error on one legged calls
Mike Jerris [Mon, 19 Jun 2017 17:57:31 +0000 (13:57 -0400)] 
FS-10405: [core] Fix Timer destroy error on one legged calls

8 years agomanually cherry pick 7c19615 -- FS-10417: [freeswitch-core] Reduce flicker in screen...
Anthony Minessale [Thu, 22 Jun 2017 00:29:45 +0000 (19:29 -0500)] 
manually cherry pick 7c19615 -- FS-10417: [freeswitch-core] Reduce flicker in screen sharing

8 years agoversion bump v1.6.18
Ken Rice [Mon, 12 Jun 2017 21:14:49 +0000 (16:14 -0500)] 
version bump

8 years agoFS-10383 [freeswitch-core] Destroy RTP session write timer
Roman Sukhov [Fri, 9 Jun 2017 22:05:54 +0000 (01:05 +0300)] 
FS-10383 [freeswitch-core] Destroy RTP session write timer

8 years agoFS-10378: [freeswitch-core] VPX Tweaks
Anthony Minessale [Thu, 8 Jun 2017 00:41:21 +0000 (19:41 -0500)] 
FS-10378: [freeswitch-core] VPX Tweaks

8 years agoFS-10379: [mod_conference] Set canvas size based on a variable
Anthony Minessale [Wed, 7 Jun 2017 23:07:00 +0000 (18:07 -0500)] 
FS-10379: [mod_conference] Set canvas size based on a variable

8 years agoFS-10378: [freeswitch-core] VPX Tweaks #resolve
Anthony Minessale [Wed, 7 Jun 2017 22:59:35 +0000 (17:59 -0500)] 
FS-10378: [freeswitch-core] VPX Tweaks #resolve

8 years agoFS-10084 [mod_v8] If the value passed is negative, block until event is received
Nicholas Blasgen [Sun, 12 Mar 2017 18:20:11 +0000 (18:20 +0000)] 
FS-10084 [mod_v8] If the value passed is negative, block until event is received

8 years agoFS-10372: [Build-System,fs-utils] #resolve
Anthony Minessale [Tue, 6 Jun 2017 18:56:15 +0000 (13:56 -0500)] 
FS-10372: [Build-System,fs-utils]  #resolve

8 years agoFS-10371: [mod_httapi] Typo in httapi causes files to always report video #resolve
Anthony Minessale [Tue, 6 Jun 2017 17:37:56 +0000 (12:37 -0500)] 
FS-10371: [mod_httapi] Typo in httapi causes files to always report video #resolve

8 years agoFS-10369: [freeswitch-core] Preserve original progress time when getting more than one
Anthony Minessale [Tue, 6 Jun 2017 14:08:09 +0000 (09:08 -0500)] 
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one

8 years agoFS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory...
Anthony Minessale [Mon, 5 Jun 2017 23:15:18 +0000 (18:15 -0500)] 
FS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory leak #resolve

Conflicts:
src/switch_channel.c

8 years agoFS-10257: [mod_sofia] libsofia-sip-ua/msg no longer builds on Arch Linux due to ...
Brian West [Mon, 5 Jun 2017 22:44:42 +0000 (17:44 -0500)] 
FS-10257: [mod_sofia] libsofia-sip-ua/msg no longer builds on Arch Linux due to -Werror=parentheses

Conflicts:
libs/sofia-sip/.update

8 years agoFS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed...
Anthony Minessale [Mon, 5 Jun 2017 23:31:56 +0000 (18:31 -0500)] 
FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS  #resolve

8 years agoupdate phrase
Mike Jerris [Mon, 5 Jun 2017 20:11:52 +0000 (15:11 -0500)] 
update phrase

8 years agoFS-10369: [freeswitch-core] Preserve original progress time when getting more than...
Anthony Minessale [Mon, 5 Jun 2017 19:20:21 +0000 (14:20 -0500)] 
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one #resolve

8 years agoFS-10362 [mod_lua] Update lua to 5.2.4 for windows build.
Andrey Volk [Fri, 2 Jun 2017 22:32:21 +0000 (01:32 +0300)] 
FS-10362 [mod_lua] Update lua to 5.2.4 for windows build.

Conflicts:
.gitignore
src/mod/languages/mod_lua/lua/lgc.c

8 years agoFS-10365 [mod_http_cache] Add mod_http_cache to the windows build.
Andrey Volk [Fri, 2 Jun 2017 22:01:08 +0000 (01:01 +0300)] 
FS-10365 [mod_http_cache] Add mod_http_cache to the windows build.

Conflicts:
Freeswitch.2015.sln

8 years agoFS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.
Andrey Volk [Fri, 2 Jun 2017 20:19:32 +0000 (23:19 +0300)] 
FS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.

8 years agoFS-10363 [Core] Move openssl to props on windows.
Andrey Volk [Fri, 2 Jun 2017 19:49:39 +0000 (22:49 +0300)] 
FS-10363 [Core] Move openssl to props on windows.

Conflicts:
w32/Library/FreeSwitchCore.2015.vcxproj

8 years agoFS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve
Anthony Minessale [Thu, 1 Jun 2017 23:36:38 +0000 (18:36 -0500)] 
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve

Conflicts:
html5/verto/js/src/jquery.FSRTC.js
html5/verto/video_demo-live_canvas/js/verto-min.js
html5/verto/video_demo/js/verto-min.js

8 years agoswigall
Ken Rice [Thu, 1 Jun 2017 23:02:50 +0000 (18:02 -0500)] 
swigall

8 years agoswigall
Mike Jerris [Thu, 1 Jun 2017 22:56:01 +0000 (17:56 -0500)] 
swigall

8 years agoFS-10269: [mod_conference] conference recording pause doesn't work correctly for...
Anthony Minessale [Thu, 1 Jun 2017 17:51:35 +0000 (12:51 -0500)] 
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video -- fix regression from change re: FS-10249

8 years agoFS-10249: [mod_av] Audio gradually falls behind video in recordings #comment Based...
Anthony Minessale [Wed, 31 May 2017 17:48:46 +0000 (12:48 -0500)] 
FS-10249: [mod_av] Audio gradually falls behind video in recordings #comment Based on that feedback, please try latest master

8 years agoFS-10269: [mod_conference] conference recording pause doesn't work correctly for...
Anthony Minessale [Tue, 30 May 2017 21:34:48 +0000 (16:34 -0500)] 
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve

8 years agoFS-10319: fix build errors from rtp ts changes
Mike Jerris [Mon, 15 May 2017 23:11:31 +0000 (18:11 -0500)] 
FS-10319: fix build errors from rtp ts changes

8 years agoFS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial...
Mike Jerris [Tue, 23 May 2017 21:06:57 +0000 (17:06 -0400)] 
FS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial invite on an inbound call leg

8 years agoFS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate...
Anthony Minessale [Sat, 20 May 2017 00:05:44 +0000 (19:05 -0500)] 
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension

8 years agoFS-10309: [verto_communicator] Add a loader that shows up when check network is calle...
Neto Guimaraes [Tue, 16 May 2017 14:26:59 +0000 (11:26 -0300)] 
FS-10309: [verto_communicator] Add a loader that shows up when check network is called and vanishes when the request is completed.
The button to check network now is disabled when a request is processing.

8 years agoFS-10310 [verto_communicator]: Adding validation at change login information modal
Neto Guimaraes [Mon, 15 May 2017 12:41:51 +0000 (09:41 -0300)] 
FS-10310 [verto_communicator]: Adding validation at change login information modal

8 years agoFS-8941: [verto_communicator] Add No Microphone label to audio devices
Tiago Lisboa [Wed, 10 May 2017 00:03:25 +0000 (21:03 -0300)] 
FS-8941: [verto_communicator] Add No Microphone label to audio devices

If no microphone was detected it was impossible to open a call.

So, add a No Microphone label, just like the No Camera, with id:none,
wich allow to enter a call with microphone disabled.

8 years agoFS-10300: [mod_verto] fix crash in multiple verto messages when processing messages...
Mike Jerris [Tue, 9 May 2017 15:47:00 +0000 (10:47 -0500)] 
FS-10300: [mod_verto] fix crash in multiple verto messages when processing messages with missing params

8 years agoFS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when...
Italo Rossi [Tue, 9 May 2017 14:44:30 +0000 (11:44 -0300)] 
FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries

8 years agoFS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered...
Italo Rossi [Tue, 9 May 2017 14:19:59 +0000 (11:19 -0300)] 
FS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered agent with member.

8 years agoFS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve
Brian West [Mon, 8 May 2017 21:58:16 +0000 (16:58 -0500)] 
FS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve

8 years agoFS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whites...
Anthony Minessale [Mon, 8 May 2017 19:01:56 +0000 (14:01 -0500)] 
FS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whitespace before or after debug #resolve

8 years agoFS-10285: [verto.js] Device enumeration in Edge #resolve
Anthony Minessale [Tue, 2 May 2017 22:12:19 +0000 (17:12 -0500)] 
FS-10285: [verto.js] Device enumeration in Edge #resolve

8 years agoFS-9242: [verto.js] Update WebRTC code in verto to match latest spec -- update to...
Anthony Minessale [Tue, 2 May 2017 21:07:44 +0000 (16:07 -0500)] 
FS-9242: [verto.js] Update WebRTC code in verto to match latest spec -- update to latest

8 years agoFS-10071 mod_perl safety fix for clone call
Mitch Capper [Thu, 23 Mar 2017 16:40:30 +0000 (09:40 -0700)] 
FS-10071 mod_perl safety fix for clone call
Adding NULL at the end of our fake ARGV string for completeness

8 years agoFS-10282: mod_opus: fix some logging for debug mode (when opus_debug is on)
Dragos Oancea [Tue, 2 May 2017 16:55:23 +0000 (17:55 +0100)] 
FS-10282: mod_opus: fix some logging for debug mode (when opus_debug is on)

8 years agoFS-10279: Fix double digit pronounciation (mod_say_nl).
Bas Couwenberg [Tue, 2 May 2017 07:28:01 +0000 (09:28 +0200)] 
FS-10279: Fix double digit pronounciation (mod_say_nl).

8 years agoFS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy
Roman Sukhov [Fri, 3 Mar 2017 11:23:57 +0000 (14:23 +0300)] 
FS-10085 [mod_callcenter] fix no_answer_delay_time behavoir in ring-all strategy

8 years agoFS-10111: mod_xml_cdr Create folder recursivery to the specified destination
Marc Olivier Chouinard [Wed, 8 Mar 2017 21:33:42 +0000 (16:33 -0500)] 
FS-10111: mod_xml_cdr Create folder recursivery to the specified destination

8 years agoFS-10172: mod_event_socket: handle return codes from switch_queue_trypush() , more...
Dragos Oancea [Thu, 23 Mar 2017 13:01:45 +0000 (13:01 +0000)] 
FS-10172: mod_event_socket: handle return codes from switch_queue_trypush() , more verbose logging when we cannot enqueue

8 years agoFS-10269: [mod_conference] conference recording pause doesn't work correctly for...
Anthony Minessale [Thu, 27 Apr 2017 22:57:26 +0000 (17:57 -0500)] 
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video -- partial

8 years ago[FS-10155] French digits are not spelled right
Merwan Ouddane [Thu, 13 Apr 2017 14:53:42 +0000 (16:53 +0200)] 
[FS-10155] French digits are not spelled right

8 years agoFS-10246 [Core] Fix VPX codecs for windows build
Andrey Volk [Tue, 18 Apr 2017 16:42:01 +0000 (19:42 +0300)] 
FS-10246 [Core] Fix VPX codecs for windows build

8 years agoFS-10270: [mod_conference] Regression in personal canvas -- from: f1d8685566bab20beab...
Anthony Minessale [Wed, 26 Apr 2017 20:25:04 +0000 (15:25 -0500)] 
FS-10270: [mod_conference] Regression in personal canvas -- from: f1d8685566bab20beabe82e27af6f895868d9d2f #resolve

8 years agoFS-10268. Set correct Event-Name for RECV_EVENT event in sofia endpoint
Alexey Melnichuk [Wed, 26 Apr 2017 14:15:51 +0000 (17:15 +0300)] 
FS-10268. Set correct Event-Name for RECV_EVENT event in sofia endpoint

8 years agoFS-10208: Exclude .git* files & gbp.conf from upstream tarball for Debian package.
Bas Couwenberg [Tue, 4 Apr 2017 15:10:01 +0000 (17:10 +0200)] 
FS-10208: Exclude .git* files & gbp.conf from upstream tarball for Debian package.

8 years agoFS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
Seven Du [Mon, 29 May 2017 09:48:41 +0000 (17:48 +0800)] 
FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t

8 years agoFS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext...
Dragos Oancea [Tue, 25 Apr 2017 00:41:55 +0000 (01:41 +0100)] 
FS-10264: extend switch_rtp_packet_t to fix jitter buffer bug triggered by RTP ext headers (RFC5285)

8 years agoFS-10228: [switch_pgsql] Avoiding double openssl initialization when using core pgsql
Italo Rossi [Fri, 21 Apr 2017 03:22:20 +0000 (00:22 -0300)] 
FS-10228: [switch_pgsql] Avoiding double openssl initialization when using core pgsql

8 years agoFS-10261: Fire conference-destroy event later
Chad Phillips [Mon, 24 Apr 2017 13:33:38 +0000 (08:33 -0500)] 
FS-10261: Fire conference-destroy event later

The conference-destroy event can fire later, after more conference shutdown
operations are complete, such as closing open recording files.

8 years agoFS-10258: [mod_sofia] FW must keep previously negotiated DTLS role during SIP re...
Anthony Minessale [Mon, 24 Apr 2017 17:22:03 +0000 (12:22 -0500)] 
FS-10258: [mod_sofia] FW must keep previously negotiated DTLS role during SIP re-INVITE

8 years agoFS-10150: [freeswitch-core] Reduce writes to closed ssl sockets -- same fix for non...
Anthony Minessale [Fri, 21 Apr 2017 20:43:40 +0000 (15:43 -0500)] 
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets -- same fix for non-ssl sockets #resolve

8 years agoFS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conferenc...
Anthony Minessale [Thu, 20 Apr 2017 21:41:53 +0000 (16:41 -0500)] 
FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group -- fix regression when playing files into a group layout

8 years agoFS-10246: [build] fix code can not be reached build error
Mike Jerris [Thu, 20 Apr 2017 20:49:30 +0000 (15:49 -0500)] 
FS-10246: [build] fix code can not be reached build error

8 years agoFS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up...
Brian West [Thu, 20 Apr 2017 17:48:49 +0000 (12:48 -0500)] 
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve

8 years agoFS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up...
Brian West [Thu, 20 Apr 2017 17:28:45 +0000 (12:28 -0500)] 
FS-10169: [mod_local_stream] When using local stream commands FreeSWITCH locks up #resolve

8 years agoFS-10251 [mod_rayo] fix defects found by clang-analyzer
Chris Rienzo [Thu, 20 Apr 2017 13:02:46 +0000 (09:02 -0400)] 
FS-10251 [mod_rayo] fix defects found by clang-analyzer

8 years agoFS-10241: Convert sofia_send_info_vid_refresh to a chanvar.
Josh Allmann [Wed, 19 Apr 2017 21:41:49 +0000 (21:41 +0000)] 
FS-10241: Convert sofia_send_info_vid_refresh to a chanvar.