]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Chad Phillips [Fri, 31 May 2019 18:07:11 +0000 (11:07 -0700)]
Fix FS-11874
Verto JS libs allow passing an attachStreams array of MediaStream objects, which are then supposed to be added to the peer connection in the order they are supplied in the array.
However, there is a faulty logic check prior to actually adding the streams, where 'options.attachStream' is checked for length instead of 'options.attachStreams'.
Mike Jerris [Fri, 31 May 2019 17:55:51 +0000 (12:55 -0500)]
Merge pull request #1737 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11873-addstream-adds-audio-video-tracks-in-random-order-use-spec-compliant-addtrack to master
* commit '
f1bc56d65b44f1d97e1e9c690175fa8757e42c29 ':
Fix FS-11873: addStream() adds audio/video tracks in random order
Chad Phillips [Fri, 31 May 2019 17:52:18 +0000 (10:52 -0700)]
Fix FS-11873: addStream() adds audio/video tracks in random order
addStream() is a deprecated WebRTC API method, and only works via shimming on some platforms. Internally, it is inconsistent in building an offer SDP in the order which FreeSWITCH expects it, which is audio m-lines first.
This can result in intermittent m-line ordering errors on the client.
Instead addTrack() can be used to force the media tracks to be added to the peer in the order FreeSWITCH expects.
Andrey Volk [Wed, 29 May 2019 21:56:13 +0000 (16:56 -0500)]
Merge pull request #1735 in FS/freeswitch from ~MITCH.CAPPER/freeswitch:FS-11865-fix_mod_com_729_bin_url_change_pr to master
* commit '
1f0dea990b47bc154027d75d563d2af92079e1d7 ':
FS-11865 [mod_com_729] change to use latest version for mod_com_g729 bins so url does not go stale and update new binary paths
Mitch Capper [Wed, 29 May 2019 20:01:27 +0000 (13:01 -0700)]
FS-11865 [mod_com_729] change to use latest version for mod_com_g729 bins so url does not go stale and update new binary paths
Andrey Volk [Wed, 29 May 2019 19:30:32 +0000 (14:30 -0500)]
Merge pull request #1736 in FS/freeswitch from FS-11866-freeswitch-core-no-longer-loads-if-database-fails-to-connect to master
* commit '
bb470b2507b612c7fa40f391dba6873f521fee38 ':
FS-11866: [Core] FreeSWITCH Core no longer loads if database fails to connect.
Andrey Volk [Wed, 29 May 2019 19:06:22 +0000 (23:06 +0400)]
FS-11866: [Core] FreeSWITCH Core no longer loads if database fails to connect.
Andrey Volk [Wed, 29 May 2019 09:22:02 +0000 (04:22 -0500)]
Merge pull request #1733 in FS/freeswitch from bugfix/FS-11864-fix-uint64_t-type-overflow-on-32-bit-platforms to master
* commit '
08a6a8a2fa3317aa9d1300f131086e5dd55982dc ':
FS-11864: [mod_kazoo] Fix uint64_t type overflow on 32 bit platforms
Andrey Volk [Tue, 28 May 2019 20:34:07 +0000 (00:34 +0400)]
FS-11864: [mod_kazoo] Fix uint64_t type overflow on 32 bit platforms
Andrey Volk [Tue, 23 Apr 2019 12:22:55 +0000 (16:22 +0400)]
FS-11567: [Build-System] CentOS packaging: Disable mod_v8 build
Andrey Volk [Thu, 18 Apr 2019 13:50:15 +0000 (17:50 +0400)]
FS-11567: [Build-System] CentOS packaging: Put version parser into spec files.
Andrey Volk [Fri, 19 Apr 2019 16:44:59 +0000 (20:44 +0400)]
FS-11567: [Build-System] CentOS packaging: Sound logic cleanup.
Andrey Volk [Thu, 18 Apr 2019 14:27:49 +0000 (18:27 +0400)]
FS-11567: [Build-System] CentOS packaging: enable mod_shout
Andrey Volk [Thu, 18 Apr 2019 13:47:11 +0000 (17:47 +0400)]
FS-11567: [Build-System] CentOS packaging: add missing conf files to config-vanilla
Andrey Volk [Thu, 18 Apr 2019 13:46:07 +0000 (17:46 +0400)]
FS-11567: [Build-System] CentOS packaging: fix autotools
Andrey Volk [Thu, 18 Apr 2019 13:45:16 +0000 (17:45 +0400)]
FS-11567: [Build-System] CentOS: add libks and signalwire-client-c as mod_signalwire dependencies
Andrey Volk [Thu, 18 Apr 2019 13:42:36 +0000 (17:42 +0400)]
FS-11567: [Build-System] Use upstream codec2 on CentOS
Andrey Volk [Mon, 20 May 2019 17:32:41 +0000 (21:32 +0400)]
FS-11604: [Configuration] Improve Vanilla config.
Andrey Volk [Sun, 19 May 2019 07:17:58 +0000 (02:17 -0500)]
Merge pull request #1729 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11851-reduce-libvpx-and-ffmpeg-compile-time-on-windows to master
* commit '
fe7d5e29440a7b309c27fcee60fba48faf643c82 ':
FS-11851: [Build-System] Significantly reduce libvpx and ffmpeg compile time on Windows.
Andrey Volk [Sat, 18 May 2019 16:08:03 +0000 (20:08 +0400)]
FS-11851: [Build-System] Significantly reduce libvpx and ffmpeg compile time on Windows.
Mike Jerris [Fri, 17 May 2019 16:39:25 +0000 (11:39 -0500)]
Merge pull request #1728 in FS/freeswitch from ~ANDYWOLK/freeswitch:FS-11849-add-mod_av-based-on-ffmpeg-and-openh264-to-msi-package-on-windows to master
* commit '
a1f3b4862e7fd44a37862ae84c0e79f89c9bc0d8 ':
FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows.
Andrey Volk [Thu, 16 May 2019 20:38:21 +0000 (00:38 +0400)]
FS-11849: [Build-System] Add mod_av based on ffmpeg and openh264 to MSI package on Windows.
Mike Jerris [Thu, 16 May 2019 16:06:37 +0000 (11:06 -0500)]
Merge pull request #1727 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11847 to master
* commit '
23fbd60991a04473b169b5084c1c0ca8b806518e ':
FS-11847 [mod_loopback] unregister from reloadxml
Luis Azedo [Thu, 16 May 2019 12:52:33 +0000 (13:52 +0100)]
FS-11847 [mod_loopback] unregister from reloadxml
Mike Jerris [Wed, 15 May 2019 16:10:28 +0000 (11:10 -0500)]
Merge pull request #1726 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11846 to master
* commit '
90438ffe789315bb3000462c9393d16737720476 ':
FS-11846 [mod_kazoo] fix queue cleanup
Luis Azedo [Wed, 15 May 2019 12:24:12 +0000 (13:24 +0100)]
FS-11846 [mod_kazoo] fix queue cleanup
Christopher Rienzo [Tue, 14 May 2019 15:50:10 +0000 (10:50 -0500)]
Merge pull request #1725 in FS/freeswitch from ~NOAHMEHL_REPER.IO/freeswitch:master to master
* commit '
15c4647c8cf193f2188d1e3548a13a0ad720e710 ':
FS-11796: [mod_http_cache] Fixed file seek in mod_http_cache.c
Mike Jerris [Tue, 14 May 2019 15:11:01 +0000 (10:11 -0500)]
Merge pull request #1718 in FS/freeswitch from ~INFOMIND/freeswitch:bugfix/FS-11826-mod_conference-channel-variables_join to master
* commit '
b7bce76da5b496400bbd9cce1f53b0be5b4b0ae1 ':
FS-11826 [mod_conference] conference_member.c: channel variables (conference_join_) Fixes variables being seen as empty and proper range on conference_join_energy_level
David Grant [Sun, 5 May 2019 03:48:47 +0000 (22:48 -0500)]
FS-11826 [mod_conference] conference_member.c: channel variables (conference_join_) Fixes variables being seen as empty and proper range on conference_join_energy_level
Noah Mehl [Mon, 13 May 2019 17:56:17 +0000 (13:56 -0400)]
FS-11796: [mod_http_cache] Fixed file seek in mod_http_cache.c
Added missing http_cache_file_seek() and http_cache_file_seek file interface references.
Christopher Rienzo [Mon, 13 May 2019 13:17:25 +0000 (08:17 -0500)]
Merge pull request #1724 in FS/freeswitch from FS-11839-update-libks-to-1.3.0-and-signalwire-client-c-to-1.2.0-on-windows to master
* commit '
2bec2352d77622dcac389a0aa4f3cedcf3e985d1 ':
FS-11839: Update libks to 1.3.0 and signalwire-client-c to 1.2.0 on Windows
Andrey Volk [Mon, 13 May 2019 13:03:07 +0000 (17:03 +0400)]
FS-11839: Update libks to 1.3.0 and signalwire-client-c to 1.2.0 on Windows
Mike Jerris [Fri, 10 May 2019 17:44:03 +0000 (12:44 -0500)]
Merge pull request #1721 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11838 to master
* commit '
9bfa2fc5e47c96b1699299bd336f8de967061f4a ':
FS-11838 [mod_kazoo] handle intercept
Luis Azedo [Fri, 10 May 2019 17:41:23 +0000 (18:41 +0100)]
FS-11838 [mod_kazoo] handle intercept
Mike Jerris [Thu, 9 May 2019 21:23:03 +0000 (16:23 -0500)]
Merge pull request #1716 in FS/freeswitch from ~LWAHLMEIER/freeswitch:bugfix/FS-11342-hep-and-hep3-has-incorrect-capture_id to master
* commit '
2ba80c056ef7e5c4ad928d15c60193374cb7bc77 ':
FS-11342: fixed hep3 capture_id
Mike Jerris [Thu, 9 May 2019 21:13:21 +0000 (16:13 -0500)]
Merge pull request #1717 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11825 to master
* commit '
669ea988340056ea313bdb718a5c93e2bcf3cf4c ':
FS-11825 [mod_sofia] use proper flag in blind auth 403 reply
Mike Jerris [Thu, 9 May 2019 21:06:51 +0000 (16:06 -0500)]
Merge pull request #1719 in FS/freeswitch from ~SILIK0N/freeswitch:master to master
* commit '
7b0d25daa33f39d49cecb7e4f26b16f89e23594e ':
FS-11830 memory leak in SWITCH_STANDARD_API(enum_function)
Aron Podrigal [Fri, 11 May 2018 03:17:29 +0000 (03:17 +0000)]
FS-11159: [mod_sofia] Set transport based on our next hop, so if route_uri is present, use it.
Ken Rice [Mon, 6 May 2019 16:19:58 +0000 (11:19 -0500)]
FS-11830 memory leak in SWITCH_STANDARD_API(enum_function)
Luis Azedo [Thu, 2 May 2019 00:56:12 +0000 (01:56 +0100)]
FS-11825 [mod_sofia] use proper flag in blind auth 403 reply
Luke Wahlmeier [Wed, 24 Apr 2019 21:05:58 +0000 (15:05 -0600)]
FS-11342: fixed hep3 capture_id
Andrey Volk [Thu, 18 Apr 2019 15:04:30 +0000 (19:04 +0400)]
FS-11792: [core] Fix memory leak in switch_ivr_originate.c
Mike Jerris [Thu, 18 Apr 2019 16:45:16 +0000 (11:45 -0500)]
Merge pull request #1714 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11791 to master
* commit '
fdd2acfbfef83ab5311a5b95a5a7676b62b40297 ':
FS-11791 [mod_kazoo] fixes & improvements
Mike Jerris [Thu, 18 Apr 2019 16:44:17 +0000 (11:44 -0500)]
Merge pull request #1713 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11790 to master
* commit '
2b2f11d6993ba31428b0ad9a23b5828239ca6ef4 ':
FS-11790 [mod_loopback] set correct values for Connecting-Legs
lazedo [Thu, 18 Apr 2019 03:05:31 +0000 (04:05 +0100)]
FS-11791 [mod_kazoo] fixes & improvements
* tweak configuration
* customized att_xfer
* json_api with uuid support
lazedo [Thu, 18 Apr 2019 02:39:06 +0000 (03:39 +0100)]
FS-11790 [mod_loopback] set correct values for Connecting-Legs
Mike Jerris [Mon, 15 Apr 2019 17:23:18 +0000 (12:23 -0500)]
Merge pull request #1712 in FS/freeswitch from ~ANTONIO/freeswitch:bugfix/FS-9894-mod_callcenter-timeout-to-call-an to master
* commit '
1a4e4e2f78b434455e9fbabda0dc334a992ec7bb ':
FS-9894 [mod_callcenger] fix call timeout if agent contact as leg_timeout to higger value than 60
António Silva [Mon, 15 Apr 2019 14:15:43 +0000 (16:15 +0200)]
FS-9894 [mod_callcenger] fix call timeout if agent contact as leg_timeout to higger value than 60
Mike Jerris [Fri, 5 Apr 2019 21:01:43 +0000 (16:01 -0500)]
Merge pull request #1689 in FS/freeswitch from ~RAZVANC/freeswitch:bugfix/FS-11696-fix-format_fields-init to master
* commit '
6f15b032955299d3c38915e9e1a81078bf66743e ':
FS-11696 [mod_amqp] fix format_fields initialization
Mike Jerris [Wed, 3 Apr 2019 20:00:47 +0000 (15:00 -0500)]
Merge pull request #1702 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11747 to master
* commit '
8ca01da5a02d502ca64da49b9564607c4bc309f3 ':
FS-11747 [mod_loopback] add option to not bowout on inner bridge
Mike Jerris [Wed, 3 Apr 2019 19:14:38 +0000 (14:14 -0500)]
Merge pull request #1703 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11748 to master
* commit '
47b2be3d2e451e8a5b862b2e31477ba5242b79ec ':
FS-11748 [mod_kazoo] better handling of interaction-id
Mike Jerris [Wed, 3 Apr 2019 16:38:33 +0000 (11:38 -0500)]
Merge pull request #1706 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11759-update-libks-to-1.2.0-and-signalwire-client-c-to-1.1.0-on-windows to master
* commit '
1202d6e787efea365707677be810585d8006b8ea ':
FS-11759: [Build-System] Update libks to 1.2.0 and signalwire-client-c to 1.1.0 on Windows
Andrey Volk [Wed, 3 Apr 2019 16:31:27 +0000 (20:31 +0400)]
FS-11759: [Build-System] Update libks to 1.2.0 and signalwire-client-c to 1.1.0 on Windows
lazedo [Tue, 2 Apr 2019 16:20:19 +0000 (17:20 +0100)]
FS-11748 [mod_kazoo] better handling of interaction-id
* transfers
* outgoing channels
* loopback
lazedo [Tue, 2 Apr 2019 16:01:36 +0000 (17:01 +0100)]
FS-11747 [mod_loopback] add option to not bowout on inner bridge
Mike Jerris [Mon, 1 Apr 2019 21:18:58 +0000 (16:18 -0500)]
Merge pull request #1698 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-11729-wix-project-fails-to-find-mergemodule-folder-due-to-incorrect-version-in-path-fixed to master
* commit '
a8aced2411687f677d8b317937e6497c1bce8677 ':
FS-11729: [Build-System] Fix Visual Studio 2017 15.9 Redist files detection.
Mike Jerris [Mon, 1 Apr 2019 15:13:53 +0000 (10:13 -0500)]
Merge pull request #1700 in FS/freeswitch from ~LAZEDO/freeswitch:bug/FS-11742 to master
* commit '
68e3eae826bdfd0a9cc29bd6073dc63fdcdac695 ':
FS-11742 [mod_kazoo] add Core-UUID to Runtime-Info
lazedo [Mon, 1 Apr 2019 13:38:07 +0000 (14:38 +0100)]
FS-11742 [mod_kazoo] add Core-UUID to Runtime-Info
Mike Jerris [Sun, 31 Mar 2019 21:39:50 +0000 (16:39 -0500)]
Merge pull request #1699 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11741 to master
* commit '
ece804c9b83ced8bdd3a3f0cc5836326b38257f5 ':
FS-11741 [mod_kazoo] add compare to field option & json_history
FS-11741 [mod_kazoo] add kz_node api
lazedo [Sun, 31 Mar 2019 21:17:42 +0000 (22:17 +0100)]
FS-11741 [mod_kazoo] add compare to field option & json_history
lazedo [Sun, 31 Mar 2019 21:14:23 +0000 (22:14 +0100)]
FS-11741 [mod_kazoo] add kz_node api
Andrey Volk [Fri, 29 Mar 2019 14:45:45 +0000 (18:45 +0400)]
FS-11729: [Build-System] Fix Visual Studio 2017 15.9 Redist files detection.
Mike Jerris [Wed, 27 Mar 2019 18:12:00 +0000 (13:12 -0500)]
Merge pull request #1697 in FS/freeswitch from ~LAZEDO/freeswitch:bug/kazoo-compile-otp21 to master
* commit '
dc8bc06c6497f2a43993af7701ebf0b9ac4d2d24 ':
FS-11732 [mod_kazoo] check otp version for ei_init
lazedo [Wed, 27 Mar 2019 17:55:17 +0000 (17:55 +0000)]
FS-11732 [mod_kazoo] check otp version for ei_init
Chris Rienzo [Wed, 27 Mar 2019 16:24:20 +0000 (12:24 -0400)]
FS-11731 [mod_rayo] fix compile error
Mike Jerris [Wed, 27 Mar 2019 06:46:15 +0000 (01:46 -0500)]
Merge pull request #1696 in FS/freeswitch from ~LAZEDO/freeswitch:features/kazoo-2 to master
* commit '
efafdefe07c470545fe5c2043d0380a0949b37c4 ':
FS-10820 [mod_kazoo] add more kazoo interactions
lazedo [Wed, 27 Mar 2019 06:13:32 +0000 (06:13 +0000)]
FS-10820 [mod_kazoo] add more kazoo interactions
* initialize ei
* defaults for definitions
* add kz endpoint
* add kz_bridge
* add setters with encoding
* add tweaks after merged core PRs
Mike Jerris [Tue, 26 Mar 2019 22:35:44 +0000 (17:35 -0500)]
Merge pull request #1474 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-10968 to master
* commit '
168a3c068b4c5d485afc775cc28cb06e7bfc68a5 ':
FS-10968 [core] create recording vars
lazedo [Tue, 20 Feb 2018 15:38:58 +0000 (15:38 +0000)]
FS-10968 [core] create recording vars
* moves channel vars starting with Recording-Variable- to record_helper
* uses record_helper variables for RECORD_START/STOP events
Mike Jerris [Tue, 26 Mar 2019 22:21:02 +0000 (17:21 -0500)]
Merge pull request #1682 in FS/freeswitch from ~LAZEDO/freeswitch:proxy-token-acl-port to master
* commit '
6ceb9885d4bd10763b982255af732e3e6a8936ee ':
FS-9956 [mod_sofia] retain user lookup in blind & acl auth
FS-11025 [mod_sofia] use ports for acl check
FS-11025 [core] allow/check ports in network lists
FS-10746 [mod_sofia] allow authoritative proxy to provide token
lazedo [Tue, 5 Mar 2019 12:14:45 +0000 (12:14 +0000)]
FS-9956 [mod_sofia] retain user lookup in blind & acl auth
* retains lookup to be used after caller context is created and
switch_ivr_set_user_xml is called
Mike Jerris [Tue, 26 Mar 2019 21:31:08 +0000 (16:31 -0500)]
Merge pull request #1686 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-9942-3 to master
* commit '
aca07987006bc8e6be96e06da0942d945776c99d ':
FS-9942 [mod_sofia] allow intercept for other channels
lazedo [Wed, 6 Mar 2019 04:38:39 +0000 (04:38 +0000)]
FS-9942 [mod_sofia] allow intercept for other channels
Mike Jerris [Tue, 26 Mar 2019 20:36:05 +0000 (15:36 -0500)]
Merge pull request #1515 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-11135 to master
* commit '
7fd7ea9a5d70a4795f780c0d89057370e7a92856 ':
FS-11135 [mod_loopback] runtime behaviour controlled by configuration
Chris Rienzo [Wed, 20 Mar 2019 00:58:10 +0000 (00:58 +0000)]
FS-11706 [core] use unique mutex for stack_count
Chris Rienzo [Fri, 15 Mar 2019 17:02:28 +0000 (13:02 -0400)]
FS-11706 [core] protect session stack count with mutex
Chris Rienzo [Thu, 14 Mar 2019 21:20:11 +0000 (17:20 -0400)]
FS-11706 [core] add some extra information to troubleshoot 'too many stacked extensions'
Piotr Gregor [Fri, 15 Mar 2019 16:49:29 +0000 (16:49 +0000)]
FS-11708 Fix deadlock on 'avmd uuid stop'
joshebosh [Tue, 12 Mar 2019 18:13:19 +0000 (14:13 -0400)]
FS-11704 "DAEMON_OPTS=-ncwait -nonat" in freeswitch.server causing startup failure
Chris Rienzo [Sat, 9 Mar 2019 18:19:19 +0000 (18:19 +0000)]
FS-11693 [core] speed up switch_channel_get_log_tags() for the case when none are set
Chris Rienzo [Sat, 9 Mar 2019 15:18:48 +0000 (15:18 +0000)]
FS-11693 [mod_graylog2] add support for switch_channel_set_log_tag()
Chris Rienzo [Thu, 7 Mar 2019 15:26:34 +0000 (15:26 +0000)]
FS-11693 [core] Added switch_channel_set_log_tag() and switch_channel_get_log_tags() This allows you to add log tags to an active call channel. If using SWITCH_CHANNEL_SESSION_LOG, with switch_log_printf(), the tags will be added to the the log node so a logging module can send additional contextual data to a log aggregator.
Razvan Crainea [Fri, 8 Mar 2019 16:33:23 +0000 (18:33 +0200)]
FS-11696 [mod_amqp] fix format_fields initialization
Mike Jerris [Thu, 7 Mar 2019 02:52:51 +0000 (20:52 -0600)]
Merge pull request #1688 in FS/freeswitch from fs-11691-fix-log-node-dup to master
* commit '
10f642249e13568d2e4412a4a4e962d1a8c900bf ':
FS-11691 [core] fix switch_log_node_dup() so that it completely duplicates log nodes
Chris Rienzo [Thu, 7 Mar 2019 01:54:57 +0000 (20:54 -0500)]
FS-11691 [core] fix switch_log_node_dup() so that it completely duplicates log nodes
Mike Jerris [Thu, 7 Mar 2019 00:47:02 +0000 (18:47 -0600)]
Merge pull request #1484 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:bugfix/FS-11007/mod_conference-fixes to master
* commit '
de7a502d54040f27bb1f1e6a60a982325ee5ad10 ':
FS-11007: [mod_conference] API: reply to hup.
FS-11007: [mod_conference] fix recording counter and remove unused code
Dragos Oancea [Wed, 6 Mar 2019 12:27:39 +0000 (12:27 +0000)]
FS-11007: [mod_conference] API: reply to hup.
Dragos Oancea [Tue, 6 Mar 2018 18:22:11 +0000 (18:22 +0000)]
FS-11007: [mod_conference] fix recording counter and remove unused code
Luis Azedo [Tue, 13 Mar 2018 19:59:41 +0000 (19:59 +0000)]
FS-11025 [mod_sofia] use ports for acl check
* optionally use port for acl check
* optionally lookup acl token from header
* optionally processed auth only by acl
Luis Azedo [Tue, 13 Mar 2018 19:41:45 +0000 (19:41 +0000)]
FS-11025 [core] allow/check ports in network lists
Luis Azedo [Fri, 20 Oct 2017 13:59:09 +0000 (14:59 +0100)]
FS-10746 [mod_sofia] allow authoritative proxy to provide token
lazedo [Tue, 24 Apr 2018 03:36:01 +0000 (04:36 +0100)]
FS-11135 [mod_loopback] runtime behaviour controlled by configuration
Mike Jerris [Tue, 5 Mar 2019 22:06:23 +0000 (16:06 -0600)]
Merge pull request #1679 in FS/freeswitch from ~SEBASTIAN/freeswitch:bugfix/FS-11659-fix-implicit-declaration-of-RAND_bytes to master
* commit '
c447f856fbd5353e27c467c3af3842c570c1cbe7 ':
FS-11659 [core] Fix implicit declaration of RAND_bytes
Mike Jerris [Wed, 27 Feb 2019 22:29:46 +0000 (15:29 -0700)]
FS-10530: [mod_opusfile] fix Makefile for include path
Mike Jerris [Mon, 4 Mar 2019 15:43:32 +0000 (09:43 -0600)]
Merge pull request #1425 in FS/freeswitch from ~HARI/freeswitch:bugfix/FS-10720-playback_stop-event-not-sent-in to master
* commit '
6e661cc2a3229cb9411676b7fcc42e2a7774d008 ':
FS-10720: [core] exit playback when eof reached and speed is set #resolve
Mike Jerris [Fri, 1 Mar 2019 01:07:31 +0000 (19:07 -0600)]
Merge pull request #1685 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11373-fix-mod_say_it-date to master
* commit '
c4e9995f54cf01215aa3ee3553910ac63fe6aadb ':
FS-11373: [mod_say_it] fix say date
Mike Jerris [Fri, 1 Mar 2019 01:06:13 +0000 (19:06 -0600)]
Merge pull request #1684 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:FS-11636-fix-say-date to master
* commit '
6b2ad1d48d2c6b3e3477db7289be19fcb1c2aa84 ':
FS-11636: [mod_say_de] fix SST_CURRENT_DATE_TIME FS-11636: [mod_say_en] fix SST_CURRENT_DATE_TIME
Dragos Oancea [Thu, 28 Feb 2019 20:27:40 +0000 (15:27 -0500)]
FS-11373: [mod_say_it] fix say date
Dragos Oancea [Thu, 28 Feb 2019 19:53:36 +0000 (14:53 -0500)]
FS-11636: [mod_say_de] fix SST_CURRENT_DATE_TIME
FS-11636: [mod_say_en] fix SST_CURRENT_DATE_TIME
Mike Jerris [Wed, 27 Feb 2019 20:47:57 +0000 (14:47 -0600)]
Merge pull request #1351 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:feature/FS-10530_mod_opusfile to master
* commit '
ed2b3b7bb4a6ff0251452e519ff8cf309620770f ':
FS-10530: [mod_opusfile]: multichannel
FS-10530: [mod_opusfile] new module, read and write ogg/opus files (".opus" extension)