Anthony Minessale
2aea0c329b
FS-10468: [mod_verto] Attended Transfer from Mod Verto leaves one channel in limbo. #resolve
2017-09-11 14:47:56 -05:00
Mike Jerris
79bd7ad203
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.
2017-09-11 19:34:25 +00:00
Andrey Volk
fe83efca45
FS-10663: [mod_portaudio] Fix empty pa devlist on windows x64 release build.
2017-09-11 22:27:31 +03:00
Anthony Minessale
2362cb4e58
FS-10622: [core] Auto-fixing audio codec from G722 to PCMU although PCMU was not negotiated #resolve
2017-09-08 13:38:44 -05:00
Mike Jerris
8fa59c995d
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
2017-09-08 17:29:14 +00:00
Victor Torres
67dad06398
FS-10654: [verto] implementing replace prototype in verto dialog
2017-09-08 14:12:31 -03:00
Mike Jerris
e848f1ef4b
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.
2017-09-08 16:33:07 +00:00
Shane Bryldt
bda523b5af
FS-10167: Small fix to get linux build working, tested and working correctly
2017-09-07 07:48:48 -05:00
Shane Bryldt
ee8db10a5f
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.
2017-09-07 06:44:16 -06:00
Anthony Minessale
63eec0ee3a
FS-10647: [mod_av] Video quality degragation from 1.6.17 to 1.6.19 #resolve
2017-09-06 12:59:18 -05:00
Anthony Minessale
7cf6eb8e74
FS-10604: [core] Segfault in libcrypto / dtls #resolve
2017-09-06 12:29:02 -05:00
Anthony Minessale
e2a186cb37
FS-10613: [core] freeswitch using the the wrong PT value (using the transmit PT instead of the receive PT) #resolve
2017-09-01 13:55:33 -05:00
Anthony Minessale
3c524021ca
FS-10637: [core] FreeSWITCH crash in 'enterprise originate' API caused due to fix done for FS-10596 #resolve
2017-09-01 11:19:34 -05:00
Anthony Minessale
68fc3b5120
FS-10503 return causes break on first loop and can cause buildup in buffer
2017-08-31 14:17:25 -05:00
Anthony Minessale
ce5c69f63a
FS-10503 disable write buffer for all streaming
2017-08-30 19:26:19 -05:00
Seven Du
951b6c1464
FS-10503 #comment disable write buffer for rtsp streaming
2017-08-31 08:11:49 +08:00
Marc Olivier Chouinard
348c2c42bb
FS-10608: Change 60 second timeout value to a global #define SWITCH_DEFAULT_TIMEOUT
2017-08-29 13:54:34 -04:00
Hristo Trendev
9d4c26825f
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).
2017-08-28 13:38:45 +02:00
Brian West
fd3c2fd3bf
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
2017-08-24 20:07:19 +00:00
Brian West
ccb32525d6
[core] FS-10587 502 response sent on codec mismatch
2017-08-24 15:04:02 -05:00
Anthony Minessale
eed17a6079
FS-10609: [mod_verto] Invalid pointer in verto channel #resolve
2017-08-24 11:17:11 -05:00
Anthony Minessale
7d6e60e251
FS-10270 add additional patch
2017-08-24 11:11:59 -05:00
Mike Jerris
2ebdf42f2c
FS-10602: [mod_conference] add api_on_conference_create
2017-08-22 21:33:00 +00:00
Anthony Minessale
aef2487077
FS-10601: [freeswitch-core] accomodate should be accommodate #resolve
2017-08-21 17:09:24 -05:00
Anthony Minessale
10dfc93cdf
FS-10571: [mod_conference,RTP] TMMBR messages request the same size for any user layout size when manage-inbound-video-bitrate enabled #resolve
2017-08-21 12:37:03 -05:00
Shane Bryldt
9fc65c8752
FS-10167: Fixed up linux build for latest work on channel and protocol removal at runtime
2017-08-18 17:44:25 -05:00
Shane Bryldt
a81b57bd35
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.
2017-08-18 16:30:08 -06:00
Anthony Minessale
079a04d1c2
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 -- fix locking regression part 2
2017-08-17 20:01:16 -05:00
Anthony Minessale
d1f7899087
FS-10529: [mod_native_file] mod_native_file: remove "opus" extension -- fix regression
2017-08-17 16:08:40 -05:00
Mike Jerris
e7269d7389
FS-10596: [core] include opposite caller profiles in cdr when doing enterprise originate
2017-08-17 16:47:58 -04:00
lazedo
aea2db043e
FS-10592: [mod_sofia] add sofia_profile_url to b channel
2017-08-17 20:32:13 +01:00
Brian West
030612b3ec
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
2017-08-17 16:38:35 +00:00
Brian West
92856f5cb9
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.
2017-08-17 15:33:09 +00:00
lazedo
72335514ee
FS_10597: [mod_expr] add logic AND & OR
2017-08-17 02:35:10 +01:00
sean f
4cb44e6c60
FS-10593: clean up whitespaces from several xml files.
2017-08-16 14:58:01 -07:00
Anthony Minessale
8a842f8f7c
FS-10561: [freeswitch-core,mod_conference] Video concurrency improvements for 1.8 -- fix locking regression #resolve
2017-08-16 14:17:16 -05:00
Mike Jerris
bfa39a457e
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
2017-08-15 22:16:01 +00:00
lazedo
da96699c1e
FS-10592: [mod_sofia] add sofia_profile_url to channel vars
2017-08-15 22:33:37 +01:00
Anthony Minessale II
c30c817b53
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
2017-08-11 18:18:30 +00:00
Anthony Minessale
4e5219cd27
FS-10503: [mod_av] mod_av split audio to two channels #resolve
2017-08-11 13:23:15 -05:00
Anthony Minessale
fd3b25d282
add some params to control rate and channels
2017-08-11 13:23:15 -05:00
Anthony Minessale
d3937624c4
FS-10573: [freeswitch-core] Native recording causes segfault #resolve
2017-08-11 13:05:11 -05:00
Mike Jerris
9127c41316
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
2017-08-10 18:41:39 +00:00
Mike Jerris
86910efa34
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.
2017-08-10 16:40:53 +00:00
Mike Jerris
f48fc352b7
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)
2017-08-10 16:20:02 +00:00
Mike Jerris
1f5c7f6666
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
2017-08-10 16:18:59 +00:00
Mike Jerris
503b9d3753
FS-10577: [core] start additional event dispatch threads based on event system queue size
2017-08-10 10:25:12 -05:00
Italo Rossi
54e6cd3ebf
FS-10237 [mod_callcenter] Do not kick member out at max wait time if we are originating to an agent already.
2017-08-10 00:36:58 -05:00
Italo Rossi
ec44f5adf2
Revert "FS-10237 [mod_callcenter] Do not kick member out on timeout if originating to an agent"
...
This reverts commit b4ada1b849
.
2017-08-08 14:45:05 -05:00
Anthony Minessale
4d32ca9826
FS-10420: [verto.js] Verto on Safari -- some more tweaks
2017-08-05 13:17:54 -05:00