19784 Commits

Author SHA1 Message Date
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
Anthony Minessale
4c78733189 FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's 2017-05-16 14:50:21 -05:00
Anthony Minessale
77b78a7895 FS-10312: [mod_event_socket] bgapi uuid_transfer using -both option is not transfering both uuid's #resolve 2017-05-16 13:16:33 -05:00
Mike Jerris
442ba2d8fe FS-10319: fix build errors from rtp ts changes 2017-05-15 18:11:46 -05:00
Anthony Minessale
71514ca00d FS-10311: [core] RTP timestamp rollover calculation is incorrect 2017-05-15 18:00:40 -05:00
Anthony Minessale
69b723b12d FS-10320: [mod_av] Playing a file with audio only with mod_av can crash when attempting to seek #resolve 2017-05-15 17:28:04 -05:00
Anthony Minessale
7a46fd67cd FS-10311: [core] RTP timestamp rollover calculation is incorrect 2017-05-12 14:35:13 -05:00
Anthony Minessale
fb47697c71 FS-10311: [core] RTP timestamp rollover calculation is incorrect #resolve 2017-05-12 14:05:24 -05:00
Anthony Minessale
db2486919d FS-10307: [freeswitch-core] Repetitive verto re-attach with video only channels can cause a buffer overflow #resolve 2017-05-11 13:22:45 -05:00
Eduardo Marinho
be741eab2c FS-10304: [mod_callcenter] Prevent infinite logging when a stale queue member in found in the database
Having a member from a queue that is no longer found on the current system
causes infinite logging about skipping a member.

There is already cleanup code for abandoned calls in same function, but it can
never be reached for this case, because there is no queue.

If the queue is never found again in the system, the logging would continue
forever or until the stale record gets removed from the database.

FS-10304 #resolve
2017-05-11 09:43:58 -03:00
Mike Jerris
a249a7f30a FS-10300: [mod_verto] fix crash in multiple verto messages when processing messages with missing params 2017-05-09 12:22:15 -05:00
Mike Jerris
5d8fad1ee1 FS-10300: [mod_verto] fix crash in verto.answer processing when missing params in message 2017-05-09 10:47:00 -05:00
Italo Rossi
faf87febdb FS-10299 [mod_callcenter] Removing global lock on all cc_execute_sql functions when executing database queries 2017-05-09 11:44:30 -03:00
Italo Rossi
97cece8968 FS-10298 [mod_callcenter] Firing bridge-agent-end if we failed to bridge answered agent with member. 2017-05-09 11:20:04 -03:00
Brian West
521d74dae0 FS-10267: [freeswitch-core] zrtp_enrollment broken since 1.6.13 #resolve 2017-05-08 16:58:23 -05:00
Anthony Minessale
fc2494cf32 FS-10295: [freeswitch-core] Remove debug log line #resolve 2017-05-08 16:44:15 -05:00
Anthony Minessale
ee7a52d9b7 FS-10291: [fs_cli] fs_cli Error indicated on console loglevel debug with extra whitespace before or after debug #resolve 2017-05-08 14:01:56 -05:00
Anthony Minessale
5d4ac1cd3b FS-10284: [core] rtp session variable "ts" can wrap to zero for long running calls, causing incorrect logic to be executed #resolve 2017-05-05 11:19:17 -05:00
Brian West
69b45859a9 FS-10050: [core] chromakey 2017-05-04 11:12:12 -05:00
Anthony Minessale
bfe1a84c39 FS-9922: [mod_conference] Auto Energy Level 2017-05-03 15:25:04 -05:00
Anthony Minessale
a0d0dc2d3e FS-10286: [mod_conference] Sync member joins up with keyframes in shared encoder mode #resolve 2017-05-03 14:30:07 -05:00
Anthony Minessale
77e7d1c216 FS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_stream 2017-05-03 13:50:49 -05:00
Anthony Minessale
5ce389db05 FS-9958: [freeswitch-core,mod_local_stream] Add agc object and use it in mod_local_stream 2017-05-03 13:48:03 -05:00
Mike Jerris
7a8495a43b Merge pull request #1240 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:bugfix/FS-10071-mod_perl-crashes-on-ubuntu-but-not to master
* commit 'ba544dc746a4a265624f23d2c75c2e7d4c0dfd3f':
  FS-10071 mod_perl safety fix for clone call Adding NULL at the end of our fake ARGV string for completeness
2017-05-02 19:07:05 +00:00
Mike Jerris
f51b0a78fe Merge pull request #1264 in FS/freeswitch from ~DALFOS/freeswitch:bugfix/FS-7575-update-freeradius-client-to-1.1.7 to master
* commit '348ce5ff0951b0fe4f29f77f99cf44dfb1e62698':
  FS-7575 Update freeradius-client to 1.1.7
2017-05-02 18:03:05 +00:00