]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
6 years agoFS-11726 New dialplan application to wait for video stream being ready (ICE and DTLS...
Sergey Khripchenko [Fri, 22 Mar 2019 16:43:59 +0000 (09:43 -0700)] 
FS-11726 New dialplan application to wait for video stream being ready (ICE and DTLS setup)

6 years agoFS-11669 Fix timeout in switch_wait_sock() and switch_wait_socklist()
Sergey Khripchenko [Mon, 25 Feb 2019 16:02:40 +0000 (08:02 -0800)] 
FS-11669 Fix timeout in switch_wait_sock() and switch_wait_socklist()

6 years agoFS-11670 add db name and type to sql error logs
Seven Du [Mon, 25 Feb 2019 16:23:23 +0000 (00:23 +0800)] 
FS-11670 add db name and type to sql error logs

6 years agoFS-11676: [mod_lua] fix build error in test
Mike Jerris [Thu, 28 Feb 2019 21:26:26 +0000 (21:26 +0000)] 
FS-11676: [mod_lua] fix build error in test

6 years agoFS-11676 add JSON support to mod_lua
Seven Du [Sat, 15 Dec 2018 11:03:44 +0000 (19:03 +0800)] 
FS-11676 add JSON support to mod_lua

6 years agoFS-11621: add switch_core_strndup
Mariah Yang [Mon, 21 Jan 2019 16:46:47 +0000 (00:46 +0800)] 
FS-11621: add switch_core_strndup

6 years agoFS-11686 [mod_logfile] have mod_logfile say filename when rotating log
joshebosh [Mon, 4 Mar 2019 19:29:44 +0000 (14:29 -0500)] 
FS-11686 [mod_logfile] have mod_logfile say filename when rotating log

6 years agoFS-11557: [mod_sofia] add support for RFC 7989 Session-ID header
Mike Jerris [Wed, 5 Dec 2018 22:58:25 +0000 (02:58 +0400)] 
FS-11557: [mod_sofia] add support for RFC 7989 Session-ID header
(enable with sofia profile param rfc-7989=true)

FS-11557 [mod_sofia, mod_conference, core] Add support for re-INVITE when setting Session-ID in conference after call has been answered.

FS-11557 [mod_conference] Missed a spot where APP_SESSION_ID needed to be set.

FS-11557: set session id for outbound (initial requests)

FS-11557: [mod_sofia] rename vars and functions "session id" -> "session uuid" to reflect the real meaning for rfc7989.

FS-11557: fix bug - colliding chan var names (session_id)

FS-11557: check nil session uuid

FS-11557 : replace CS_NEW with CS_INIT for when originating calls, generate new uuid.

FS-11557: handle inbound (UAS mode, one leg)

FS-11557: generic param handling and filter via new sip profile option "rfc-7989-filter", eg:
<param name="rfc-7989-filter" value="logme, sec-agree, privacy" />

FS-11557: renamed chan vars (reflect meaning only for RFC7989)

FS-11557: fallback to RFC7329 - "old" Session-ID

FS-11557: distinguish between request and replies when we read the header
(to provide compatibility with old RFC7329 - section 11 of RFC7989)
FS-11557: change more vars/consts names

FS-11557: move compat flag on the channel.

FS-11557: add Session-ID header in REFER

FS-11557: needs extra condition on received initial request

FS-11557: handle NOTIFY

FS-11557: support answer() in dialplan - it was sending back a 200 OK with Session-ID invalid, eg: A=NIL;B=X

FS-11557: add Session-ID for NOTIFY (more cases)

FS-11557: handle reply to SIP INFO (add Session-ID header)

FS-11557: handle case of BYE after REFER, when the channel is destroyed already (save the uuid on sofia_private)

FS-11557: handle more SIP reply cases (eg: 202 Accepted , more negative replies)

FS-11557: handle ACK (UAS role)

FS-11557: added "rfc-7989-force-old" profile param - to enforce old rfc7329 for the UAC role. default off.
enabled with "<param name="rfc-7989-force-old" value="true" />".

FS-11557: fallback to rfc7329 fixes.

FS-11557: set flag CF_RFC7329_COMPAT on partner channel where needed

FS-11557: fix crash (mod_conference)

6 years agoFS-10913: [mod_sofia] do not mark pre_answer unless status is less than 200
Brian West [Mon, 21 Jan 2019 15:34:33 +0000 (09:34 -0600)] 
FS-10913: [mod_sofia] do not mark pre_answer unless status is less than 200

6 years agoFS-11468 Try to split payload to packets evenly(with largest at the end) up to vpx_gl...
Sergey Khripchenko [Mon, 25 Feb 2019 14:49:43 +0000 (06:49 -0800)] 
FS-11468 Try to split payload to packets evenly(with largest at the end) up to vpx_globals.rtp_slice_size,
(assume hdrlen constant across all packets of the same picture).
It keeps packets being transmitted in order.
Without it last (and thus the smallest one) packet usually arrive out of order
(before the previous one)

6 years agoFS-11425 use clean log for vpx debug
Seven Du [Fri, 1 Feb 2019 01:41:32 +0000 (09:41 +0800)] 
FS-11425 use clean log for vpx debug

6 years agoFS-11425 fix token_parts should be 0 .. 3 based on number of cpu
Seven Du [Fri, 1 Feb 2019 01:38:18 +0000 (09:38 +0800)] 
FS-11425 fix token_parts should be 0 .. 3 based on number of cpu

6 years agoFS-11425 update vpx test code to suuport verbose logging
Seven Du [Fri, 1 Feb 2019 00:57:34 +0000 (08:57 +0800)] 
FS-11425 update vpx test code to suuport verbose logging

6 years agoFS-11189 FS-11425 Refactor vpx settings and reverse some changes
Sergey Khripchenko [Wed, 5 Dec 2018 13:21:23 +0000 (05:21 -0800)] 
FS-11189 FS-11425 Refactor vpx settings and reverse some changes

6 years agoFS-11425 add vpx conf to test code
Andrey Volk [Tue, 16 Jul 2019 21:08:25 +0000 (01:08 +0400)] 
FS-11425 add vpx conf to test code

6 years agoFS-11425 add vpx test code
Seven Du [Wed, 23 Jan 2019 13:44:13 +0000 (21:44 +0800)] 
FS-11425 add vpx test code

6 years agoFS-11425 remove vp10
Seven Du [Thu, 31 Jan 2019 14:15:00 +0000 (22:15 +0800)] 
FS-11425 remove vp10

6 years agoFS-11425 add vpx command complete
Seven Du [Mon, 17 Dec 2018 16:40:58 +0000 (00:40 +0800)] 
FS-11425 add vpx command complete

6 years agoFS-11425 enable profile name on test case
Seven Du [Mon, 17 Dec 2018 16:29:03 +0000 (00:29 +0800)] 
FS-11425 enable profile name on test case

6 years agoFS-11425 add video_codec_config_profile_name to conference to choose a different...
Seven Du [Mon, 1 Oct 2018 14:14:18 +0000 (22:14 +0800)] 
FS-11425 add video_codec_config_profile_name to conference to choose a different codec profile

6 years agoFS-11425 update example configs
Seven Du [Mon, 1 Oct 2018 14:09:38 +0000 (22:09 +0800)] 
FS-11425 update example configs

6 years agoFS-11425 parse codec specific profiles
Seven Du [Mon, 1 Oct 2018 14:01:51 +0000 (22:01 +0800)] 
FS-11425 parse codec specific profiles

6 years agoFS-11425 use specified config name
Seven Du [Mon, 1 Oct 2018 13:39:35 +0000 (21:39 +0800)] 
FS-11425 use specified config name

6 years agoFS-11425 add config_profile_name to codec_settings to choose a specific codec config...
Seven Du [Mon, 1 Oct 2018 13:38:43 +0000 (21:38 +0800)] 
FS-11425 add config_profile_name to codec_settings to choose a specific codec config profile

6 years agoFS-11425 parse additional profiles codec specific
Seven Du [Mon, 1 Oct 2018 13:37:05 +0000 (21:37 +0800)] 
FS-11425 parse additional profiles codec specific

6 years agoFS-11425 refactor vpx to support more profiles
Seven Du [Mon, 1 Oct 2018 09:52:05 +0000 (17:52 +0800)] 
FS-11425 refactor vpx to support more profiles

6 years agoFS-11425 refactor to parse profiles dynamicly to possible to support more profiles
Seven Du [Mon, 1 Oct 2018 06:56:00 +0000 (14:56 +0800)] 
FS-11425 refactor to parse profiles dynamicly to possible to support more profiles

6 years agoFS-11183 FS-11425 refactor out parse_profile
Seven Du [Mon, 1 Oct 2018 05:13:12 +0000 (13:13 +0800)] 
FS-11183 FS-11425 refactor out parse_profile

6 years agoFS-10882 [Core] VPX: Use 4 byte header VP8 with Picture ID
Andrey Volk [Tue, 16 Jul 2019 20:57:56 +0000 (00:57 +0400)] 
FS-10882 [Core] VPX: Use 4 byte header VP8 with Picture ID

6 years agoFS-11189 Properly log VPX errors (use VPX functions/abstractions instead of internal...
Sergey Khripchenko [Thu, 18 Oct 2018 11:14:28 +0000 (04:14 -0700)] 
FS-11189 Properly log VPX errors (use VPX functions/abstractions instead of internal structure fields) + log decoder errors when stream already being decoded

6 years agoFS-11301 #resolve toggle canvas auto clear
Seven Du [Mon, 9 Oct 2017 07:29:30 +0000 (15:29 +0800)] 
FS-11301 #resolve toggle canvas auto clear

6 years agoFS-11300 #resolve pause read to avoide decode initially vmuted members
Seven Du [Sun, 1 Oct 2017 02:01:29 +0000 (10:01 +0800)] 
FS-11300 #resolve pause read to avoide decode initially vmuted members

6 years agoFS-11293 #resolve attach to the original canvas when coming back from vmuted
Seven Du [Sun, 3 Sep 2017 02:34:22 +0000 (10:34 +0800)] 
FS-11293 #resolve attach to the original canvas when coming back from vmuted

6 years agoFS-11292 #resolve update member status on canvas change
Seven Du [Thu, 29 Jun 2017 09:14:30 +0000 (17:14 +0800)] 
FS-11292 #resolve update member status on canvas change

6 years agoFS-11291 #resolve fix canvas id it was impossible to watch the first canvas
Seven Du [Wed, 28 Jun 2017 13:07:30 +0000 (21:07 +0800)] 
FS-11291 #resolve fix canvas id it was impossible to watch the first canvas

6 years agoFS-11290 #resolve add canvasID and wachingCanvasID
Seven Du [Wed, 28 Jun 2017 12:45:15 +0000 (20:45 +0800)] 
FS-11290 #resolve add canvasID and wachingCanvasID

6 years agoFS-11680: [mod_sofia] dont treat registers from websockets received over a proxy...
Mike Jerris [Fri, 1 Mar 2019 18:16:54 +0000 (18:16 +0000)] 
FS-11680: [mod_sofia] dont treat registers from websockets received over a proxy over non websockets as nat.  We should be sending to the route set and not locking on to send all requests to the websocket directly in this case

6 years agoFS-11511: [mod_conference] allow conference vid-banner command to be run when you...
Mike Jerris [Thu, 8 Nov 2018 16:01:56 +0000 (16:01 +0000)] 
FS-11511: [mod_conference] allow conference vid-banner command to be run when you don't have video actively on the screen

6 years agoFS-11553: [core] do not discard the file if we are appending
Andrey Volk [Thu, 6 Dec 2018 14:51:40 +0000 (18:51 +0400)] 
FS-11553: [core] do not discard the file if we are appending

6 years agoFS-11516 [build-system] Add --enable-pool-sanitizer configure flag. This will make...
Chris Rienzo [Tue, 20 Nov 2018 16:01:46 +0000 (16:01 +0000)] 
FS-11516 [build-system] Add --enable-pool-sanitizer configure flag.  This will make it easier to find memory issues when using address sanitizer.  Also added -fstack-protector-strong when using --enable-address-sanitizer.

6 years agoFS-11498 build sofia into convenience lib to build mod_sofia and test code
Mike Jerris [Fri, 2 Nov 2018 02:02:06 +0000 (22:02 -0400)] 
FS-11498 build sofia into convenience lib to build mod_sofia and test code

6 years agoFS-11498 fix url cut off
Seven Du [Fri, 2 Nov 2018 01:31:05 +0000 (09:31 +0800)] 
FS-11498 fix url cut off

6 years agoFS-11513: [Build-System] Fix Windows versioning.
Andrey Volk [Tue, 16 Jul 2019 18:23:38 +0000 (22:23 +0400)] 
FS-11513: [Build-System] Fix Windows versioning.

6 years agoFS-11449: [core] add -elegant-term command line option to make SIGTERM perform an...
Mike Jerris [Thu, 11 Oct 2018 02:14:24 +0000 (02:14 +0000)] 
FS-11449: [core] add -elegant-term command line option to make SIGTERM perform an elegant shutdown

6 years agoFS-11446: [freeswitch-core] Improve video JB scaling and fix misreported rtp stats...
Anthony Minessale [Mon, 12 Nov 2018 14:47:54 +0000 (14:47 +0000)] 
FS-11446: [freeswitch-core] Improve video JB scaling and fix misreported rtp stats #resolve

6 years agoFS-11446: [freeswitch-core] Improve video JB scaling and fix misreported rtp stats...
Anthony Minessale [Tue, 9 Oct 2018 20:15:50 +0000 (20:15 +0000)] 
FS-11446: [freeswitch-core] Improve video JB scaling and fix misreported rtp stats #resolve

6 years agoFS-11504: [core] do not send reneg event if call is not answered
Brian West [Mon, 5 Nov 2018 21:03:14 +0000 (15:03 -0600)] 
FS-11504: [core] do not send reneg event if call is not answered

6 years agoFS-11436 more granularly calculate 'samples' and modify requested 'fsp' accordingly
Sergey Khripchenko [Fri, 5 Oct 2018 15:22:46 +0000 (08:22 -0700)] 
FS-11436 more granularly calculate 'samples' and modify requested 'fsp' accordingly
+ review all places where it used and reflect that 'fps' is (float)

6 years agoFS-11436 RTP timestamp field incorrectly calculated based on fps
Sergey Khripchenko [Thu, 4 Oct 2018 16:37:49 +0000 (09:37 -0700)] 
FS-11436 RTP timestamp field incorrectly calculated based on fps

6 years agoFS-11443 [core] reworked switch_vad.c and added voice_ms and silence_ms as parameters.
Chris Rienzo [Fri, 5 Oct 2018 19:43:34 +0000 (19:43 +0000)] 
FS-11443 [core] reworked switch_vad.c and added voice_ms and silence_ms as parameters.

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_utils.h
Mike Jerris [Fri, 12 Jul 2019 19:23:32 +0000 (15:23 -0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_utils.h

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_fct.h
Chris Rienzo [Fri, 12 Jul 2019 19:15:52 +0000 (15:15 -0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_fct.h

6 years agoFS-11903: Fix errors (again) reported by PVS-Studio Static Code Analyzer for switch_apr.c
Chris Rienzo [Fri, 12 Jul 2019 19:07:21 +0000 (19:07 +0000)] 
FS-11903: Fix errors (again) reported by PVS-Studio Static Code Analyzer for switch_apr.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_platform.h
Andrey Volk [Fri, 12 Jul 2019 18:34:44 +0000 (22:34 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_platform.h

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_conference
Andrey Volk [Fri, 12 Jul 2019 16:53:52 +0000 (20:53 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_conference

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_spandsp
Andrey Volk [Fri, 12 Jul 2019 16:52:25 +0000 (20:52 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_spandsp

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c
Andrey Volk [Fri, 12 Jul 2019 16:50:24 +0000 (20:50 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml_config.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml.c
Andrey Volk [Fri, 12 Jul 2019 16:50:07 +0000 (20:50 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_xml.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_utils.c
Andrey Volk [Fri, 12 Jul 2019 16:49:51 +0000 (20:49 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_utils.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_time.c
Andrey Volk [Fri, 12 Jul 2019 16:46:33 +0000 (20:46 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_time.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_stun.c
Andrey Volk [Fri, 12 Jul 2019 16:46:20 +0000 (20:46 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_stun.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_regex.c
Andrey Volk [Fri, 12 Jul 2019 16:45:22 +0000 (20:45 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_regex.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_profile.c
Andrey Volk [Fri, 12 Jul 2019 16:44:49 +0000 (20:44 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_profile.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_odbc.c
Andrey Volk [Fri, 12 Jul 2019 16:44:34 +0000 (20:44 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_odbc.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_nat.c
Andrey Volk [Fri, 12 Jul 2019 16:44:19 +0000 (20:44 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_nat.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_...
Andrey Volk [Fri, 12 Jul 2019 16:43:32 +0000 (20:43 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_limit.c
Andrey Volk [Fri, 12 Jul 2019 16:43:16 +0000 (20:43 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_limit.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_jitterbuf...
Andrey Volk [Fri, 12 Jul 2019 16:43:02 +0000 (20:43 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_jitterbuffer.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_menu.c
Andrey Volk [Fri, 12 Jul 2019 16:42:44 +0000 (20:42 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_menu.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_bridge.c
Andrey Volk [Fri, 12 Jul 2019 16:42:28 +0000 (20:42 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_bridge.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_async.c
Andrey Volk [Fri, 12 Jul 2019 16:42:12 +0000 (20:42 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_ivr_async.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_event.c
Andrey Volk [Fri, 12 Jul 2019 16:41:54 +0000 (20:41 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_event.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_estimators.c
Andrey Volk [Fri, 12 Jul 2019 16:41:35 +0000 (20:41 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_estimators.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_video.c
Andrey Volk [Fri, 12 Jul 2019 16:41:19 +0000 (20:41 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_video.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_medi...
Andrey Volk [Fri, 12 Jul 2019 16:40:57 +0000 (20:40 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_media_bug.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_io.c
Andrey Volk [Fri, 12 Jul 2019 16:40:35 +0000 (20:40 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_io.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_hash.c
Andrey Volk [Fri, 12 Jul 2019 16:40:19 +0000 (20:40 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_hash.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_db.c
Andrey Volk [Fri, 12 Jul 2019 16:40:01 +0000 (20:40 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_db.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_codec.c
Andrey Volk [Fri, 12 Jul 2019 16:39:42 +0000 (20:39 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_codec.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c
Andrey Volk [Fri, 12 Jul 2019 16:39:23 +0000 (20:39 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core_cert.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core.c
Andrey Volk [Fri, 12 Jul 2019 16:38:59 +0000 (20:38 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_core.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_apr.c
Andrey Volk [Fri, 12 Jul 2019 16:31:23 +0000 (20:31 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_apr.c

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_...
Andrey Volk [Fri, 12 Jul 2019 16:20:57 +0000 (20:20 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for switch_loadable_module.h

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_say_en
Andrey Volk [Fri, 12 Jul 2019 16:13:06 +0000 (20:13 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_say_en

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_tone_stream
Andrey Volk [Fri, 12 Jul 2019 16:12:32 +0000 (20:12 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_tone_stream

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_ssml
Andrey Volk [Fri, 12 Jul 2019 16:12:04 +0000 (20:12 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_ssml

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_shout
Andrey Volk [Fri, 12 Jul 2019 16:11:33 +0000 (20:11 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_shout

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_native_file
Andrey Volk [Fri, 12 Jul 2019 16:10:11 +0000 (20:10 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_native_file

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_local_stream
Andrey Volk [Fri, 12 Jul 2019 16:09:36 +0000 (20:09 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_local_stream

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_avmd
Andrey Volk [Fri, 12 Jul 2019 16:07:35 +0000 (20:07 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_avmd

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_commands
Andrey Volk [Fri, 12 Jul 2019 16:06:30 +0000 (20:06 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_commands

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_rayo
Andrey Volk [Fri, 12 Jul 2019 15:54:29 +0000 (19:54 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_rayo

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_opus
Andrey Volk [Fri, 12 Jul 2019 15:57:22 +0000 (19:57 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_opus

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_event_socket
Andrey Volk [Fri, 12 Jul 2019 15:58:32 +0000 (19:58 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_event_socket

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_verto
Andrey Volk [Fri, 12 Jul 2019 15:59:40 +0000 (19:59 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_verto

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_rtc
Andrey Volk [Fri, 12 Jul 2019 16:02:26 +0000 (20:02 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_rtc

6 years agoFS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_expr
Andrey Volk [Fri, 12 Jul 2019 16:04:13 +0000 (20:04 +0400)] 
FS-11903: Fix errors reported by PVS-Studio Static Code Analyzer for mod_expr

6 years agoFS-11911: [mod_av] Fix mod_av on Debian Jessie
Andrey Volk [Fri, 12 Jul 2019 19:41:33 +0000 (14:41 -0500)] 
FS-11911: [mod_av] Fix mod_av on Debian Jessie

6 years agoFS-11911: [mod_av] Fix mod_av on Debian Buster
Seven Du [Tue, 2 Jul 2019 01:14:56 +0000 (05:14 +0400)] 
FS-11911: [mod_av] Fix mod_av on Debian Buster

6 years agoFS-11911: Fix build on Debian Buster
Andrey Volk [Wed, 19 Jun 2019 19:53:35 +0000 (23:53 +0400)] 
FS-11911: Fix build on Debian Buster