Code commits
FreeSWITCH
-
Brian West <brian@freeswitch.org> 0999ff10ba9ddef1d8446816527d434d90af3307
FS-9666 fix unused variable
-
Mike Jerris 5c0c791e9814a4c0e95f08ea5a1d0c9a67eb11fc
Merge pull request #1023 in FS/freeswitch from ~OPENCODE/freeswitch:bugfix/FS-9662-wrong-version-number-in-old-opal to master
* commit 'fb6f9a454e9f72df52f0e0e869d86aaa1f348743':
FS-9662 #resolves [mod_opal] Fix version number in old OPAL error -
Anthony Minessale <anthm@freeswitch.org> 0b43fc7b47ba45092dd483c4208be90c408ef029
FS-9666 #resolve [Remove legacy code when getting an XML video refresh]
-
David Matson fb6f9a454e9f72df52f0e0e869d86aaa1f348743
FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
-
Anthony Minessale <anthm@freeswitch.org> 34238d2bd00550b5c020f20c112a705b7f4f5eae
FS-9665 #resolve [Add video_pre_call_banner feature]
- src/include/switch_types.h (version 34238d2bd00550b5c020f20c112a705b7f4f5eae) (diffs)
- src/mod/formats/mod_png/mod_png.c (version 34238d2bd00550b5c020f20c112a705b7f4f5eae) (diffs)
- src/switch_core_io.c (version 34238d2bd00550b5c020f20c112a705b7f4f5eae) (diffs)
- src/switch_core_media.c (version 34238d2bd00550b5c020f20c112a705b7f4f5eae) (diffs)
- src/switch_ivr_bridge.c (version 34238d2bd00550b5c020f20c112a705b7f4f5eae) (diffs)
-
Mike Jerris 8e6d89733a3ff6e5775af963d48cbab62740d0bf
FS-9634: fix typo
-
Mike Jerris c4c460e7f2409ca8a987745e3e1e11fae59ad0f0
FS-9581: fix signed/unsigned comparison build warning
-
Mike Jerris 7d6ed4a41df3229bccc6b9b68c36e2c4729f7028
Merge pull request #1008 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:feature/FS-9640-allow-access-to-verto-stream-object to master
* commit 'f566467cd08b8b1ec79691124fe878e2e3ebec7a':
FS-9640: Allow access to Verto stream object via callback -
Seven Du 15f33e532bed18596bcb0e5df96b15bd77cebfa4
-
Mike Jerris a393604db5f0cc181a54ebb775acbd4cdaa4338b
Merge pull request #1004 in FS/freeswitch from ~ARMENB/freeswitch:bugfix/FS-9636-Make-every-Transfer-a-Nightmare-Xfer to master
* commit '75f4114443c17bab5eba6814bbd13ef8e08a1617':
FS-9636 [mod_sofia] Add sofia.conf parameter to make every transfer a nightmare transfer -
Mike Jerris d79b9a0627a7a8dbec0ca20fb6b71f6e64400f9a
Merge pull request #1007 in FS/freeswitch from ~FRANCOIS/freeswitch-fs-9590:master to master
* commit 'bc7f60e014f1bf10214f2cd79cc6bbfe5970637f':
FS-9590 check dtmf_type variable when negociating inbound SDP -
Mike Jerris 5591dde7e1adbb524bdc4944ffc1642b3cf88c40
Merge pull request #1009 in FS/freeswitch from ~J0SH/freeswitch:unreg-user-ev to master
* commit '5bb6742b440d6fdce44bc6d4f2fafd68cbb0004a':
mod_sofia: Add 'username' header for expiration events. -
Anthony Minessale <anthm@freeswitch.org> 53ee0602082123fff4a47af0bdafa84dea7adcfa
FS-9634 #resolve [RTCP mux is always proposed on outbound channels even if rtcp_mux chan variable is 0]
-
William King <william.king@quentustech.com> 15a71562300f7a08c5bdfcfbda679d164db19efe
FS-9656 Coverity 1364971: resolve memory leak in new HEPv3 logging
-
Brian West <brian@freeswitch.org> f432761072d886c2d2136159ed2b2982fcc7c67d
swigall
-
Mike Jerris 6220dcbd5b47619fc2f3f9fdc16d34e9aec95efd
Merge pull request #1017 in FS/freeswitch from ~MDAGUETE/freeswitch:bugfix/FS-9647-improve-spanish-translations-for to master
* commit '61c0bf381fdc6718269505e0cd66d8ba46acc7a5':
FS-9647 Improve spanish translations -
Anthony Minessale <anthm@freeswitch.org> 11066d5cf464a3b4c0cba6f3e9ff0e8b76ee4325
FS-9654 #resolve [Issue with RTP payload negotiation]
-
Ken Rice b90abae047faa4ca09d29237754c87f8c2648e76
FS-9653 #resolve freeswitch-meta-all-dbg should not depend on non-existant freeswitch-meta-lang-dbg %backport=1.6
-
Ken Rice 98dd2615b931a96e638721a9aedb31b35e99d570
FS-9642 #resolve do not limit time for real time threads with systemd. this causes systemd to randomly restart FreeSWITCH without notice as to why. %backport=1.6
-
Manuel Dur?n Aguete 61c0bf381fdc6718269505e0cd66d8ba46acc7a5
FS-9647 Improve spanish translations
Improve spanish translations for verto communicator. -
William King <william.king@quentustech.com> 9407f890aba463239767588981ce2d88ff292f46
FS-9651 Fix incorrect expression
-
William King <william.king@quentustech.com> 6dac2b5ff46bf95f9df4d6f553554a561ed15847
FS-9650 initialize pointer to NULL to resolve warning
-
William King <william.king@quentustech.com> 330bb12f5debd5a97b67795eb4441f58580e3207
FS-9649 Fix filebug script if EDITOR env variable not set
-
Mike Jerris 43e19a51924380f3337a73e4a06d6d437f3759d9
Merge pull request #1012 in FS/freeswitch from ~CRIENZO/freeswitch:fs-9644-hupall-to-allow-multiple-vars to master
* commit '120e326760f6f89900474d48cf2d6f34ceaef14f':
FS-9644 [mod_commands][core] update hupall API to support multiple variables hupall [cause] [[var1] [val1]] [[var2] [val2]] ... -
Anthony Minessale <anthm@freeswitch.org> 6d721a7e379d081feebe8e8b3acc762575716fb5
FS-9648 #resolve [Conference avatar image gets stuck enabled when it uses the same image as video mute]
-
Brian West <brian@freeswitch.org> efc2ed2a49372e1160b8cdd84872e7876ef01779
FS-9632 remove SWITCH_FILE_FLAG_VIDEO flag if we fail to receive video so we fall thru and record the audio only. Previously it would just fail to function as expected.
-
Christopher Rienzo <chris@rienzo.net> df1bbf7c94bd996e7bb85cc362ecd7684e609237
Merge pull request #1013 in FS/freeswitch from ~CRIENZO/freeswitch:fs-9645 to master
* commit '7e8b8b428c40eecdd093b44993125ebcbbfe5387':
FS-9645 [mod_hiredis] add support for AUTH when profile password is set add new configuration 'ignore-error' which will not fail limit if an error like auth failure occurs -
Chris Rienzo <chris.rienzo@citrix.com> 7e8b8b428c40eecdd093b44993125ebcbbfe5387
FS-9645 [mod_hiredis] add support for AUTH when profile password is set add new configuration 'ignore-error' which will not fail limit if an error like auth failure occurs
- src/mod/applications/mod_hiredis/hiredis_profile.c (version 7e8b8b428c40eecdd093b44993125ebcbbfe5387) (diffs)
- src/mod/applications/mod_hiredis/hiredis_utils.c (version 7e8b8b428c40eecdd093b44993125ebcbbfe5387) (diffs)
- src/mod/applications/mod_hiredis/mod_hiredis.c (version 7e8b8b428c40eecdd093b44993125ebcbbfe5387) (diffs)
- src/mod/applications/mod_hiredis/mod_hiredis.h (version 7e8b8b428c40eecdd093b44993125ebcbbfe5387) (diffs)
-
Chris Rienzo <chris.rienzo@citrix.com> 120e326760f6f89900474d48cf2d6f34ceaef14f
FS-9644 [mod_commands][core] update hupall API to support multiple variables hupall [cause] [[var1] [val1]] [[var2] [val2]] ...
added switch_core_session_hupall_matching_vars_ans() which will hang up all channels that match each variable(s) value -
Josh Allmann <josh@fsmedia.convorelay.net> 5bb6742b440d6fdce44bc6d4f2fafd68cbb0004a m
mod_sofia: Add 'username' header for expiration events.
More consistent with the naming in other events, eg
register and unregister. -
Chad Phillips f566467cd08b8b1ec79691124fe878e2e3ebec7a m
FS-9640: Allow access to Verto stream object via callback
Exposes Verto MediaStream objects via the onGranted() callback -
Fran?ois bc7f60e014f1bf10214f2cd79cc6bbfe5970637f m
FS-9590 check dtmf_type variable when negociating inbound SDP
-
Armen Babikyan 75f4114443c17bab5eba6814bbd13ef8e08a1617 m
FS-9636 [mod_sofia] Add sofia.conf parameter to make every transfer a nightmare transfer