19949 Commits

Author SHA1 Message Date
Sergey Khripchenko
f444f7a6f4 FS-11056: [core] fix RTCP lost calculation
RTCP/Receiver Report/lost field is a _signed_ 24bit integer and it could be negative (in case of UDP duplication)
+ any negatives now threated as huge uint32_t
+ set this field properly on __BIG_ENDIAN
+ correctly read this value in received RTCP on all arches
2018-03-23 16:00:38 -04:00
Mike Jerris
8f906c28b8 FS-11038: [mod_sofia] fix crash in gwlist api command 2018-03-15 17:28:36 -04:00
Mike Jerris
615c8da7fe FS-10853: Fix unitialzed var 2018-03-15 17:06:25 -04:00
Ethan Atkins
737d1b4ec8 FS-11037: [mod_lua] reduce logging levels 2018-03-15 16:49:18 -04:00
Brian West
720fd80797 FS-11036: [mod_rtmp] No audio on rtmp clients #resolve 2018-03-15 12:43:29 -05:00
Anthony Minessale
de27ef94f6 FS-11031: [mod_conference] refresh and keyframes sent too often in multi-canvas mode #resolve 2018-03-15 12:36:00 -05:00
Brian West
616490e9a8 FS-10913: [mod_sofia] ignore_early_media=ring_ready not transitioning #resolve 2018-02-06 14:25:49 -06:00
Brian West
d9cec0fc27 FS-10913: [mod_sofia] ignore_early_media=ring_ready not transitioning #resolve 2018-02-02 10:05:34 -06:00
Mike Jerris
c11c8491cc FS-10926: [mod_sofia] fix crash from malformed as-feature-event subscribe messae with malformed xml 2018-01-29 13:39:41 -06:00
Brian West
074c179f6b FS-10880: [mod_sofia] SIP INFO DTMF method not working on b-leg #resolve 2018-01-22 15:58:29 -06:00
Brian West
71dff4aeea FS-10904: [core] DTMF only works from one phone during shared call (SCA) #resolve 2018-01-16 13:58:17 -06:00
Brian West
63a46ac5d0 FS-10908: [mod_amqp] AMQP routing key (format_fields) formation broke and invalid reads reported by valgrind #resolve 2018-01-16 13:58:09 -06:00
Seven Du
bcf5a89339 FS-10859 #resolve 2018-01-15 01:44:56 -05:00
Praveen Kumar
cd20145b34 FS-10833: [mod_amqp] memory leak on reconnection attempt to RabbitMQ broker
Memory leak happening during reconnection attempt after connectivity loss with
RabbitMQ broker.

With these changes, memory leak issue has been addressed and the object has
been properly freed.
2018-01-15 01:44:48 -05:00
Seven Du
f2ce1dbb82 FS-10832 #resolve 2018-01-15 01:44:39 -05:00
Andrey Volk
fd23697e0b FS-10789: [mod_v8] v8 segs on invalid instruction 2018-01-15 01:44:31 -05:00
Seven Du
41afe53fbe FS-10815 #resove 2018-01-15 01:44:23 -05:00
Brian West
967e28ad15 FS-10899: [core] 3pcc-mode=proxy is proxying SDP in the 200OK with late offer invites #resolve 2018-01-15 01:44:15 -05:00
Brian West
9b61add5e9 FS-10903: [mod_sofia,mod_valet_parking] Fix Issue with subscriptions and Valet Parking #resolve 2018-01-15 01:44:07 -05:00
Anthony Minessale
583bcded23 FS-10897: [mod_verto] Possible crash in verto during error condition #resolve 2018-01-15 01:43:58 -05:00
Anthony Minessale
738823b180 FS-10896: [freeswitch-core] Parse error on originate syntax with nested square brackets #resolve 2018-01-15 01:43:49 -05:00
Anthony Minessale
ab6a1ab46c FS-10893: [mod_conference] Add more banner text params #resolve 2018-01-15 01:43:32 -05:00
Anthony Minessale
1ac50a9d17 FS-10883: [mod_conference] Conference member can get stuck read locked #resolve 2018-01-15 01:43:24 -05:00
Brian West
d5fd512688 FS-10805: [mod_amqp] Memory Leak in mod_amqp #resolve 2018-01-15 01:43:17 -05:00
Anthony Minessale
e952469e86 FS-10871: [mod_conference] Zoomed layouts do not auto-center in mod_conference #resolve 2018-01-15 01:43:10 -05:00
Brian West
f2d6f29928 FS-10865: [mod_conference] conference transfer event reports incorrect info in New-Conference-Name #resolve 2018-01-15 01:42:57 -05:00
Brian West
79d7aa506f FS-10749: [mod_amqp] Crash on unload after mod_amqp reloaded with command + incorrect command behavior #resolve 2018-01-15 01:42:46 -05:00
Brian West
3df3797376 FS-10867: [freeswitch-core] Prevent stack smash when queing multiple sound files without event-lock #resolve 2018-01-15 01:42:38 -05:00
Anthony Minessale
9df8d2f300 FS-10860: [core] Distorted music when playing it as local stream into a conference as hold music #resolve 2018-01-15 01:42:06 -05:00
Anthony Minessale
91cc3c56e0 FS-10854: [mod_conference] Canvas FG Image not refreshed before writing to video recordings #resolve 2018-01-15 01:41:48 -05:00
Anthony Minessale
cf12785b33 FS-10243: [mod_conference] Add conference variables 2018-01-15 01:41:38 -05:00
Brian West
628cf17597 FS-10840: [mod_sofia] max-registrations-per-extension parameter is not multi-tennant 2018-01-15 01:41:28 -05:00
Seven Du
e65f63ae25 tweak av and ensure first image write at pts = 0 to avoid a black screen 2018-01-15 01:41:04 -05:00
Anthony Minessale
42d26c4d1a FS-10890: [mod_av] Wrongly calculated delta_tmp for end of video file recording #resolve 2018-01-15 01:40:56 -05:00
Anthony Minessale
7f57dc0455 FS-10821: [mod_conference] fix arg parser in file vol command in conference #resolve 2018-01-15 01:40:10 -05:00
Seven Du
e75818fb79 fix split slice 2018-01-15 01:40:01 -05:00
Brian West
760dc31ee6 FS-10892: [mod_av] Lip Sync Improvements #resolve 2018-01-15 01:39:54 -05:00
Anthony Minessale
f8a825c6c8 FS-10891: [mod_conference] Refactor mux video to be smoother #resolve 2018-01-15 01:39:44 -05:00
Anthony Minessale
9a8cbf7797 FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:39:20 -05:00
Anthony Minessale
ba5f0d0b28 FS-10769: [mod_av,mod_conference] Lipsync issues in conference recording 2018-01-15 01:39:13 -05:00
Anthony Minessale
f97ddc8b6a FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:39:04 -05:00
Anthony Minessale
4479c906f9 FS-10802: [mod_conference] Convert conference floor to id based 2018-01-15 01:38:54 -05:00
Anthony Minessale
ee49d90c46 FS-10803: [mod_conference] Add support for alternate video layout config per conference profile 2018-01-15 01:38:45 -05:00
Anthony Minessale
1f738fd699 FS-10803: [mod_conference] Add support for alternate video layout config per conference profile #resolve 2018-01-15 01:38:31 -05:00
Anthony Minessale
c779dbef50 FS-10802: [mod_conference] Convert conference floor to id based #resolve 2018-01-15 01:38:22 -05:00
Anthony Minessale
1ea2a1849f remove hack for chrome we don't need anymore 2018-01-15 01:38:10 -05:00
Anthony Minessale
9e9866a033 FS-10799: [mod_commands] Add toupper and tolower api funcs #resolve 2018-01-15 01:37:31 -05:00
Anthony Minessale
2f2568cdd0 FS-10762: [freeswitch-core] Websocket logic error 2018-01-15 01:36:58 -05:00
Anthony Minessale
6dbd260723 FS-10770: [freeswitch-core] Make nack buffer bigger by default 2018-01-15 01:35:32 -05:00
Anthony Minessale
e9c2f09c58 FS-10770: [freeswitch-core] Make nack buffer bigger by default 2018-01-15 01:35:25 -05:00