Commit Graph

33787 Commits

Author SHA1 Message Date
Andrey Volk 088f1f2011 FS-11915: Enable freeswitch-mod-cdr-pg-csv Debian package. 2019-07-04 10:46:35 +04:00
Andrey Volk 1d68ab18f4 FS-11797: Add metadata for two new Russian sound sets: ru/RU/kirill and ru/RU/vika 2019-06-29 20:54:32 +04:00
Andrey Volk 488d3725ff FS-11795: Bump sound versions, add es-ar-mario metadata 2019-06-29 20:50:30 +04:00
Andrey Volk 359287ffe2 FS-11902: [Core] Remove duplicate database indexes. 2019-06-29 03:17:41 +04:00
Andrey Volk cc61f11427 Revert "FS-11417: [mod_conference] Unbounded memory growth during screen share #resolve"
This reverts commit 143323e6ef.
2019-06-29 02:13:34 +04:00
Andrey Volk 4306efffbe FS-11895: [build] fix test build 2019-06-29 01:02:36 +04:00
Mike Jerris 4816af2f56 FS-11895: [build] fix test build 2019-06-27 17:52:47 -04:00
Mike Jerris 69af7afd4d FS-11895: [build] fix test build 2019-06-27 16:43:04 -04:00
Mike Jerris 25192d7d24 FS-11895: [build] fix test build 2019-06-27 15:56:23 -04:00
Mike Jerris 8e129b913d FS-11906: [mod_sofia] fix NDLB-allow-bad-iananame profile param 2019-06-27 15:30:43 -04:00
Mike Jerris 03077d3133 FS-11895: [osx] fix mod_av osx test build 2019-06-27 14:20:41 -04:00
Mike Jerris 42e4016f27 FS-11895: [osx] fix finding of ffmpeg/libav on OSx 2019-06-27 13:03:24 -04:00
Andrey Volk 9068cd9920 Merge pull request #1743 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11732 to master
* commit 'ad7db399999b647bfb18a25a622069f31c3dd730':
  FS-11732 [mod_kazoo] ei_init added in OTP 21.3
2019-06-26 14:38:27 -05:00
lazedo ad7db39999 FS-11732 [mod_kazoo] ei_init added in OTP 21.3 2019-06-25 14:54:47 +00:00
Mike Jerris 10a52ebe48 Merge pull request #1711 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-11783-address-gcc8-warnings to master
* commit '3ca75eb8efa4e50ebe083a269b75fcb1762daa91':
  FS-11783: [mod_say_ja] quiet overflow warning
  FS-11783: [core] quiet gcc truncation warning
2019-06-24 09:29:12 -05:00
Andrey Volk 0d895c50f5 FS-11421: [mod_sofia] Cleanup. 2019-06-21 20:58:12 +04:00
Mike Jerris 685d3762f9 Merge pull request #1741 in FS/freeswitch from ~MKV/freeswitch:bugfix/FS-11892-stream.write_function-after-stream.raw_write_function to master
* commit '69f3dfe779a25b699025f10a689996bce92d9822':
  FS-11892 [switch_console] fix stream write_function
2019-06-18 14:36:07 -05:00
Konstantin Molchanov 69f3dfe779 FS-11892 [switch_console] fix stream write_function 2019-06-18 12:47:39 +03:00
Dragos Oancea 813a37d844 Merge branch 'master' of https://freeswitch.org/stash/scm/fs/freeswitch into master_public 2019-06-06 17:45:18 +00:00
Dragos Oancea 279b7994ef FS-11743: video RTCP counter (fix conflicts) 2019-06-06 17:38:04 +00:00
Andrey Volk 109c5eb6ca swigall 2019-06-06 21:18:02 +04:00
Dragos Oancea 3705bad32e FS-11840: better default config for mod_avmd (Piotr) 2019-06-06 17:07:46 +00:00
Dragos Oancea cfcb8b5d2f FS-11750: don't shrink NACK table (vbw) so drastically (don't drop a frame with every added packet when complete_frames > max_frame_len) 2019-06-06 17:01:36 +00:00
Dragos Oancea 32de076b18 FS-11751: process_rtcp_packet() bounds check 2019-06-06 16:59:08 +00:00
Dragos Oancea 0a02a33023 FS-11480: revert change for FS-11424 which introduced screeching after muxing
(thanks Sergey KHripchenko)
2019-06-06 16:56:12 +00:00
Dragos Oancea 2997ceb56f FS-11678: add/fix muxing to 2 channels (when audio file is multichannel - more than 2 channels) 2019-06-06 16:54:19 +00:00
Dragos Oancea 99bd3b3c6e FS-11675: RTCP NACK at start of call too 2019-06-06 16:50:45 +00:00
Dragos Oancea 133b42b1e9 FS-11635: decrement RTCP counters on duplicate received NACKed packet which is dropped anyway
(affects cum_lost calculation)
2019-06-06 16:50:06 +00:00
Dragos Oancea a8d7c72084 FS-11666: RTCP: fix RENACK_TIME check (throttle when NACKing the same seq) 2019-06-06 16:49:13 +00:00
Dragos Oancea bd90f82e6f FS-11635: RTCP: fix SSRC in FIR, cum_lost due to dup NACKs
(thanks Artem Karukov for finding these)

FS-11635: include received Nacked to the expected packet count.
2019-06-06 16:47:29 +00:00
Dragos Oancea 8185aadb5e FS-11631: [core] RTCP: set RTP timestamp for video in SR (sender info block)
FS-11631: [core] fix introduced by minor change of behavior, rtcp & ice (FS-11549) -keep rtcp disabled during ICE
2019-06-06 16:42:28 +00:00
Dragos Oancea f5a736f037 FS-11549: don't send the reception report block when we need to send fast feedback (do like Chrome does it, don't confuse peer's stats).
FS-11549: don't send RTCP RR unless we're receiver only.
2019-06-06 16:41:43 +00:00
Dragos Oancea d6169a3845 FS-11561: [core] RTCP: attempt to avoid race cond on calculating DLSR (stats->last_recv_lsr_local) 2019-06-06 16:38:58 +00:00
Piotr Gregor 9682d2c2c9 FS-11730 Add support for DTLSv1.2 and make default
Needed in Chrome version >= 74 as Chrome dropped support for v1.0:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/discuss-webrtc/yr6gbAgWsKo/9X5vQb8kGAAJ

Using old v1.0 DTLS if 1.2 is not available or legacy DTLS
wanted explicitly. To request old DTLS set variable

	<action application="set" data="legacyDTLS=1"/>

Note: requires openssl 1.0.2 or later for DTLS v1.2 support
2019-06-06 12:05:11 -04:00
Liyang a095c83ecc FS-11832 [core] clear the old pmap when codec negotiated 2019-06-06 11:59:16 -04:00
joshebosh e972499e4f FS-11775 [core] wait_for_silence debug messages showing as ERR 2019-06-06 11:57:41 -04:00
Mike Jerris c786efa9aa FS-11774: [mod_conference] Quiet down logs from conference moderator command over verto 2019-06-06 11:54:27 -04:00
Chris Rienzo e47879604c FS-11824 [mod_sofia] map SIP 607 to SWITCH_CAUSE_CALL_REJECTED 2019-06-06 11:52:07 -04:00
Chris Rienzo 641300893f FS-11824 [core] add NOT_ACCEPTABLE string to cause mapping 2019-06-06 11:52:01 -04:00
Chris Rienzo 0a6d87edfe FS-11824 [sofia-sip,mod_sofia,core] Added cause codes that map to SIP 600,603,604,606,607 2019-06-06 11:51:51 -04:00
joshebosh 552d3d8b02 FS-11694 [mod_conference] conference vid-res showing -ERR no reply 2019-06-06 11:50:05 -04:00
joshebosh 372cfc3221 FS-11719 [mod_commands] uuid_broadcast yields OK on bogus uuid 2019-06-06 11:49:22 -04:00
joshebosh 0ba26f0351 FS-11718 [mod_commands] uuid_break yields -ERR no reply 2019-06-06 11:48:16 -04:00
Dragos Oancea c82f093419 FS-11711: fix overflow on reading ICE candidates (found with ASAN) 2019-06-06 11:47:13 -04:00
Mike Jerris 90ea0b7a1f FS-11624: [Build] Fix paralell build of rayo, ssml, digaling can cause iksemel lib build error. 2019-06-06 11:45:21 -04:00
joshebosh 72986c6919 FS-11679 [mod_sofia] SIP message sent by FS logged incompletely in tport dump log 2019-06-06 11:44:27 -04:00
Seven Du cf7a1d47bf FS-11640 fix const char * prototype 2019-06-06 11:39:58 -04:00
Mariah Yang 463eb7294e FS-11671 fix potential devided by zero error 2019-06-06 11:39:05 -04:00
joshebosh ab129ffece FS-11685 [Configuration] Add audio/wav to mime.types config file 2019-06-06 11:37:21 -04:00
Brian West 60be42008c FS-11660 [mod_sofia] Not parsing sdp after first video reject. 2019-06-06 11:36:26 -04:00