- 26 9月, 2015 2 次提交
-
-
由 Italo Rossi 提交于
-
由 Anthony Minessale 提交于
-
- 25 9月, 2015 14 次提交
-
-
由 Ken Rice 提交于
If CallerID is not set as is the default case with using VC on cantina default to using the users email address.
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Stefan Yohansson 提交于
-
由 Italo Rossi 提交于
FSRTC - calling localStream.stop when it's available or localStream.active = false to make it work on newer chrome canary
-
- 24 9月, 2015 4 次提交
-
-
由 Anthony Minessale II 提交于
* commit 'e5f31310': FS-7911 #resolve correct version of proposed patch
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Ken Rice 提交于
-
- 23 9月, 2015 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Michael Jerris 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
- 22 9月, 2015 13 次提交
-
-
由 Anthony Minessale 提交于
-
由 Italo Rossi 提交于
FS-8200 [verto_communicator] Ending screenshare if user hangup call. Screenshare now is for all instead of only mods.
-
由 Anthony Minessale 提交于
-
由 Italo Rossi 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Ítalo Rossi 提交于
Merge pull request #504 in FS/freeswitch from ~STEFAN_YOHANSSON/freeswitch:bugfix/FS-8089-pop-out-member-list-on-conference to master * commit 'f7ba4c44': FS-8089 [verto_communicator] Opening members list when start conference
-
由 Italo Rossi 提交于
FS-8095 [verto_communicator] Moving factory reset button to bottom left with red color and confirmation. Reloading page upon reset.
-
由 Stefan Yohansson 提交于
-
由 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. So in commit cd68e0fe we changed this to the log directory /var/log/freeswitch. That choice is a bit usual as well on Debian. 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 even having them go to /var/log 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 References-commit: cd68e0fe FS-7909
-