- 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 8 次提交
-
-
由 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 提交于
-
由 Anthony Minessale II 提交于
Merge pull request #243 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7486-broken-sofia-request-queue to master * commit '074b07f5': FS-7486: Fix handling of queued requests in Sofia-SIP
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale II 提交于
Merge pull request #475 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8142-switch_core_session-thread-cache-races to master * commit 'cd4c3188': FS-8142 Fix a thread cache thread-safety and caching
-
由 Anthony Minessale II 提交于
Merge pull request #474 in FS/freeswitch from ~ARTURZ/freeswitch:FS-8141-add-apr_queue_term to master * commit '9e29ea01': FS-8141 Add support for apr_queue_term() to switch_apr.c
-
- 01 9月, 2015 5 次提交
-
-
由 Mike Jerris 提交于
FS-7135: [mod_sofia] fix response to re-invite with duplicate sdp (such as we get from seesion refresh) when soa is disabled to include an sdp. Fixes t.38 fax failure on session refresh
-
由 Anthony Minessale 提交于
FS-7903 #resolve [proxy_media gives Codec PROXY Exists but not at the desired implementation. 0hz 0ms 1ch]
-
由 Michael Jerris 提交于
-
由 Joshua Gigg 提交于
- Fix record-name event missing VM-Name-Path - Fix verbose events for mod_voicemail 'folder-summary' - Send change-password event in mod_voicemail - Fix verbose events for mod_voicemail 'leave-message'
-
由 Michael Jerris 提交于
-