- 20 10月, 2015 7 次提交
-
-
由 William King 提交于
-
由 Anthony Minessale II 提交于
* commit '7572b528': FS-8275 #resolve [RFC2833 DTMF broken in recent master] REGRESSION FIXED
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Brian West 提交于
Merge pull request #556 in FS/freeswitch from ~ZHANGST/freeswitch:bugfix/FS-8341-dirtributor-return-err to master * commit '4ce46043': FS-8341 [mod_distributor] fix gateway choose bug
-
- 19 10月, 2015 4 次提交
-
-
由 Brian West 提交于
FS-8363 don't register gateways from directory, this exposes a bug where it registers over what appears to be ipv6 but doens't work correctly
-
由 Mike Jerris 提交于
Merge pull request #560 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-8298-gsmopen-libctb-install-error to master * commit '310ca886': FS-8298 fix libctb build
-
由 Dušan Dragić 提交于
-
由 Ítalo Rossi 提交于
Merge pull request #559 in FS/freeswitch from ~JAONZE/freeswitch:bugfix/FS-8030-render-links-and-images-in-chat-window to master * commit '5820ffd4': FS-8030 [verto_communicator] changed chat image display behavior (break line before rendering). FS-8030 [verto_communicator] added ngSanitize as a dependency, vertoFilters module and picturify filter.
-
- 16 10月, 2015 2 次提交
-
-
由 Jaon EarlWolf 提交于
-
由 Jaon EarlWolf 提交于
FS-8030 [verto_communicator] added ngSanitize as a dependency, vertoFilters module and picturify filter.
-
- 15 10月, 2015 6 次提交
-
-
由 Michael Jerris 提交于
-
由 Ken Rice 提交于
-
由 Ken Rice 提交于
FS-8350 #resolve return value of SetPriorityClass() so windows build does not complain about warnings as errors on switch_core.c in set_realtime_priority() this also addresses as similar condition in set_low_priority() where if windows it always returns 0
-
由 Mike Jerris 提交于
* commit 'a52aaa92': FS-8348 Fix crash caused by trying to get channel of a null session
-
由 Bradley Jokinen 提交于
-
由 shuntongzhang 提交于
-
- 14 10月, 2015 2 次提交
-
-
由 Brian West 提交于
-
由 William King 提交于
Merge pull request #545 in FS/freeswitch from ~PAULCUTTLER/freeswitch:feature/FS-7924-making-mod_rtmp-compatible-with-adobe to master * commit '86d849c5': FS-7924: [mod_rtmp] Modify initStream & createStream responses Making mod_rtmp compatible with Adobe Media Server
-
- 13 10月, 2015 4 次提交
-
-
由 William King 提交于
Merge pull request #554 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-7928-freeswitch-all-contains-both-freeswitch-systemd to master * commit '77f52bb6': FS-7928 FS-7618 systemd and package build improvements
-
由 Stanislav Sinyagin 提交于
debian/bootstrap.sh: * only build one of freeswitch-sysvinit or freeswitch-systemd * squeeze is removed from supported releases * added stretch to supported releases * avoid_mods_wheezy extended to modules which fail to build on wheezy * use systemd by default for future distros * new command-line option -v to enforce sysvinit * added dependency on dh-systemd for systemd-powered distros * freeswitch-init is now a virtual package * freeswitch-sysvinit and freeswitch-systemd are set to conflict with each other debian/freeswitch.postinst: * no need to call systemctl explicitly. dh-systemd does it in a standard way debian/rules: * integrated dh-systemd in override_dh_installinit debian/freeswitch-systemd.freeswitch.default renamed to freeswitch-sysvinit.freeswitch.default: * /etc/default/freeswitch is not installed by freeswitch-systemd, but still respected if there is a need to modify the startup options debian/freeswitch-systemd.freeswitch.service: * proper expansion of DAEMON_OPTS
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
- 12 10月, 2015 4 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
FS-6833 FS-6834 found a few missing content-types in requests/resonses with sdp that were outside the norm
-
由 Ken Rice 提交于
-
由 Italo Rossi 提交于
click in logout
-
- 10 10月, 2015 8 次提交
-
-
由 William King 提交于
FS-8306 Now command queues can specify the queue to subscribe to. This enables very interesting use cases that would involve single job queue, and multiple consumers.
-
由 William King 提交于
fail. This resolves several error cases.
-
由 William King 提交于
-
由 William King 提交于
Merge pull request #542 in FS/freeswitch from ~SSINYAGIN/freeswitch:bugfix/FS-7910-systemd-service-ignores-etc-default-freeswitch to master * commit 'b2bcc8b2': FS-8194 FS-7910 FS-7937 systemd service improvements
-
由 William King 提交于
-
由 Brian West 提交于
-
由 Brian West 提交于
-
由 Stanislav Sinyagin 提交于
freeswitch-systemd.freeswitch.service: * starting the daemon as root and switchig to freeswitch user * respecting the options in /etc/default/freeswitch * RuntimeDirectory parameter is replaced with a tmpfiles.d entry because /run/freeswitch has to be owned by freeswitch user * instructions how to start it as non-root debian/freeswitch-systemd.freeswitch.tmpfile: * this defines the PID directory with correct permissions debian/bootstrap.sh, debian/rules: * proper handling of freeswitch.service * deleted debian/freeswitch-systemd.install because it caused an error in dh_install because it's run before dh_installinit * renamed: freeswitch-sysvinit.freeswitch.default -> freeswitch-systemd.freeswitch.default because sysvinit support will eventually die out debian/freeswitch.postinst: * run "systemctl enable freeswitch" if systemctl is available CAVEAT: only one option is supported in /etc/default/freeswitch because the variable ${DAEMON_OPTS} is expanded as a single token. This will be fixed as soon as freeswitch-sysvinit is removed from freeswitch-all.
-
- 09 10月, 2015 3 次提交
-
-
由 William King 提交于
-
由 William King 提交于
-
由 Anthony Minessale II 提交于
* commit '2fce618f': FS-8234 #resolve
-