]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Wed, 13 Sep 2017 22:28:40 +0000 (17:28 -0500)]
FS-10667: [core] Segfault in crypto / srtp #resolve
Italo Rossi [Wed, 13 Sep 2017 20:39:43 +0000 (17:39 -0300)]
FS-10666: [mod_callcenter] Adding callcenter_break agent api
callcenter_break agent <uuid> can be called with an uuid that represents
an outbound session created to call an agent.
The current behavior of mod_callcenter is to keep watching this channel
until it is hangup, once the hangup happens the bridge-agent-end and
member-queue-end events are fired, agent is released on the database
so it can receive more calls and member is also updated on database.
If you do not want to the agent channel hangup to release the agent you can
call this app with the agent session uuid and the agent will be released and
available to receive more calls. This is useful when the agent is located on a
remote freeswitch box and transfer the call internally, the original leg between
the first FreeSWITCH and the remote box remains live and the agent will only be
Available when the original call hangup.
Shane Bryldt [Wed, 13 Sep 2017 14:41:40 +0000 (08:41 -0600)]
FS-10167: Temporary commit to retain changes before removing concept of realm/subrealm as per discussions, will revisit this concept later when a real use-case presents itself, tests will not operate correctly in this build as realms are incomplete prior to removal
Anthony Minessale II [Tue, 12 Sep 2017 15:16:15 +0000 (15:16 +0000)]
Merge pull request #1386 in FS/freeswitch from ~VICTORTORRES/freeswitch-fs-7445:bugfix/FS-10654 to master
* commit '
67dad0639867bbc64fa404b30caad2889ea80899 ':
FS-10654: [verto] implementing replace prototype in verto dialog
Anthony Minessale [Mon, 11 Sep 2017 19:47:47 +0000 (14:47 -0500)]
FS-10468: [mod_verto] Attended Transfer from Mod Verto leaves one channel in limbo. #resolve
Mike Jerris [Mon, 11 Sep 2017 19:34:25 +0000 (19:34 +0000)]
Merge pull request #1390 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10663-portaudio-and-windows-devices-empty to master
* commit '
fe83efca4508029cb93402663d1dea57839cc160 ':
FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build.
Andrey Volk [Mon, 11 Sep 2017 19:27:31 +0000 (22:27 +0300)]
FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build.
Anthony Minessale [Fri, 8 Sep 2017 18:38:39 +0000 (13:38 -0500)]
FS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not negotiated #resolve
Mike Jerris [Fri, 8 Sep 2017 17:29:14 +0000 (17:29 +0000)]
Merge pull request #1374 in FS/freeswitch from ~MOCHOUINARD/freeswitch:bugfix/FS-10608-patch-change-hard-coded-60-value to master
* commit '
348c2c42bb9d366b3c5a36fa4a377bbf8286d3c6 ':
FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT
Victor Torres [Fri, 8 Sep 2017 14:08:44 +0000 (11:08 -0300)]
FS-10654: [verto] implementing replace prototype in verto dialog
Mike Jerris [Fri, 8 Sep 2017 16:33:07 +0000 (16:33 +0000)]
Merge pull request #1372 in FS/freeswitch from ~HRISTO/freeswitch:FS-10617-nightmare-xfer-uuid-helper-vars to master
* commit '
9d4c26825fe2dddbaec4fc9e1bbb658da98c1de5 ':
FS-10617: [mod_sofia] Nightmare transfer: expose remote server's channel UUIDs as variables.
Shane Bryldt [Thu, 7 Sep 2017 12:48:48 +0000 (07:48 -0500)]
FS-10167: Small fix to get linux build working, tested and working correctly
Shane Bryldt [Thu, 7 Sep 2017 12:44:16 +0000 (06:44 -0600)]
FS-10167: Added support for SSL/TLS, specifically enforcing TLS 1.2 currently but could be more configurable later. Added support for obtaining SANS from X509 certificates within the default wss transport, SANS will be used for preapproved automatically registered identities, currently only being cached on server side for downstream connections providing the remote client upstream certificate SANS, but can also be used by a master to obtain initial master identities from it's own downstream certificate in the future (planned, but not yet implemented) as it is the exception with no upstream and MUST have downstream available. Also added the openssl executable to the projects being built in the libblade solution to provide a windows executable for certificate production when required.
Anthony Minessale [Wed, 6 Sep 2017 17:59:18 +0000 (12:59 -0500)]
FS-10647: [mod_av] Video quality degragation from 1.6.17 to 1.6.19 #resolve
Anthony Minessale [Wed, 6 Sep 2017 17:29:02 +0000 (12:29 -0500)]
FS-10604: [core] Segfault in libcrypto / dtls #resolve
Anthony Minessale [Fri, 1 Sep 2017 18:55:33 +0000 (13:55 -0500)]
FS-10613: [core] freeswitch using the the wrong PT value (using the transmit PT instead of the receive PT) #resolve
Anthony Minessale [Fri, 1 Sep 2017 16:19:34 +0000 (11:19 -0500)]
FS-10637: [core] FreeSWITCH crash in 'enterprise originate' API caused due to fix done for FS-10596 #resolve
Anthony Minessale [Thu, 31 Aug 2017 19:17:25 +0000 (14:17 -0500)]
FS-10503 return causes break on first loop and can cause buildup in buffer
Anthony Minessale [Thu, 31 Aug 2017 00:26:19 +0000 (19:26 -0500)]
FS-10503 disable write buffer for all streaming
Seven Du [Thu, 31 Aug 2017 00:11:11 +0000 (08:11 +0800)]
FS-10503 #comment disable write buffer for rtsp streaming
Marc Olivier Chouinard [Thu, 24 Aug 2017 03:01:22 +0000 (23:01 -0400)]
FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT
Hristo Trendev [Tue, 22 Aug 2017 13:41:05 +0000 (15:41 +0200)]
FS-10617: [mod_sofia] Nightmare transfer: expose remote server's channel UUIDs as variables.
Currently there is no easy way for ESL and dial plan users to easily correlate
the channel UUID of the call legs involved in a nightmare transfer. This patch
adds two new channel variables, which are set to the remote server call leg
UUIDs (transfer_refer_from, transfer_refer_for).
The UUIDs are passed from the remote server in custom headers (X-FS-Refer-From
and X-FS-Refer-For).
Brian West [Thu, 24 Aug 2017 20:07:19 +0000 (20:07 +0000)]
Merge pull request #1369 in FS/freeswitch from ~LAZEDO/freeswitch:FS-10592-1 to master
* commit '
aea2db043e376b7d55087416ce0670ce70cba7f0 ':
FS-10592: [mod_sofia] add sofia_profile_url to b channel
Brian West [Thu, 24 Aug 2017 20:04:02 +0000 (15:04 -0500)]
[core] FS-10587 502 response sent on codec mismatch
Anthony Minessale [Thu, 24 Aug 2017 16:17:11 +0000 (11:17 -0500)]
FS-10609: [mod_verto] Invalid pointer in verto channel #resolve
Anthony Minessale [Thu, 24 Aug 2017 16:11:59 +0000 (11:11 -0500)]
FS-10270 add additional patch
Mike Jerris [Tue, 22 Aug 2017 21:33:00 +0000 (21:33 +0000)]
FS-10602: [mod_conference] add api_on_conference_create
Anthony Minessale [Mon, 21 Aug 2017 22:09:24 +0000 (17:09 -0500)]
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
Anthony Minessale [Mon, 21 Aug 2017 17:37:03 +0000 (12:37 -0500)]
FS-10571: [mod_conference,RTP] TMMBR messages request the same size for any user layout size when manage-inbound-video-bitrate enabled #resolve
Shane Bryldt [Fri, 18 Aug 2017 22:44:25 +0000 (17:44 -0500)]
FS-10167: Fixed up linux build for latest work on channel and protocol removal at runtime
Shane Bryldt [Fri, 18 Aug 2017 22:30:08 +0000 (16:30 -0600)]
FS-10167: Updated publish and broadcast to support adding and removing channels at runtime, as well as removing protocols at runtime. In effect this provides cleanup on subscriptions when an entire channel or protocol becomes unavailable. Committing to test linux build.
Anthony Minessale [Fri, 18 Aug 2017 01:01:16 +0000 (20:01 -0500)]
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 -- fix locking regression part 2
Anthony Minessale [Thu, 17 Aug 2017 21:08:34 +0000 (16:08 -0500)]
FS-10529: [mod_native_file] mod_native_file: remove "opus" extension -- fix regression
Mike Jerris [Thu, 17 Aug 2017 20:47:17 +0000 (16:47 -0400)]
FS-10596: [core] include opposite caller profiles in cdr when doing enterprise originate
lazedo [Thu, 17 Aug 2017 19:32:13 +0000 (20:32 +0100)]
FS-10592: [mod_sofia] add sofia_profile_url to b channel
Brian West [Thu, 17 Aug 2017 16:38:35 +0000 (16:38 +0000)]
Merge pull request #1368 in FS/freeswitch from ~LAZEDO/freeswitch:feature/FS-10597 to master
* commit '
72335514eed8e08f45d6d6ca61b7c605c7524af0 ':
FS_10597: [mod_expr] add logic AND & OR
Brian West [Thu, 17 Aug 2017 15:33:09 +0000 (15:33 +0000)]
Merge pull request #1367 in FS/freeswitch from ~JUNGLEBOOGIE/freeswitch:bugfix/FS-10595-pr-vars.xml-delete-whitespace to master
* commit '
4cb44e6c60fa4d45f6fb87e02dd84418ad74804b ':
FS-10593: clean up whitespaces from several xml files.
lazedo [Thu, 17 Aug 2017 01:35:10 +0000 (02:35 +0100)]
FS_10597: [mod_expr] add logic AND & OR
sean f [Wed, 16 Aug 2017 21:58:01 +0000 (14:58 -0700)]
FS-10593: clean up whitespaces from several xml files.
Anthony Minessale [Wed, 16 Aug 2017 19:16:45 +0000 (14:16 -0500)]
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 -- fix locking regression #resolve
Mike Jerris [Tue, 15 Aug 2017 22:16:01 +0000 (22:16 +0000)]
Merge pull request #1366 in FS/freeswitch from ~LAZEDO/freeswitch:FS-10592 to master
* commit '
da96699c1e4276342ac5550aaf96c82a6adbd402 ':
FS-10592: [mod_sofia] add sofia_profile_url to channel vars
lazedo [Tue, 15 Aug 2017 21:33:37 +0000 (22:33 +0100)]
FS-10592: [mod_sofia] add sofia_profile_url to channel vars
Anthony Minessale II [Fri, 11 Aug 2017 18:18:30 +0000 (18:18 +0000)]
Merge pull request #1358 in FS/freeswitch from feature/FS-10503-mod_av-split-audio-to-two-channels to master
* commit '
4e5219cd27177fd1dcf668c3c3c4bbeb3c59fdd3 ':
FS-10503: [mod_av] mod_av split audio to two channels #resolve
add some params to control rate and channels
Anthony Minessale [Fri, 14 Jul 2017 23:35:23 +0000 (18:35 -0500)]
FS-10503: [mod_av] mod_av split audio to two channels #resolve
Anthony Minessale [Tue, 11 Jul 2017 17:45:57 +0000 (12:45 -0500)]
add some params to control rate and channels
Anthony Minessale [Fri, 11 Aug 2017 18:05:07 +0000 (13:05 -0500)]
FS-10573: [freeswitch-core] Native recording causes segfault #resolve
Mike Jerris [Thu, 10 Aug 2017 18:41:39 +0000 (18:41 +0000)]
Merge pull request #1031 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9683-pass-call-recovery-status-to-verto to master
* commit '
34e491ffa1dca32846d1e0fb97e71f5ac7c34d22 ':
FS-9683: Pass call recovery status to Verto
Mike Jerris [Thu, 10 Aug 2017 16:40:53 +0000 (16:40 +0000)]
Merge pull request #1350 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:bugfix/FS-10529-remove_opus_extension to master
* commit '
6bac8ddcc3ab7a2626750a8befe5f8459b2c9d9a ':
FS-10529: [mod_native_file] do not register "opus" file extension (needs ogg/opus support). Use encoded_bytes_per_packet to skip other extensions too.
Mike Jerris [Thu, 10 Aug 2017 16:20:02 +0000 (16:20 +0000)]
Merge pull request #1354 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10551/opus_16khz_init_fec_map to master
* commit '
2f914e37fa663737fccc2ba4fe7cf17d2918ab9f ':
FS-10551: [mod_opus] added FEC bitrates map for opus@16000h (for the "keep-fec-enabled" setting)
Mike Jerris [Thu, 10 Aug 2017 16:18:59 +0000 (16:18 +0000)]
Merge pull request #1326 in FS/freeswitch from ~DRAGOS_OANCEA_NX/freeswitch-dragos-nx:feature/FS-10478/cmd_uniform_replies to master
* commit '
06f060ebd9a8cd2b3a8f343096f39496892e4e16 ':
FS-10478: [mod_conference] make API replies uniform with "+OK" or "-ERR" prefix
Mike Jerris [Wed, 9 Aug 2017 21:25:26 +0000 (16:25 -0500)]
FS-10577: [core] start additional event dispatch threads based on event system queue size
Italo Rossi [Thu, 10 Aug 2017 05:36:58 +0000 (00:36 -0500)]
FS-10237 [mod_callcenter] Do not kick member out at max wait time if we are originating to an agent already.
Italo Rossi [Tue, 8 Aug 2017 19:45:05 +0000 (14:45 -0500)]
Revert "FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent"
This reverts commit
b4ada1b849d526e3d808fd22626b7d618289c537 .
Anthony Minessale [Sat, 5 Aug 2017 18:17:48 +0000 (13:17 -0500)]
FS-10420: [verto.js] Verto on Safari -- some more tweaks
Anthony Minessale [Sat, 5 Aug 2017 18:13:48 +0000 (13:13 -0500)]
FS-10527: [mod_av] AV tweaks -- using more threads on decode is a little buggy
Mike Jerris [Sat, 5 Aug 2017 18:11:59 +0000 (13:11 -0500)]
FS-10574: fix deadlock on invalid syntax using conference record api
Shane Bryldt [Fri, 4 Aug 2017 02:31:28 +0000 (21:31 -0500)]
FS-10167: Updating linux build
Shane Bryldt [Fri, 4 Aug 2017 02:26:07 +0000 (20:26 -0600)]
FS-10167: Revisited ks_pool to embed the ks_pool_t pointer into the prefix of each allocation, updated libks and libblade to remove unneccessary pool pointers in structures, pool-allocated memory can now be freed without needing to pass the original pool
Shane Bryldt [Tue, 1 Aug 2017 22:48:34 +0000 (17:48 -0500)]
FS-10167: Linux build updated and basic tests work as expected
Shane Bryldt [Tue, 1 Aug 2017 22:30:25 +0000 (16:30 -0600)]
FS-10167: More work on the event channel workflow, switched callback data back to using void* and the assumption callback will clear the data or that it would be cleaned up by a handle shutdown by allocating within the handle pool. Base tests currently working, committing to sync up linux build
Anthony Minessale [Mon, 31 Jul 2017 20:00:18 +0000 (15:00 -0500)]
FS-10562: [core] Crashes referencing cannot access memory #comment Firefox sending only candidates for RTCP and not RTP causing funky code path #resolve
Anthony Minessale [Mon, 31 Jul 2017 17:12:32 +0000 (12:12 -0500)]
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 #resolve
Anthony Minessale [Mon, 31 Jul 2017 17:10:56 +0000 (12:10 -0500)]
FS-10560: [freeswitch-core] Add channel count to fsv #resolve
Anthony Minessale [Fri, 28 Jul 2017 23:05:45 +0000 (18:05 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- minor regression
Mike Jerris [Fri, 28 Jul 2017 21:51:40 +0000 (17:51 -0400)]
FS-10558: fix make current build to not reconf spandsp when you don't need to, it should do this automatically and correctly on its own
Mike Jerris [Fri, 28 Jul 2017 15:30:42 +0000 (10:30 -0500)]
FS-10556: fix build error on lua-reconf which is no longer required
Seven Du [Fri, 28 Jul 2017 02:18:15 +0000 (10:18 +0800)]
FS-10552 Doh, remove extra debug lines
Seven Du [Fri, 28 Jul 2017 02:10:23 +0000 (10:10 +0800)]
FS-10552 #resolve
Dragos Oancea [Thu, 27 Jul 2017 15:59:16 +0000 (16:59 +0100)]
FS-10551: [mod_opus] added FEC bitrates map for opus@16000h (for the "keep-fec-enabled" setting)
Mike Jerris [Tue, 25 Jul 2017 23:31:31 +0000 (18:31 -0500)]
FS-10540: change conf to use sound_prefix var to allow changing to sounds set in one change
Anthony Minessale [Tue, 25 Jul 2017 21:08:27 +0000 (16:08 -0500)]
FS-10379: [mod_conference] Set canvas size based on a variable -- lock width and height to even numbers
Brian West [Tue, 25 Jul 2017 20:15:44 +0000 (20:15 +0000)]
Merge pull request #1345 in FS/freeswitch from feature/FS-10486-add-tls-support-to-mod_shout to master
* commit '
af4d73d44e5c2f236f58be2d87d48299846d9cbf ':
FS-10486 add shouts:// proto to support TLS
Mike Jerris [Tue, 25 Jul 2017 17:08:29 +0000 (12:08 -0500)]
FS-10540: add build for Allison sounds
Shane Bryldt [Tue, 25 Jul 2017 17:00:45 +0000 (11:00 -0600)]
FS-10167: Temporary commit for peer review
Dragos Oancea [Fri, 21 Jul 2017 16:10:25 +0000 (12:10 -0400)]
FS-10529: [mod_native_file] do not register "opus" file extension (needs ogg/opus support). Use encoded_bytes_per_packet to skip other extensions too.
Ken Rice [Fri, 21 Jul 2017 20:41:32 +0000 (15:41 -0500)]
drop ldap from meta-all debian package
Anthony Minessale [Fri, 21 Jul 2017 18:55:01 +0000 (13:55 -0500)]
FS-10532: [mod_av] Add an av command to mod_av and use it to modify log level #resolve
Marc Olivier Chouinard [Wed, 19 Jul 2017 01:46:51 +0000 (21:46 -0400)]
FS-10512: Fix issue with callcenter topdown strategy
Anthony Minessale [Thu, 20 Jul 2017 22:58:46 +0000 (17:58 -0500)]
FS-10528: [mod_conference] Put proper color behind letterboxed video avatars #resolve
Anthony Minessale [Thu, 20 Jul 2017 22:35:28 +0000 (17:35 -0500)]
FS-10527: [mod_av] AV tweaks #resolve
Mike Jerris [Thu, 20 Jul 2017 22:26:08 +0000 (22:26 +0000)]
Merge pull request #1349 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10525-update-curl-to-7.54.1-for-windows to master
* commit '
bf101a5f0b1bef09a0013db65f3f72c351ff8064 ':
FS-10525: [Build-System] Update curl to 7.54.1 for windows, move to props.
Anthony Minessale [Thu, 20 Jul 2017 22:28:19 +0000 (17:28 -0500)]
FS-10526: [freeswitch-core] Uninitialized variable in switch_img_fit when using SWITCH_FIT_SIZE_AND_SCALE #resolve
Anthony Minessale [Thu, 20 Jul 2017 22:24:17 +0000 (17:24 -0500)]
FS-10091: [mod_conference] Conference play file with full-screen=true has side effect on member video #resolve
Andrey Volk [Thu, 20 Jul 2017 22:21:34 +0000 (01:21 +0300)]
FS-10525: [Build-System] Update curl to 7.54.1 for windows, move to props.
Mike Jerris [Thu, 20 Jul 2017 20:42:12 +0000 (20:42 +0000)]
Merge pull request #1348 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10064-cannot-compile-mod_managed-under to master
* commit '
5626d0b535480de0efa19daae4431063b56f588a ':
FS-10064: [mod_managed] Fix compile on windows.
Andrey Volk [Thu, 20 Jul 2017 20:38:44 +0000 (23:38 +0300)]
FS-10064: [mod_managed] Fix compile on windows.
Anthony Minessale [Thu, 20 Jul 2017 08:30:59 +0000 (03:30 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Anthony Minessale [Thu, 20 Jul 2017 08:17:03 +0000 (03:17 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Anthony Minessale [Thu, 20 Jul 2017 07:56:00 +0000 (02:56 -0500)]
FS-10523: [freeswitch-core] Websocket disconnects prematurely
Anthony Minessale [Thu, 20 Jul 2017 07:55:38 +0000 (02:55 -0500)]
FS-10523: [freeswitch-core] Websocket disconnects prematurely #resolve
Anthony Minessale [Thu, 20 Jul 2017 07:51:36 +0000 (02:51 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Anthony Minessale [Thu, 20 Jul 2017 07:51:24 +0000 (02:51 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Anthony Minessale [Thu, 20 Jul 2017 07:36:14 +0000 (02:36 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Anthony Minessale [Thu, 20 Jul 2017 04:06:19 +0000 (23:06 -0500)]
FS-10472: [mod_conference] Crash due to hangup race in conference personal canvas mode -- the saga continues
Christopher Rienzo [Wed, 19 Jul 2017 11:17:07 +0000 (11:17 +0000)]
Merge pull request #1331 in FS/freeswitch from ~MATT_TELTECH/freeswitch:FS-10490-mod_unimrcp-gsr to master
* commit '
d0e779017617cbeaa22d81fd39ee59dad844f42a ':
FS-10490 [mod_unimrcp] application/xml content-type for unimrcp grammar
Mike Jerris [Tue, 18 Jul 2017 19:18:46 +0000 (19:18 +0000)]
Merge pull request #1347 in FS/freeswitch from ~ANDYWOLK/freeswitch:bugfix/FS-10516-move-libsilk-from-tree-to-download to master
* commit '
a1bff96d40729dbdc67aedd5043198ceb652b5e8 ':
FS-10516: [Build-System] Move libsilk from tree to download on windows.
Andrey Volk [Tue, 18 Jul 2017 19:16:48 +0000 (22:16 +0300)]
FS-10516: [Build-System] Move libsilk from tree to download on windows.
Seven Du [Tue, 18 Jul 2017 17:03:30 +0000 (01:03 +0800)]
FS-10486 add shouts:// proto to support TLS
Italo Rossi [Tue, 18 Jul 2017 16:25:22 +0000 (13:25 -0300)]
Revert "FS-10314: Initial commit adding profiles to mod_callcenter"
This reverts commit
54c93528dc890aa2e52720617999f9ec5aa2e477 .
Italo Rossi [Tue, 18 Jul 2017 16:09:39 +0000 (13:09 -0300)]
Revert "FS-10511: Set status as External call when using callcenter_track"
This reverts commit
1ce87dfca17a53b81cb87a761b385ab48371782f .