Anthony Minessale
56a68e3ad9
FS-8677 #resolve [Crash (possible memory corruption) after codec change]
2016-01-06 10:10:14 -06:00
Anthony Minessale
350a739da8
FS-8650 #resolve [Add switch_must_malloc/switch_must_realloc/switch_must_strdup and use it in switch_xml.c]
2015-12-11 16:57:30 -06:00
Anthony Minessale
6cd796a9bc
FS-8293 add quality level 0 to conference (default is 1) and fix some logic in auto bw
2015-12-09 15:33:26 -06:00
Anthony Minessale II
b52a57e751
Merge pull request #620 in FS/freeswitch from feature/FS-8188 to master
...
* commit 'f917a72c8451416ed992d798cabddee0de5b9b5b':
FS-8188 add park_after_early_bridge transfer_after_early_bridge variables
2015-12-04 10:09:25 -06:00
Anthony Minessale
860a799c1d
FS-8547 #resolve [Add error log into stats to log when quality impacting events begin and end]
2015-11-17 15:09:00 -06:00
Anthony Minessale II
a5f10d72eb
Merge pull request #590 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:rtcp-debug-fix to master
...
* commit 'cc1bf31078a6bac90aa0acb30ff4131dbf66ab9f':
FS-8534: calculate RTT average (RTCP SR)
2015-11-13 10:25:03 -06:00
Dragos Oancea
cc1bf31078
FS-8534: calculate RTT average (RTCP SR)
2015-11-12 18:50:38 -05:00
Anthony Minessale
aa0b28e235
WIP not shabby auto vid settings
2015-11-06 14:01:54 -06:00
Anthony Minessale
b40454209b
FS-8154 #resolve [Segmentation fault occurs while eavesdropping on video call]
2015-10-29 15:30:59 -05:00
Mike Jerris
6b5b1a3d86
FS-8389: [build] Fix msvc 2015 build warnings
2015-10-26 13:45:48 -04:00
Anthony Minessale
a53659c086
FS-7929 #resolve [ignore_early_media=true behaviour]
2015-10-08 13:17:39 -05:00
Brian West
75b01a306e
FS-8130
2015-10-04 16:53:54 -05:00
Mike Jerris
a2b3759ea7
Merge pull request #503 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-8195-compatibility-with-solaris-11-process to master
...
* commit '9461ed13358eb0231ab75871158eae92dab66cd2':
FS-8195 Compatibility with Solaris 11 process privileges
2015-10-02 21:00:18 -05:00
Stanislav Sinyagin
9461ed1335
FS-8195 Compatibility with Solaris 11 process privileges
...
Now the daemon manages its privileges correctly, so that -rp, -u,
-g and -lp can be supported, also in a Solaris zone.
Also fixed a problem that switch_log_printf() was used before the
logger was initialized, so the messages were sent to nowhere.
2015-10-03 01:52:37 +00:00
Anthony Minessale
32b43866f8
FS-8240 add video profile param for recording 264 and make it default
2015-09-30 11:42:46 -05:00
Anthony Minessale
43ef01fbbe
correct version of proposed patch
2015-09-23 11:58:57 -05:00
Anthony Minessale
f917a72c84
FS-8188 add park_after_early_bridge transfer_after_early_bridge variables
2015-09-21 18:55:21 -05:00
Anthony Minessale
f8b19b7485
FS-8190 #resolve [When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command]
2015-09-21 18:00:32 -05:00
Anthony Minessale
8a0366b999
FS-8130 running out of witty commit msgs
2015-09-21 14:08:38 -05:00
Anthony Minessale
0f490fdab1
FS-8130 add support for timestamp based counting for jitter buffer in audio mode
2015-09-15 14:59:11 -05:00
Anthony Minessale
52afedf23d
FS-8053 addtl touchups
2015-09-15 12:14:09 -05:00
Anthony Minessale
eea76c8856
FS-8130
...
Port video buffer to also support audio and remove original STFU jitter buffer
Add some more resilience to video packet loss
Add codec control mechanism for both call-specific debug and codec/call specfic params
Make opus function better in packet loss and latent situations
Use new codec control prams to make JB lookahead FEC optionally enabled or disabled mid-call
Add Param to allow JB lookahead to be enabled.
2015-09-14 13:30:08 -05:00
Stanislav Sinyagin
98a190a107
FS-7967 SmartOS compatibility
...
configure.ac: honor NetBSD and SmartOS in search for system lua
src/switch_utf8.c: remove switch_u8_vprintf and switch_u8_printf
replace u_int32_t with C99 standard uint32_t, and also the same for
8,16,64 bit
2015-09-09 21:39:41 +00:00
Mike Jerris
bd1fad2e2c
Merge pull request #214 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7344-ack-invite-3pcc-race to master
...
* commit '8ea99bfccfa85ef94b13693db6489aec3dca2c88':
FS-7344: Fix race condition for INVITE right after ACK in 3PCC mode.
2015-09-09 12:51:22 -05:00
Anthony Minessale II
c73d3123b2
Merge pull request #475 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8142-switch_core_session-thread-cache-races to master
...
* commit 'cd4c3188e4f715ff129dc4eea1a4ba50140c2a42':
FS-8142 Fix a thread cache thread-safety and caching
2015-09-09 11:38:14 -05:00
Artur Zaprzała
cd4c3188e4
FS-8142 Fix a thread cache thread-safety and caching
2015-09-09 10:42:10 +02:00
Artur Zaprzała
9e29ea01b5
FS-8141 Add support for apr_queue_term() to switch_apr.c
2015-09-09 10:30:19 +02:00
Artur Zaprzała
8ea99bfccf
FS-7344: Fix race condition for INVITE right after ACK in 3PCC mode.
2015-09-03 22:32:32 +02:00
Anthony Minessale
8ee69ead0d
FS-8118 #resolve [Verto calls do not properly reject video when video is offered but only audio is accepted]
2015-09-02 18:07:58 -05:00
Mike Jerris
46c0d05216
FS-7966: fix more msvc 2015 build warnings.
2015-09-02 13:07:17 -04:00
Anthony Minessale
2feae3fc69
FS-6833 #comment please test this branch
2015-09-01 16:31:23 -05:00
Michael Jerris
d5b906b22e
FS-7983: fix syntax error in previous patch
2015-09-01 13:31:37 -05:00
Mike Jerris
8577601f5f
Merge pull request #400 in FS/freeswitch from ~BRADLEYJOKINEN/freeswitch:FS-7983 to master
...
* commit '723e8a1f9a899564b89e70d5e6c4a8799413579b':
FS-7983 Added param for specifying video encoding speed
2015-09-01 12:58:34 -05:00
Mike Jerris
9485fc9581
FS-7966: multiple fixes for msvc 2015 build
2015-08-27 14:37:33 -06:00
Anthony Minessale
f8592ab539
FS-8069 #resolve [ipv6 support missing in stun code]
2015-08-27 13:46:26 -05:00
Bradley Jokinen
723e8a1f9a
FS-7983 Added param for specifying video encoding speed
...
With this patch, the param vencspd can be set to slow, medium, or fast to
adjust the speed of video encoding on a per file basis. Currently, this
only has an affect on files recorded using mod_av with H.264 as the video
codec.
2015-08-25 09:02:53 -05: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
Anthony Minessale
135e8d6d93
FS-8006 #resolve [switch_core_video_thread_callback_func_t is not like other callbacks]
2015-08-19 14:58:13 -05:00
Anthony Minessale
c727b985eb
FS-7908 FS-7092 refactor #comment test
2015-07-30 18:11:13 -05:00
Mike Jerris
3e0a0ba833
attempt to optimize patch function
2015-07-29 22:11:59 -05:00
Mike Jerris
c6596b1bd0
attempt to optimize patch function
2015-07-29 21:03:02 -05:00
Chris Rienzo
6a0bfbf61a
FS-7912 add session UUID to embedded language (lua, javascript, etc) logs when session sanity check fails
2015-07-29 15:11:47 -04:00
Anthony Minessale
34fd0e9ad8
FS-7769 More features
...
add var=val member lookup usable wherver member_id is valid in api commands
add bgimg to layouts with api command or config for global setting
fix bug with overlap layouts combined with odd sized layers
improve switch_img_fit to take a modifier for fit, streach or both at once
2015-07-28 19:43:04 -05:00
Mike Jerris
6fb5058257
Merge pull request #358 in FS/freeswitch from ~MICHAELGG/freeswitch:processor_times to master
...
* commit 'ba9c44bbd0fd0958f48744fcf00b6c619c0202fc':
FS-7885 Add getcputime command
2015-07-24 10:29:31 -05:00
Michael Giagnocavo
ba9c44bbd0
FS-7885 Add getcputime command
2015-07-24 02:34:00 -06:00
William King
1442aeb425
FS-7860 #resolve
2015-07-20 21:09:25 -07:00
Chris Rienzo
05cc8bb37d
FS-7780 add new channel variable max_session_transfers. If set, this variable is used to count
...
the number of session transfers allowed instead of the max_forwards variable. If not set, the existing
behavior is preserved.
2015-07-06 15:26:56 -04:00
Mike Jerris
a817701824
Merge pull request #290 in FS/freeswitch from ~SAFAROV/freeswitch2:mod_erlang_socket to master
...
* commit '97c25275a629f88700d28513a98f234d821ac9d7':
FS-7628: mod_erlang_event - added ipv6 support
2015-07-03 18:00:08 -05:00
karl anderson
b2b9555d34
FS-7760 #resolve
...
added xml fetch for channels to externally support nightmare transfer
depends on channel-xml-fetch-on-nightmare-transfer profile param (default is disabled)
2015-07-03 19:28:17 +01:00
Sergey Safarov
97c25275a6
FS-7628: mod_erlang_event - added ipv6 support
2015-06-23 10:41:40 +03:00