Build: #53 was successful
Job: Build Release SRPM was successful
Code commits
FreeSWITCH
-
Ken Rice 0fc094646174580de711bbdb9604885a001350f8
bump version
-
Anthony Minessale <anthm@freeswitch.org> 3afa404d65954aed2c250fdf47dbe1cb06bef330
FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group -- revert small piece
-
Anthony Minessale <anthm@freeswitch.org> ba306e5ab63cb240e26659e7c22f2794a3c2f8eb
FS-10233: [mod_local_stream] mod_local_stream segfault trying to read a music file that is not open while playing a chime #resolve
-
Anthony Minessale <anthm@freeswitch.org> 196f73ac9855042072196dea2bfa66363715c1e4
FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group -- Edge case with file-only slots
-
Anthony Minessale <anthm@freeswitch.org> a6b53cdfe06440019dc9825e45995afd90fec47e
FS-10225: [mod_conference] Incorrect layout chosen when playing a file in a conference with a layout group #resolve
Conflicts:
src/mod/applications/mod_conference/conference_video.c -
Mike Jerris 59d6c456e35d198c8343771ee2e0abeeb0cca976
FS-10210: [mod_console] add support for uuid config param and 'console uuid' api command
-
Anthony Minessale <anthm@freeswitch.org> 7ef83f03162db83877112e7f03331ff84661fea8
FS-10220: [mod_conference] Conference channel parameters not working #resolve
-
Mike Jerris 154e5d6d7e2cc2a36208d83f442949a9e9352602
FS-10153: [build] fix mod_http_cache build on FreeBSD
-
Brian West <brian@freeswitch.org> 7e77f5d6237529a9ad306c23dc62017dff02bbcc
FS-10059: [sofia-sip] handle re-invites during t.38 call
-
Chris Rienzo <chris.rienzo@logmein.com> f0e97f5e3966459df402a3b6430ef1df6a3e2230
FS-10117 [mod_rayo] allow duplicate rayo signal-type configs for call progress detector
-
Anthony Minessale <anthm@freeswitch.org> 38621e47bad3b63f03a0a27f6ca9ed92f6969032
FS-10209: [freeswitch-core,mod_av] Add auth params to file handles
- src/include/switch_module_interfaces.h (version 38621e47bad3b63f03a0a27f6ca9ed92f6969032) (diffs)
- src/mod/applications/mod_av/avformat.c (version 38621e47bad3b63f03a0a27f6ca9ed92f6969032) (diffs)
- src/mod/applications/mod_av/mod_av.c (version 38621e47bad3b63f03a0a27f6ca9ed92f6969032) (diffs)
- src/switch_core_file.c (version 38621e47bad3b63f03a0a27f6ca9ed92f6969032) (diffs)
-
Anthony Minessale <anthm@freeswitch.org> ae1cdced23417eaad29ddb41981f1a10b53cd206
FS-10195: [fs_cli] Freeswitch intermittently segfaults #resolve
-
Anthony Minessale <anthm@freeswitch.org> 176990570912ba5232cf476a313a51e1894f5000
FS-10222: [freeswitch-core] add disable_audio_jb_during_passthru and disable_video_jb_during_passthru (cherry pick of aaa26c6 was messed up in git so ported manually)
-
Mike Jerris 0a3dd43e2fa8962fc39f3b3b47fa4c13114f3f41
FS-10100: [mod_av] fix crash on allocation error and other error cases opening a file
-
Anthony Minessale <anthm@freeswitch.org> 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a
FS-10126: [freeswitch-core] General Video Improvements #resolve
Conflicts:
src/include/switch_core.h
src/include/switch_types.h
src/mod/applications/mod_conference/conference_file.c
src/mod/applications/mod_conference/conference_video.c
src/mod/languages/mod_managed/managed/swig.cs
src/switch_core_media.c
src/switch_ivr_bridge.c
src/switch_rtp.c- src/include/switch_core.h (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/include/switch_module_interfaces.h (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/include/switch_types.h (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/mod/applications/mod_conference/conference_video.c (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/switch_core_media.c (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/switch_ivr_bridge.c (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
- src/switch_time.c (version 35b3e9a6a08a859e0ae0714ba6a64b3b5a97c54a) (diffs)
-
Anthony Minessale <anthm@freeswitch.org> 3da6bd010823363589b823b9f10a712a5fca0a23
FS-10126: [freeswitch-core] General Video Improvements
-
Anthony Minessale <anthm@freeswitch.org> 879b3b9d0c3f619dcf06552971fa4c33c2299c38
FS-10150: [freeswitch-core] Reduce writes to closed ssl sockets
-
Anthony Minessale <anthm@freeswitch.org> ab6cf5c742042831bb9a8fac9369590ca7f6d1fc
FS-10126: [freeswitch-core] General Video Improvements
-
Mike Jerris d490fbe89db7bb6c763a8ce24667252577f8301d
FS-10099: [mod_conference] fix rare seg on race on shutdown of a conference
-
Brian West <brian@freeswitch.org> b720d9216735900269afba3e3e6b3376faad579e
FS-9765 one tweak from submitted patch to use switch_channel_var_true instead of switch_channel_get_variable no need to allocate on every hold/unhold just to check if this is enabled.