- 19 6月, 2012 4 次提交
-
-
由 dschreiber 提交于
FS-3577 : After Tamas's fixes and new logging so we can see the erl_errors, re-applying this 10ms polling interval patch that Tony committed a few months ago. Please report any issues.
-
由 dschreiber 提交于
I don't see this command being used anywhere. Since I don't like to touch core files unless absolutely necessary I'm reverting these two changes. I've emailed the author, Tamas, for an explanation. The other patches for FS-3432 (merged in now) appear to work fine without this commit. This reverts commit fbcb8622.
-
由 dschreiber 提交于
-
由 Jeff Lenk 提交于
-
- 18 6月, 2012 3 次提交
-
-
由 Jeff Lenk 提交于
-
由 Anthony Minessale 提交于
-
由 Stefan Knoblich 提交于
sed: 1: "/#define *SWITCH_VERSIO ...": bad flag in substitute command: '}' Reported-by: scruz in #freeswitch @ irc.freenode.net Signed-off-by:
Stefan Knoblich <s.knoblich@axsentis.de>
-
- 16 6月, 2012 1 次提交
-
-
由 Travis Cross 提交于
-
- 14 6月, 2012 6 次提交
-
-
由 Travis Cross 提交于
This amends commit f8be71ac. This still should resolve FS-4303. What's going on here is that we need a portable way to access strftime. date(1posix) doesn't provide enough. And without perl, I can't think of a better way to get to it than just using C. So the logic for generating the extended revision has been moved into a small self-contained and hopefully portable C program.
-
由 Daniel Swarbrick 提交于
Fixes FS-4309
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Christopher Rienzo 提交于
-
由 Daniel Swarbrick 提交于
-
- 13 6月, 2012 2 次提交
-
-
由 Brian West 提交于
Why limit the query to profile_name passed. All the underlying callbacks deal with the profile not matching the one passed and will do the right thing.
-
由 Anthony Minessale 提交于
-
- 12 6月, 2012 5 次提交
-
-
由 Travis Cross 提交于
FS-4303 --resolve
-
由 Anthony Minessale 提交于
-
由 Tamas Cseke 提交于
-
由 Tamas Cseke 提交于
-
由 dschreiber 提交于
The fix for FS-3577 causes instabilities if multiple listeners are connected it seems. Undoing this change for now until I can figure out the root cause.
-
- 11 6月, 2012 11 次提交
-
-
由 Travis Cross 提交于
In a sofia profile, you can now set the parameter tls-timeout to a positive integer value which represents the maximum time in seconds that OpenSSL will keep a TLS session (and its ephemeral keys) alive. This value is passed to OpenSSL's SSL_CTX_set_timeout(3). OpenSSL's default value is 300 seconds, but the relevant standard (RFC 2246) suggests that much longer session lifetimes are acceptable (it recommends values less than 24 hours). Longer values can be useful for extending battery life on mobile devices. Signed-off-by:
Travis Cross <tc@traviscross.com>
-
由 Travis Cross 提交于
-
由 Anthony Minessale 提交于
FS-4299 --resolve regression from 23f8967c the code was not making sure both endpoints were type 'sofia' and dereferencing dingaling channel into sofia and causing memory corruption
-
由 Anthony Minessale 提交于
-
由 Travis Cross 提交于
-
由 Travis Cross 提交于
The revision was no longer picking up the last git commit. Instead, it was showing the last release. This commit appends the last git commit hash to the last release if a git repository is available. Further, it checks whether there are uncommitted changes in the git repository and adds an unclean tag to the version if this is the case. Note that currently this will append the git commit hash even on a tagged release if built directly from a git repository. Perhaps this isn't such a bad thing, but if it turns out not to be desired, I have an idea on how to squelch this without making unwarranted assumptions about the remote layout of someone's local repository.
-
由 Tamas Cseke 提交于
-
由 Michael Jerris 提交于
don't segfault after starting sofia, upon xml_open_config lookup failure for the profile from launch_sofia_worker_thread
-
由 Christopher Rienzo 提交于
-
由 Tamas Cseke 提交于
move session destroy to one place and hangup in others to eliminate races and minimize session hash wrlocks FS-3432
-
由 Tamas Cseke 提交于
-
- 08 6月, 2012 7 次提交
-
-
由 Anthony Minessale 提交于
-
由 Anthony Minessale 提交于
-
由 Christopher Rienzo 提交于
-
由 Travis Cross 提交于
There are a lot of codecs these days, and some clients offer all of them. If we run out of space in this buffer our local SDP will get silently truncated, which will cause a difficult to diagnose error in Sofia-SIP. Thanks to Anthony Minessale. FS-4293 --resolve
-
由 Travis Cross 提交于
This error was causing us to call generate_m with a buffer length that was less than the strlen of the buffer we were passing. The result was truncated local SDP which would cause sofia to fail if the truncation was in a particularly bad place. Thanks to Anthony Minessale for the fix and working with me to diagnose the issue. FS-4293 --resolve
-
由 Tamas Cseke 提交于
-
由 Tamas Cseke 提交于
-
- 07 6月, 2012 1 次提交
-
-
由 Travis Cross 提交于
This amends commit a6bb4545.
-