Mike Jerris
abd8b0b061
Merge pull request #1608 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-11207-sofia-msrp_worker-crash-when-initializing to master
...
* commit '0fbe46ea0916e9a3e1a789e3b21cb205ef56ae5f':
FS-11207: [core] Fix msrp_init_ssl and msrp_deinit_ssl functions, check globals.ssl_ready variable
FS-11207: [core] Fix msrp_init_ssl error handling
2018-11-13 15:16:13 +00:00
Christian Schmidt
69ec4aadab
FS-11508: [mod_sofia] Make max-registrations-per-extension use extension instead of username
2018-11-08 12:45:45 +01:00
Mike Jerris
da49b042ba
FS-11506: [mod_sofia] Handle multiple History-Info headers in MESSAGE
2018-11-06 20:56:11 +00:00
Chris Rienzo
c854466ed2
[core] Test commit- bump copyright date.
2018-11-06 12:03:07 -05:00
Mike Jerris
76b3bb586b
FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build
2018-10-31 15:10:53 -04:00
kgribunin
6ea0e815a7
FS-11450 [mod_conference] Fix for memory leak when conference json list api command is executed
2018-10-31 19:17:51 +03:00
Brian West
9e8ae18f95
FS-11471: [mod_sofia] revert changes to send PAI for polycom 4.x versions differently, seems polycom has now fixed this
2018-10-22 11:00:33 -05:00
lazedo
0e0d588144
FS-11312 [core] prevent double firing record_start event
2018-10-16 07:27:40 +00:00
Hunyadvári Péter
0fbe46ea09
FS-11207: [core] Fix msrp_init_ssl and msrp_deinit_ssl functions, check globals.ssl_ready variable
2018-10-12 11:06:04 +02:00
Hunyadvári Péter
785ac737ca
FS-11207: [core] Fix msrp_init_ssl error handling
2018-10-05 14:43:55 +02:00
Luis Azedo
f8335607c2
FS-10745 [mod_sofia] provide more context to transferor event
2018-10-01 15:13:58 +01:00
Andrey Volk
7ebe4134ef
FS-11423: [mod_isac] Add ARM64 detection.
2018-09-30 18:53:41 +03:00
Andrey Volk
3b281cd5a1
FS-11422: [mod_java] Fix logging.
2018-09-29 13:21:37 +03:00
Chris Rienzo
d298b4f93a
FS-11416 [core] add test framework header files.
2018-09-27 14:19:48 -04:00
Mike Jerris
9927baa7d8
FS-11412: [core] Fix crash caused by missing or malformed ice candidates in sdp
2018-09-26 15:07:38 +00:00
Dragos Oancea
3ed6d56dd3
FS-11409: add "ice-lite" SDP attribute
2018-09-25 17:58:59 +01:00
Mike Jerris
a747db947c
FS-11340: [core] fix merge conflict
2018-09-25 15:22:54 +00:00
Seven Du
710d011c85
FS-11340 export switch_vad_state2str and update vad_test to support the latest params
...
FS-11340 check the status for read frame avoid crash
2018-09-24 20:22:24 +00:00
Seven Du
b77f8444c6
FS-11406 #resolve allow displace session replace both read and write audio
...
uuid_displace cannot replace audio on both direction at the same time,
this patch add a w mux flag so when both rw used at the same time,
it will displace both directions, then both sides can hear the same audio.
2018-09-24 18:56:37 +00:00
Seven Du
bdc21a0607
FS-11405 #resolve tweak macro to use do while 0
...
the original one will leave an extra semicolon after }
2018-09-24 18:52:07 +00:00
Anthony Minessale
75d038bd36
FS-11407: [freeswitch-core] process media bugs in the order they were added #resolve
2018-09-24 17:38:50 +00:00
Seven Du
0de57c07d8
FS-11014 FS-11404 fix libfvad might be enabled unexpectedly when set_mode is called
2018-09-24 17:38:50 +00:00
Mike Jerris
1d6f53a19e
FS-11393: [core] set record_record_trimmed_ms at the end of record app if the file interface has this info available
2018-09-20 04:50:02 +00:00
Chris Rienzo
d9d763d2a8
FS-11397 [mod_rayo] add xmlns to exec <response> to make adhearsion's life easier.
2018-09-19 15:36:19 -04:00
Mike Jerris
e08f819b5a
Merge pull request #1588 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11394-hardware-encoder-support to master
...
* commit 'd541943e11497d194aeeea17748e2125fe52160c':
FS-11394: [mod_av] Fix "restrict" regression.
2018-09-19 18:37:14 +00:00
Andrey Volk
d541943e11
FS-11394: [mod_av] Fix "restrict" regression.
2018-09-19 21:36:02 +03:00
Mike Jerris
a34d97b6b9
Merge pull request #1587 in FS/freeswitch from ~ANDYWOLK/freeswitch:feature/FS-11394-hardware-encoder-support to master
...
* commit '0b2f72ff973f7d4eb96548f333825ec69b0773e0':
FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav.
2018-09-19 17:23:26 +00:00
Mike Jerris
b96b109501
FS-11393: [core] set record_trimmed_ms at the end of record_session if the file interface has this info available
2018-09-19 17:13:00 +00:00
Andrey Volk
0b2f72ff97
FS-11394: [mod_av] Enable HW acceleration on Windows. Use FFmpeg 3.4.4 instead of libav.
2018-09-19 19:16:36 +03:00
Seven Du
122983e107
FS-11394 reenable avcodec nvenc support
2018-09-19 04:34:33 +00:00
Andrey Volk
6005400994
FS-11390: [mod_codec2] Use system libcodec2.
2018-09-15 14:58:05 +03:00
Andrey Volk
9f72c99cd7
FS-11362: [mod_verto] Fix regression for the broken Windows build.
2018-09-13 00:14:20 +03:00
Chris Rienzo
4edd8a9751
FS-11387 [mod_loopback] add null endpoint
2018-09-10 14:57:24 -04:00
Dragos Oancea
164b41d8bd
FS-11384: stun: fix for when parsing incoming packets that contain attributes with no value (like USE_CANDIDATE)
2018-09-07 15:59:17 +01:00
Mike Jerris
5f6ca30bb2
swigall
2018-09-06 17:58:43 +00:00
Mike Jerris
0367b3b023
FS-11382: [core] add switch_pool_strip_whitespace function to strip whitespace using pool allocation
2018-09-06 17:49:46 +00:00
Sergey Khripchenko
2d24475f57
FS-11362 Fix die_errnof() macro failing to compile on mac
2018-09-06 11:57:51 +00:00
Seven Du
cc02a4abfc
FS-11189 do not allow user change of g_timebase
...
the timebase logic is tighed to code internal logic and cannot be changed externally
2018-09-06 07:29:32 +00:00
Seven Du
827be99f9b
FS-11189 add some default config to be consistent if default xml config is missing
2018-09-06 04:31:36 +00:00
Sergey Khripchenko
75dae616be
FS-11189 Rearrange VPX code to fix few bugs and make it more structured.
2018-09-06 04:24:35 +00:00
Hunyadvári Péter
434baefcd0
FS-10827 [mod_spandsp] Make thread safe and xmlreload do not affect already started detection
2018-09-05 22:48:21 +00:00
Mike Jerris
99df402921
Merge pull request #1492 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-8579-broadcast-hold-bleg to master
...
* commit '554387c8dc53b0e3a8b9d530a799d681cef5e6e6':
Skip holding b leg only if it is on hold
2018-09-05 22:35:31 +00:00
Mike Jerris
a4db3a4355
Merge pull request #1491 in FS/freeswitch from ~HUNYI/freeswitch:feature/FS-8900-improve-record_follow_transfer to master
...
* commit '069da397f5b9e7adb10c2c9d8d03f83d195dae37':
Improve recording transfer
2018-09-05 22:34:38 +00:00
Mike Jerris
8cd4b16451
Merge pull request #1453 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-10826-fix-sample-rate to master
...
* commit '87d4a6a0c8efcd1104875a972573cb489d179bd7':
FS-10826 [core] Fix file handler sample rate after transfer
2018-09-05 22:29:03 +00:00
Mike Jerris
8bbb1f6760
Merge pull request #1526 in FS/freeswitch from ~HUNYI/freeswitch:bugfix/FS-11176-fix-do-not-restore-previous-codec to master
...
* commit '227a13497825f7ac890b6248c51570cb0d666164':
FS-11176: [core] do not use previous codec if its not ready
2018-09-05 22:24:26 +00:00
Anthony Minessale
65524ea2c1
FS-11379: [freeswitch-core] Rare race condition in state machine #resolve
2018-09-05 18:20:58 -04:00
Anthony Minessale
b4a64d4817
FS-11380: [core] add new internal function
2018-09-05 18:20:54 -04:00
Chris Rienzo
48aebd7365
FS-11377 [freeswitch-core] lock/unlock mutexes in consistent order.
2018-09-05 20:56:09 +00:00
Mike Jerris
3fc867fa93
FS-11349: [mod_av] remove debug logging
2018-09-05 20:42:14 +00:00
John Briscoe
4b63d80b35
FS-10723: [mod_conference] Add event generation when video feed interrupted occurs
2018-09-05 20:26:43 +00:00