- 19 11月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
FS-8160 Additional vulnerability in json parsing malformed utf encoded chars discovered by Brian Martin - Tenable Security Response CVE-2015-7392
-
- 09 11月, 2015 1 次提交
-
-
由 Mark Lipscombe 提交于
script calling session:getVariable() with a null variable name will cause FreeSWITCH to segfault. This change checks whether varname parameter to switch_channel_get_variable_dup is non-NULL.
-
- 04 11月, 2015 1 次提交
-
-
由 Brian West 提交于
* commit 'aaddce34': FS-8308 need to double encode if urlencoding json that is already encoded
-
- 03 11月, 2015 1 次提交
-
-
由 Nathan Neulinger 提交于
-
- 29 10月, 2015 2 次提交
-
-
由 Mike Jerris 提交于
-
由 Michael Jerris 提交于
-
- 23 10月, 2015 3 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
-
由 Chris Rienzo 提交于
FS-8370 [mod_rayo] found another place in <prompt> where a message was freed after being queued for delivery. This resulted in a freed object being serialized, crashing FS.
-
- 16 10月, 2015 1 次提交
-
-
由 Brian West 提交于
-
- 12 10月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
-
- 09 10月, 2015 3 次提交
-
-
由 Davide Colombo 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-8166 #resolve [Mute/unmute while shout is playing audio fails because the channel "has a media bug, hard mute not allowed"]
-
- 01 10月, 2015 1 次提交
-
-
由 Michael Jerris 提交于
-
- 30 9月, 2015 1 次提交
-
-
由 Brian West 提交于
-
- 29 9月, 2015 3 次提交
-
-
由 Anthony Minessale 提交于
-
由 Saumar Hajjar 提交于
-
由 Anthony Minessale 提交于
FS-8190: [mod_event_socket] When using nixevent, freeswitch stops sending us certain custom event that were NOT part of the nixevent command
-
- 28 9月, 2015 1 次提交
-
-
由 Ken Rice 提交于
-
- 25 9月, 2015 2 次提交
-
-
由 Ken Rice 提交于
-
由 Anthony Minessale 提交于
Conflicts: src/mod/endpoints/mod_sofia/mod_sofia.c
-
- 24 9月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
Conflicts: src/mod/endpoints/mod_sofia/mod_sofia.c
-
- 22 9月, 2015 2 次提交
-
-
由 Travis Cross 提交于
In the systemd unit for FS/debian, if the WorkingDirectory is not set then it defaults to '/'. This is fine for FS, and is a common and expected chdir choice for daemons. We had previously set this to /run/freeswitch. Due to Debian having systemd-coredump(8) disabled, this was causing core files to be written to /run/freeswitch, which is a bad place for them as it's mounted on tmpfs. It's better to leave FS as running on '/'. This will prevent core files from being written unless the user adjusts `sysctl kernel.core_pattern`, which is a reasonable thing to expect if the user wants these files. Core files can be huge, and having them go anywhere unexpectedly can be a problem. When Debian adds the systemd-coredumps support this will all work nicely and automatically. ref: http://www.freedesktop.org/software/systemd/man/coredump.conf.html ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744964 FS-7909
-
由 Travis Cross 提交于
This changes how we create the temporary directory /run/freeswitch when starting FS with systemd. The /run directory starts empty after a system reboot, so we need to ensure this directory is present. As part of systemd.exec(5), systemd provides a mechanism to automatically manage these directories under /run and to bind their lifetime to the lifetime of the process. This commit moves to using the RuntimeDirectory= mechanism and removes the obsolete ExecStartPre/mkdir code. FS-7130
-
- 21 9月, 2015 4 次提交
-
-
由 Michael Jerris 提交于
FS-8042, FS-8182: add ping time (in ms) to sip_registrations table, displays as part of the show commands that show registration details, add force_ping=true user var to force options ping on individual registered endpoints
-
由 Michael Jerris 提交于
FS-8185: [core] Allow xml preprocessor to expand variables where the resulting value is much longer than the original size
-
由 Anthony Minessale 提交于
FS-8167 [mod_lua] Fixed a segfault caused by using api:execute or session:execute and not quoting the first argument like api:execute(log, “Second argument”) instead of api:execute(“log”, “Second argument”)
-
由 Anthony Minessale 提交于
-
- 16 9月, 2015 1 次提交
-
-
由 Anthony Minessale 提交于
FS-8175 #resolve [Add continue_on_answer_timeout variable to allow channel to proceed from a tripped answer timeout]
-
- 15 9月, 2015 5 次提交
-
-
由 Michael Jerris 提交于
-
由 Tamas Cseke 提交于
Don't delete spawn reply because it can cause segfault in strncmp, check the flag instead
-
由 Artur Zaprzała 提交于
-
由 Natanael Copa 提交于
Prevent users to change password to an empty password when allow-empty-password-auth is set to true.
-
由 Natanael Copa 提交于
FS-1772: [mod_voicemail] fix reset of voicemail greeting to default to allow entering 0 to restore the default greeting.
-
- 14 9月, 2015 1 次提交
-
-
由 Michael Jerris 提交于
-
- 09 9月, 2015 4 次提交
-
-
由 Chris Rienzo 提交于
FS-8143 #resolve #comment [mod_rayo] Fix crash caused by client disconnecting from mod_rayo while a message is being delivered to that client. This is caused by the XMPP context's JID -> XMPP stream mapping not being cleaned up on XMPP stream destruction.
-
由 Anthony Minessale 提交于
-
由 Peter Wu 提交于
Since using SWIG 2.0 to generate the code, two new items have been pushed on the stack. Use relative stack indices to avoid breakage. FS-8099 #resolve
-
由 Anthony Minessale 提交于
-