]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Andrey Volk [Mon, 19 Aug 2019 23:24:52 +0000 (18:24 -0500)]
Merge pull request #1799 in FS/freeswitch from sofia-sip-cleanup to master
* commit '
f93445a38c533a4349d3f466380b7625dd7d6243 ':
FS-12010: [sofia-sip] Fix improper cleanup on su_deinit().
Andrey Volk [Mon, 19 Aug 2019 20:39:25 +0000 (00:39 +0400)]
FS-12010: [sofia-sip] Fix improper cleanup on su_deinit().
Andrey Volk [Sun, 18 Aug 2019 13:23:03 +0000 (17:23 +0400)]
FS-12010: [mod_sofia, mod_valet_parking, mod_enum] Fix memory leaks on FreeSWITCH shutdown.
Seven Du [Sat, 17 Aug 2019 02:50:03 +0000 (10:50 +0800)]
FS-12007 fix leak
Mike Jerris [Mon, 19 Aug 2019 18:37:47 +0000 (13:37 -0500)]
Merge pull request #1798 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-12008 to master
* commit '
797216fcc04efd05c0d45b33a4269bd1d8e118ff ':
FS-12008: special case G722 - fix rate passed to switch_core_codec_init()
Dragos Oancea [Mon, 19 Aug 2019 18:31:10 +0000 (18:31 +0000)]
FS-12008: special case G722 - fix rate passed to switch_core_codec_init()
Mike Jerris [Mon, 19 Aug 2019 17:37:15 +0000 (12:37 -0500)]
Merge pull request #1797 in FS/freeswitch from bugfix/FS-11981-freeswitch-crash-any-time-in-switch_timer.c-when-high-throughput to master
* commit '
48b8fa5864548322944bdcdad0671ffbdc32cffb ':
FS-11981: [Core] Fix FreeSWITCH crash when timerfd is initialized with an error.
Andrey Volk [Mon, 19 Aug 2019 17:35:23 +0000 (21:35 +0400)]
FS-11981: [Core] Fix FreeSWITCH crash when timerfd is initialized with an error.
Andrey Volk [Thu, 15 Aug 2019 12:59:06 +0000 (07:59 -0500)]
Merge pull request #1795 in FS/freeswitch from ~FERNANDOJDK/freeswitch:bugfix/FS-12001-mod_callcenter-can-t-use-mod_mariadb-with-mysql-due-to-keyword-on-table-schema to master
* commit '
d3487dcc3904a8093a7981c0ec5ff57225f5a397 ':
FS-12001: [mod_callcenter] Renamed column name from 'system' to 'instance_id' to make mod_callcenter work with MySQL through mod_mariadb
Fernando S Santos [Wed, 14 Aug 2019 14:28:37 +0000 (11:28 -0300)]
FS-12001: [mod_callcenter] Renamed column name from 'system' to 'instance_id' to make mod_callcenter work with MySQL through mod_mariadb
Andrey Volk [Fri, 9 Aug 2019 09:39:44 +0000 (13:39 +0400)]
FS-11987: [sofia-sip] Extract URI from info param of SIP Identity Header
- allow for a spaces between "info=" and opening '<'
- extract URI from inside "<>" but allow empty - let the higher level app decide what to do about it
- replace strndup (does not exist on Windows) with memcpy
Mike Jerris [Mon, 12 Aug 2019 17:01:50 +0000 (12:01 -0500)]
Merge pull request #1792 in FS/freeswitch from bugfix/FS-11998-fix-improper-json_api-module-unload to master
* commit '
822c0b07bad06e824e189af00057770e27225c7f ':
FS-11998: [Core] Fix improper json_api module unload
Andrey Volk [Mon, 12 Aug 2019 17:00:20 +0000 (21:00 +0400)]
FS-11998: [Core] Fix improper json_api module unload
Christopher Rienzo [Sat, 10 Aug 2019 16:43:48 +0000 (11:43 -0500)]
Merge pull request #1791 in FS/freeswitch from bugfix/FS-11991-mod_mariadb-err-when-start-freeswitch to master
* commit '
9520f8e1115dee31c0221967191079a3b01d02c6 ':
FS-11991: [Core] Fix bug in the database module interface preventing tables from being created when no drop_sql
Andrey Volk [Sat, 10 Aug 2019 16:39:57 +0000 (20:39 +0400)]
FS-11991: [Core] Fix bug in the database module interface preventing tables from being created when no drop_sql
Andrey Volk [Sat, 10 Aug 2019 09:01:04 +0000 (04:01 -0500)]
Merge pull request #1790 in FS/freeswitch from bugfix/FS-11989-regression-when-using-mod_mariadb-and-lua-mod_nibblebill to master
* commit '
f74036cd1ce429fd7e6a822aa7901b5e8e3ba2e9 ':
FS-11989: [Core] Fix database module interface not returning statuses of some operations.
Andrey Volk [Fri, 9 Aug 2019 22:01:33 +0000 (02:01 +0400)]
FS-11989: [Core] Fix database module interface not returning statuses of some operations.
Piotr Gregor [Thu, 1 Aug 2019 20:03:41 +0000 (21:03 +0100)]
FS-11987: [sofia-sip] Add SIPTAG_IDENTITY_STR and sofia-sip Identity Header handling
Andrey Volk [Mon, 5 Aug 2019 23:37:22 +0000 (03:37 +0400)]
version bump
Christopher Rienzo [Mon, 5 Aug 2019 15:44:20 +0000 (10:44 -0500)]
Merge pull request #1786 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11982 to master
* commit '
88448ebfba4e8e027d86c66ae0c1872b4babc7c8 ':
FS-11982 [mod_kazoo] add expand-headers-on-fetch
lazedo [Mon, 5 Aug 2019 15:40:42 +0000 (15:40 +0000)]
FS-11982 [mod_kazoo] add expand-headers-on-fetch
Christopher Rienzo [Sun, 4 Aug 2019 13:30:27 +0000 (08:30 -0500)]
Merge pull request #1784 in FS/freeswitch from ~INFOMIND/freeswitch:feature/FS-11977-mod_signalwire-add-configuration-param-override-context to master
* commit '
263a83bf7c54481a1da2f09ae27cd5ea3368db68 ':
FS-11977 [mod_signalwire] add configuration param override-context
David Grant [Sun, 4 Aug 2019 07:37:51 +0000 (02:37 -0500)]
FS-11977 [mod_signalwire] add configuration param override-context
Andrey Volk [Sat, 3 Aug 2019 08:55:48 +0000 (12:55 +0400)]
version bump
Chris Rienzo [Fri, 2 Aug 2019 15:44:26 +0000 (15:44 +0000)]
FS-11979 [test] Fix error message log in fst_xcheck()
Andrey Volk [Thu, 1 Aug 2019 20:16:04 +0000 (00:16 +0400)]
FS-11931: [mod_http_cache] Fix zero-length gnu_printf format string
Mike Jerris [Thu, 1 Aug 2019 18:32:02 +0000 (13:32 -0500)]
Merge pull request #1782 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11973 to master
* commit '
4f66959ed325ed6dd58c8b48f80d42aaca1902bd ':
FS-11973: [mod_event_multicast] add mutex and checks on hash ptrs on shutdown
Dragos Oancea [Thu, 1 Aug 2019 18:05:00 +0000 (18:05 +0000)]
FS-11973: [mod_event_multicast] add mutex and checks on hash ptrs on shutdown
Mike Jerris [Thu, 1 Aug 2019 16:13:37 +0000 (11:13 -0500)]
Merge pull request #1779 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11967-rate to master
* commit '
6fb039607686c1f2cf9265b6ae9b01a29037eb9c ':
FS-11967: add mod_opus to unit test XML
FS-11967: add unit test for switch_core_codec_copy()
FS-11967: [core] fix rate of recording for Opus
Dragos Oancea [Thu, 1 Aug 2019 15:40:12 +0000 (15:40 +0000)]
FS-11967: add mod_opus to unit test XML
Dragos Oancea [Thu, 1 Aug 2019 13:17:38 +0000 (13:17 +0000)]
FS-11967: add unit test for switch_core_codec_copy()
Christopher Rienzo [Thu, 1 Aug 2019 13:24:35 +0000 (08:24 -0500)]
Merge pull request #1781 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11919-log to master
* commit '
6cfceb6e62b4461cedd712b7486c29bf6cd12fe6 ':
FS-11919: change back loglevel to DEBUG1
Dragos Oancea [Thu, 1 Aug 2019 13:19:56 +0000 (13:19 +0000)]
FS-11919: change back loglevel to DEBUG1
Liyang [Tue, 30 Jul 2019 17:05:41 +0000 (01:05 +0800)]
FS-11971: [core] fix 488 when receive invite with SRTP/RTP
Andrey Volk [Wed, 31 Jul 2019 16:17:07 +0000 (11:17 -0500)]
Merge pull request #1778 in FS/freeswitch from armhf to master
* commit '
689a376886d482b11f1305d1f375739c61749ddc ':
FS-11972: [Build-System] Add Raspberry Pi support.
Andrey Volk [Mon, 29 Jul 2019 23:29:27 +0000 (03:29 +0400)]
FS-11972: [Build-System] Add Raspberry Pi support.
Dragos Oancea [Wed, 31 Jul 2019 14:42:09 +0000 (14:42 +0000)]
FS-11967: [core] fix rate of recording for Opus
Chris Rienzo [Tue, 30 Jul 2019 03:01:37 +0000 (03:01 +0000)]
FS-11970 [core] Check if detection is done in switch_ivr_play_and_detect_speech() final loop.
Andrey Volk [Mon, 29 Jul 2019 16:37:49 +0000 (11:37 -0500)]
Merge pull request #1776 in FS/freeswitch from bugfix/FS-11966-fix-regression-after-libsrtp-upgrade-to-2.2.0-resulting-in-no-audio to master
* commit '
9b05fabd533c21f126e1ab2eb01c9b2f7d7681df ':
FS-11966: [core] Fix regression after libsrtp upgrade to 2.2.0 resulting in no audio
Andrey Volk [Mon, 29 Jul 2019 01:05:32 +0000 (05:05 +0400)]
FS-11966: [core] Fix regression after libsrtp upgrade to 2.2.0 resulting in no audio
Mike Jerris [Fri, 26 Jul 2019 00:04:58 +0000 (19:04 -0500)]
Merge pull request #1774 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11788-fix to master
* commit '
b1ba546139599460e57c2d69cc47fc0949b2dcec ':
FS-11788: JB: packet count on vbw too
Dragos Oancea [Thu, 25 Jul 2019 23:56:16 +0000 (23:56 +0000)]
FS-11788: JB: packet count on vbw too
Mike Jerris [Thu, 25 Jul 2019 23:35:30 +0000 (18:35 -0500)]
Merge pull request #1773 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11743 to master
* commit '
7060d962625970804b9a3d9db4c0f89caf2b67a3 ':
FS-11743: don't reset VBW on receiving PLI/FIR
Mike Jerris [Thu, 25 Jul 2019 23:34:53 +0000 (18:34 -0500)]
Merge pull request #1772 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master
* commit '
4349da32142a66caac8ce38d6a710d056ff56cbb ':
FS-11965: fix build.
Dragos Oancea [Thu, 25 Jul 2019 23:30:16 +0000 (23:30 +0000)]
FS-11743: don't reset VBW on receiving PLI/FIR
Dragos Oancea [Thu, 25 Jul 2019 23:21:47 +0000 (23:21 +0000)]
FS-11965: fix build.
Mike Jerris [Thu, 25 Jul 2019 23:17:11 +0000 (18:17 -0500)]
Merge pull request #1771 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11965 to master
* commit '
9e006869e47bf60706da14c54f81c38ccaf790ca ':
FS-11965: RTC: prevent overflow on percent_fraction (patch by Sergey Khripchenko <shripchenko@intermedia.net>)
FS-11965: NACK log debug when we get a request
FS-11965: RTCP: fix on rtcp_report_block->fraction - "if X packets were expected and X was lost, we want 0xff to be reported, not 0" (patch by Piotr Gregor <piotr@dataandsignal.com>)
Dragos Oancea [Thu, 25 Jul 2019 23:07:15 +0000 (23:07 +0000)]
FS-11965: RTC: prevent overflow on percent_fraction
(patch by Sergey Khripchenko <shripchenko@intermedia.net>)
Dragos Oancea [Thu, 25 Jul 2019 22:56:24 +0000 (22:56 +0000)]
FS-11965: NACK log debug when we get a request
Dragos Oancea [Thu, 25 Jul 2019 22:48:17 +0000 (22:48 +0000)]
FS-11965: RTCP: fix on rtcp_report_block->fraction - "if X packets were expected and X was lost, we want 0xff to be reported, not 0"
(patch by Piotr Gregor <piotr@dataandsignal.com>)
Mike Jerris [Thu, 25 Jul 2019 22:46:16 +0000 (17:46 -0500)]
Merge pull request #1770 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11715 to master
* commit '
500b4c23b0c4c389195eb59a13b229c640fa2e8c ':
FS-11715: sanitize negative value for pkt_lost
Artem Karukov [Thu, 21 Mar 2019 12:05:53 +0000 (12:05 +0000)]
FS-11715: sanitize negative value for pkt_lost
Mike Jerris [Thu, 25 Jul 2019 22:01:18 +0000 (17:01 -0500)]
Merge pull request #1769 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11964 to master
* commit '
309135640b49d99c128843c4288b231cb2170a09 ':
FS-11964: add new chan var "rtp_video_nack_disable"
Dragos Oancea [Thu, 25 Jul 2019 21:57:37 +0000 (21:57 +0000)]
FS-11964: add new chan var "rtp_video_nack_disable"
Mike Jerris [Thu, 25 Jul 2019 21:46:15 +0000 (16:46 -0500)]
Merge pull request #1768 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11788 to master
* commit '
f3d21a2d727531c518fbc4ef8b5bd75b8db7e2b4 ':
FS-11788: JB: fix packets per video frame count and allow count on vbw
Dragos Oancea [Tue, 16 Apr 2019 19:43:40 +0000 (19:43 +0000)]
FS-11788: JB: fix packets per video frame count and allow count on vbw
Andrey Volk [Thu, 25 Jul 2019 20:58:41 +0000 (00:58 +0400)]
FS-11895: [mod_av] Enable mod_av build by default
Seven Du [Fri, 1 Feb 2019 02:12:52 +0000 (10:12 +0800)]
FS-11425 update test vpx config to new defaults
Seven Du [Fri, 25 Jan 2019 08:35:47 +0000 (16:35 +0800)]
FS-11425 add vpx conf to test code
Andrey Volk [Fri, 28 Jun 2019 21:10:29 +0000 (01:10 +0400)]
FS-11895: [build] fix test build
Brian West [Tue, 6 Nov 2018 14:21:30 +0000 (08:21 -0600)]
Update basrc alias for gcore to get a top -H in the process so we do not forget
Mike Jerris [Thu, 25 Jul 2019 20:41:29 +0000 (14:41 -0600)]
FS-11962: [core] Fix memory leak in switch_core_session_write_video_frame
Sergey Khripchenko [Tue, 30 Apr 2019 13:56:43 +0000 (06:56 -0700)]
FS-9264 Add more logging to wait_for_silence, detect_audio and detect_silence api calls
Sergey Khripchenko [Thu, 6 Sep 2018 15:25:43 +0000 (08:25 -0700)]
FS-11362 Attempt to rearrange verto socket shutdown sequence
Mike Jerris [Thu, 11 Oct 2018 18:28:59 +0000 (18:28 +0000)]
FS-11454: [core] Add error log when attempting to route to an invalid dialplan interface
Mike Jerris [Thu, 25 Jul 2019 20:26:28 +0000 (14:26 -0600)]
FS-11961: [mod_sofia] Handle request vs response in sofia_media_tech_media
Dragos Oancea [Tue, 26 Mar 2019 22:39:04 +0000 (22:39 +0000)]
FS-9264: FS-10976: fix detect_audio, detect_silence and wait_for_silence_function dialplan apps
(thanks Sergey KHripchenko and Hervé Déprez for pointing these out)
Anthony Minessale [Fri, 28 Sep 2018 04:41:29 +0000 (08:41 +0400)]
FS-11417: [mod_conference] Unbounded memory growth during screen share #resolve
Andrey Volk [Tue, 24 Jul 2018 11:01:55 +0000 (14:01 +0300)]
FS-11194: [mod_v8] Implement JavaScript Process Status with Heap statistics.
Seven Du [Tue, 16 Jul 2019 13:50:31 +0000 (17:50 +0400)]
FS-11934 add some conference test cases
Mike Jerris [Thu, 25 Jul 2019 19:48:25 +0000 (13:48 -0600)]
update compiled js
shashi kumar [Tue, 6 Nov 2018 18:35:59 +0000 (12:35 -0600)]
FS-11960: [js] replaces all deprecated js methods for FF warnings
Anthony Minessale [Fri, 29 Mar 2019 21:54:19 +0000 (16:54 -0500)]
fix teletone gen on multichannel
Andrey Volk [Tue, 26 Feb 2019 08:25:56 +0000 (12:25 +0400)]
FS-11267: [Build-System] Fix libyuv build for Windows
Anthony Minessale [Thu, 17 Jan 2019 20:13:46 +0000 (20:13 +0000)]
update libyuv to hash
5a699df5 from https://chromium.googlesource.com/libyuv/libyuv/
Andrey Volk [Tue, 26 Feb 2019 14:32:21 +0000 (18:32 +0400)]
FS-11267: [Build-System] Fix libvpx build for Windows
Anthony Minessale [Thu, 17 Jan 2019 20:41:53 +0000 (20:41 +0000)]
core side of vpx update
Mike Jerris [Thu, 28 Feb 2019 21:28:38 +0000 (21:28 +0000)]
.gitignore
Mike Jerris [Wed, 27 Feb 2019 18:57:47 +0000 (11:57 -0700)]
FS-11267: [Build-System] Fix libvpx build dependencies
Mike Jerris [Tue, 26 Feb 2019 22:35:28 +0000 (15:35 -0700)]
.gitignore
Anthony Minessale [Thu, 17 Jan 2019 20:21:29 +0000 (20:21 +0000)]
new version of vp8 thread sleep patch
Anthony Minessale [Thu, 17 Jan 2019 20:16:34 +0000 (20:16 +0000)]
update libvpx to hash
133f83e2c tag v1.7.0 from https://chromium.googlesource.com/webm/libvpx
Mike Jerris [Thu, 25 Jul 2019 18:02:41 +0000 (13:02 -0500)]
Merge pull request #1767 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11959 to master
* commit '
317e197b0b7093a18112d8e5c22b86092044bad9 ':
FS-11959: add switch_jb_get_packets_per_frame() - gets the number of packets per video frame
Dragos Oancea [Thu, 25 Jul 2019 17:44:15 +0000 (17:44 +0000)]
FS-11959: add switch_jb_get_packets_per_frame() - gets the number of packets per video frame
Mike Jerris [Thu, 25 Jul 2019 17:53:51 +0000 (12:53 -0500)]
Merge pull request #1765 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11957 to master
* commit '
6a036e661c6d78c7f98388ff445a7df93fd286e3 ':
FS-11957: destroy NACK table on SWITCH_RTP_FLAG_KILL_JB too
Mike Jerris [Thu, 25 Jul 2019 17:52:54 +0000 (12:52 -0500)]
Merge pull request #1766 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11958 to master
* commit '
863189fed69b953dcf732b351124a63814a8f322 ':
FS-11958: [core] add switch_core_media functions that deal with bw and bitrate
lazedo [Wed, 29 May 2019 13:10:21 +0000 (13:10 +0000)]
FS-11860 [core] allow configurable separator in event_channel and
process all parts of key
Mike Jerris [Thu, 25 Jul 2019 17:50:19 +0000 (12:50 -0500)]
Merge pull request #1764 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11955 to master
* commit '
1f4dbe50e6c29ed8b04b0af428bc49352f37664e ':
FS-11955: JB: add stats for received packets that have been NACKed previously (video)
Mike Jerris [Thu, 25 Jul 2019 17:49:25 +0000 (12:49 -0500)]
Merge pull request #1763 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11954 to master
* commit '
f982b2b931cde9d82e8396d5d562cf17a3ee03c5 ':
FS-11954: JB: change complete frames marker
Dragos Oancea [Tue, 16 Apr 2019 00:05:23 +0000 (00:05 +0000)]
FS-11958: [core] add switch_core_media functions that deal with bw and bitrate
Dragos Oancea [Thu, 25 Jul 2019 16:01:59 +0000 (16:01 +0000)]
FS-11957: destroy NACK table on SWITCH_RTP_FLAG_KILL_JB too
Dragos Oancea [Thu, 25 Jul 2019 14:21:39 +0000 (14:21 +0000)]
FS-11955: JB: add stats for received packets that have been NACKed previously (video)
Dragos Oancea [Tue, 5 Mar 2019 19:09:25 +0000 (19:09 +0000)]
FS-11954: JB: change complete frames marker
Liyang [Wed, 24 Jul 2019 17:03:16 +0000 (01:03 +0800)]
FS-11953: [core] set the correct cng pt after receive reinvite to avoid garbled audio
Andrey Volk [Wed, 24 Jul 2019 16:49:58 +0000 (11:49 -0500)]
Merge pull request #1761 in FS/freeswitch from bugfix/FS-11952-fix-memory-leaks to master
* commit '
718d2341f7327feea52c840648e42b33eb9c69dd ':
FS-11952: [Core] Fix memory leaks.
Andrey Volk [Wed, 24 Jul 2019 16:49:47 +0000 (11:49 -0500)]
Merge pull request #1760 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11809 to master
* commit '
49e6449bc5119852570f693695fea2046b1028a0 ':
FS-11809: scan-build: dead assignments
Andrey Volk [Wed, 24 Jul 2019 16:49:23 +0000 (11:49 -0500)]
Merge pull request #1759 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11951 to master
* commit '
54c589500925106ed05de3331d195a0a3cafa366 ':
FS-11951: JB: rare crash in reading the chan var (it maybe called without a session in some unit tests)
Andrey Volk [Wed, 24 Jul 2019 16:49:11 +0000 (11:49 -0500)]
Merge pull request #1758 in FS/freeswitch from bugfix/FS-11950-fix-gcc8-errors-in-mod_pgsql to master
* commit '
3fa1f3b76c19416ede809f5463308c9a7d426548 ':
FS-11950: [mod_pgsql] Fix gcc8 errors replacing strncpy with snprintf.
Andrey Volk [Wed, 24 Jul 2019 16:26:32 +0000 (20:26 +0400)]
FS-11952: [Core] Fix memory leaks.
Dragos Oancea [Thu, 9 May 2019 12:42:43 +0000 (12:42 +0000)]
FS-11809: scan-build: dead assignments