Mike Jerris
b1237ffef4
FS-10405: fix typo in timer destroy check
2017-06-26 14:17:17 -05:00
Mike Jerris
3bcf5b7ff8
FS-9785: upgrade libsrtp to 2.1
2017-06-26 14:14:36 -05:00
Anthony Minessale
19e8621682
FS-10417: [freeswitch-core] Reduce flicker in screen sharing -- minor tweak
2017-06-26 12:56:42 -05:00
Anthony Minessale
e78f3f0c04
FS-10387: [core] High memory usage with mod_sofia, osmo-nitb and DTX setting active #resolve
2017-06-22 15:48:20 -05:00
Anthony Minessale
7c19615890
FS-10417: [freeswitch-core] Reduce flicker in screen sharing #resolve
2017-06-21 19:26:18 -05:00
Mike Jerris
752f46ece9
FS-10405: [core] Fix Timer destroy error on one legged calls
2017-06-19 13:57:31 -04:00
Brian West
5f5fb33ea9
FS-10356: [core] Do not blindly print error string from rtp/stun packets
2017-06-15 09:47:16 -05:00
Trevor Alpeter
09174819a9
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
2017-06-13 09:39:07 -04:00
Italo Rossi
b4ada1b849
FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent
...
Now we're passing member_session as session parameter to switch_ivr_originate, this will make
the cc_export_vars no longer needed in the future as now all the variables previously
exported will be seen by switch_ivr_originate because member_session is the ORIGINATOR.
cc_export_vars still works.
2017-06-13 00:12:15 -03:00
Sebastian Kemper
56f766f357
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>
2017-06-10 12:48:28 +02:00
Roman Sukhov
feccf1e874
FS-10383 [freeswitch-core] Destroy RTP session write timer
2017-06-10 01:05:54 +03:00
Brian West
44c6ad50d2
Merge pull request #1301 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-10377-add-fax-document-total-pages-to to master
...
* commit '2c822ed4e641054eca8632c80223355f3f23b9c6':
FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events
2017-06-09 15:05:32 +00:00
Anthony Minessale
00ab2b40b4
FS-10378: [freeswitch-core] VPX Tweaks
2017-06-07 19:41:21 -05:00
Anthony Minessale
73adcdb3d8
FS-10379: [mod_conference] Set canvas size based on a variable #resolve
2017-06-07 18:07:00 -05:00
Anthony Minessale
fd3d4e4d31
FS-10378: [freeswitch-core] VPX Tweaks #resolve
2017-06-07 18:00:57 -05:00
Andrey Volk
2c822ed4e6
FS-10377 [mod_spandsp] Add fax-document-total-pages to spandsp::txfaxnegociateresult and spandsp::txfaxpageresult events
2017-06-07 23:55:12 +03:00
Mike Jerris
2de96120e4
FS-10373: remove last bits of old in tree lua references from build system
2017-06-07 10:15:07 -05:00
Mike Jerris
95c7fb0155
Merge pull request #1221 in FS/freeswitch from ~NBLASGEN/freeswitch:feature/FS-10084-mod_v8-block-for-event to master
...
* commit 'd9c6ebc8031ef665f0332b3832030d8cb95b61b7':
FS-10084 [mod_v8] Fixed incorrect variable name
FS-10084 [mod_v8] If the value passed is negative, block until event is received
2017-06-06 18:40:58 +00:00
Anthony Minessale
690f7cbe9f
FS-10371: [mod_httapi] Typo in httapi causes files to always report video #resolve
2017-06-06 12:37:56 -05:00
Anthony Minessale
ff16279628
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one
2017-06-06 09:08:09 -05:00
Anthony Minessale
a09c9cfa7a
FS-10189: [core] switch_core_add_state_handler runtime.state_handler_index may exceed SWITCH_MAX_STATE_HANDLERS #resolve
2017-06-05 18:31:56 -05:00
Anthony Minessale
a59056a69d
FS-10240: [freeswitch-core] Use the "Negative Lookahead" in xml dialplan cause memory leak #resolve
2017-06-05 18:15:18 -05:00
Anthony Minessale
3af93449b0
FS-10369: [freeswitch-core] Preserve original progress time when getting more than one #resolve
2017-06-05 14:20:26 -05:00
Andrey Volk
cbe8c8b521
FS-10362 [mod_lua] Update lua to 5.2.4 for windows build.
2017-06-03 02:08:21 +03:00
Andrey Volk
9b1d58653c
FS-10365 [mod_http_cache] Add mod_http_cache to the windows build.
2017-06-03 01:01:08 +03:00
Andrey Volk
c877b35096
FS-10364 [mod_event_multicast] Enable encryption on windows by adding missing defines.
2017-06-02 23:19:32 +03:00
Anthony Minessale
58b163e08d
FS-10360: [freeswitch-core,verto.js] FireFox Screen Sharing #resolve
2017-06-01 18:36:38 -05:00
Anthony Minessale
d99efb6997
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video -- fix regression from change re: FS-10249
2017-06-01 12:51:40 -05:00
Mike Jerris
0a19bb5d45
Merge pull request #1292 in FS/freeswitch from bugfix/FS-10352-seg-when-nack-received to master
...
* commit 'b79fd1f14fc73e4f884422f30e6f264c94953653':
FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
2017-06-01 15:23:26 +00:00
Anthony Minessale
7350382ac4
FS-10249: [mod_av] Audio gradually falls behind video in recordings #comment Based on that feedback, please try latest master
2017-05-31 12:48:46 -05:00
Anthony Minessale
c15a7d1f89
FS-10269: [mod_conference] conference recording pause doesn't work correctly for video #resolve
2017-05-30 16:34:48 -05:00
Seven Du
b79fd1f14f
FS-10352 #resolve fix size doesn't match causing segs when casts to switch_rtp_packet_t
2017-05-29 17:48:57 +08:00
Anthony Minessale
84ec92048a
FS-10249: [mod_av] Audio gradually falls behind video in recordings
2017-05-26 17:41:07 -05:00
Mike Jerris
414f8085bb
FS-10319: fix casting
2017-05-25 18:39:04 -04:00
Mike Jerris
aa4aeb9fbe
FS-10319: fix casting
2017-05-25 12:11:26 -05:00
Anthony Minessale
21f250f115
FS-10249: [mod_av] Audio gradually falls behind video in recordings
2017-05-25 12:01:23 -05:00
Brian West
983600214c
FS-10341: [mod_conference] Remove unused conference object member from FS-5461 #resolve
2017-05-24 17:30:12 -05:00
Anthony Minessale
ac6092e6db
FS-10340: [mod_conference] Zoom layers not working right when input image is same height as the layer #resolve
2017-05-24 14:18:56 -05:00
Mike Jerris
8afac73cd6
FS-10338: [mod_sofia] add sip_invite_stamp variable of the time we received initial invite on an inbound call leg
2017-05-23 17:07:08 -04:00
Anthony Minessale
ea05cb22bb
reswig
2017-05-23 12:42:43 -05:00
Anthony Minessale
a14651110b
FS-10231: [freeswitch-core] Some media bugs not fully cleaned up when session is destroyed #comment Regression causing deadlock when holding write lock and close/destroying all the bugs but the video recording thread tries to read lock. Separating destroy out so it can be called outside the lock after the bugs are detached.
2017-05-23 12:30:50 -05:00
Anthony Minessale
49468d480f
FS-10335: [mod_av] Colors in recorded MP4 appear dull #resolve
2017-05-22 19:58:37 -05:00
Anthony Minessale
bbd87e4a67
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension
2017-05-19 19:05:44 -05:00
Anthony Minessale
513b9f522a
FS-10249: [mod_av] Audio gradually falls behind video in recordings
2017-05-19 18:23:42 -05:00
Anthony Minessale
e76ccc3955
FS-10249: [mod_av] Audio gradually falls behind video in recordings
2017-05-19 17:38:08 -05:00
Anthony Minessale
a1fc18aee5
FS-10249: [mod_av] Audio gradually falls behind video in recordings
2017-05-18 18:19:17 -05:00
Anthony Minessale
e7397a896e
FS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve
2017-05-18 16:30:20 -05:00
Anthony Minessale
cc92f5a2ce
FS-10249: [mod_av] Audio gradually falls behind video in recordings #resolve
2017-05-18 14:34:46 -05:00
Anthony Minessale
abd7545608
FS-10326: [mod_conference] Memory leak while playing video files that contain only a video stream #resolve
2017-05-18 13:42:40 -05:00
Anthony Minessale
c70fc7a940
FS-10328: [freeswitch-core] Add method to allow orphaned B legs during originate to transfer to another extension #resolve
2017-05-18 11:57:37 -05:00