]>
git.ipfire.org Git - thirdparty/freeswitch.git/log
Anthony Minessale [Thu, 25 Sep 2014 16:43:57 +0000 (21:43 +0500)]
FS-6854 #resolve
Ken Rice [Tue, 23 Sep 2014 14:01:27 +0000 (09:01 -0500)]
bump freeswitch verson in doxygen conf
Travis Cross [Thu, 25 Sep 2014 13:18:02 +0000 (13:18 +0000)]
Handle gcc quirk with parameter checking
At least some versions of GCC appear to take any -Wno-foo option
without error even if that option is not supported. But they will
error out if -Wno-error=foo is used. This sounds like a GCC bug, but
we'll work around it and test for the feature both ways.
Thanks-to: Matteo Brancaleoni <mbrancaleoni@voismart.it>
FS-6850 #resolve
Travis Cross [Thu, 25 Sep 2014 10:47:18 +0000 (10:47 +0000)]
Add fs_cli option to disable use of history file
With this commit, passing -Q to fs_cli will cause fs_cli to not load
or save the command history file (~/.fs_cli_history). This can be
useful e.g. on read-only systems.
This can also be set in the fs_cli configuration file with the option
`no-history-file`.
Travis Cross [Wed, 24 Sep 2014 19:22:02 +0000 (19:22 +0000)]
Add mod_cluechoo back to debian/control-modules
The debian/control-modules file is a comprehensive list of modules,
not a list of modules which are built. Our build tools verify the
file is comprehensive, so modules can't be removed from here unless
we're taking them out of tree.
Partially revert "don't package mod_cluechoo and don't build/load by default"
This partially reverts commit
e02e41a5c1f95b1fe6ada50fc0051fb524fe90b4 .
Anthony Minessale [Wed, 24 Sep 2014 15:40:22 +0000 (20:40 +0500)]
FS-6851 #resolve
Michael Jerris [Tue, 23 Sep 2014 22:08:34 +0000 (18:08 -0400)]
don't package mod_cluechoo and don't build/load by default
Chris Rienzo [Tue, 23 Sep 2014 20:40:46 +0000 (16:40 -0400)]
FS-6842 #resolve mod_graylog2: added send-uncompressed-header param- set to true for logstash support
Anthony Minessale [Tue, 23 Sep 2014 20:09:44 +0000 (01:09 +0500)]
fix possible buffer overrun in websocket uri and sync the ws.c between sofia and verto (missing code from last commit)
Anthony Minessale [Tue, 23 Sep 2014 16:01:25 +0000 (21:01 +0500)]
use the more reliable offset_pos counter in file position parsing for seek in scripts
Anthony Minessale [Tue, 23 Sep 2014 15:17:20 +0000 (20:17 +0500)]
fix possible buffer overrun in websocket uri and sync the ws.c between sofia and verto
Travis Cross [Mon, 22 Sep 2014 23:41:47 +0000 (23:41 +0000)]
Add missing CURLOPT_NOSIGNAL options
To work correctly in a multi-threaded environment, curl needs to be
used with CURLOPT_NOSIGNAL set to 1. If it's left at zero, the
default, then curl will use signals to deal with timeouts which will
often result in a crash.
ref: http://curl.haxx.se/libcurl/c/libcurl-tutorial.html#Multi-threading
ref: http://curl.haxx.se/libcurl/c/CURLOPT_NOSIGNAL.html
ref: http://stackoverflow.com/questions/
9191668 /error-longjmp-causes-uninitialized-stack-frame
ref: https://bugzilla.redhat.com/show_bug.cgi?id=539809
ref: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=570436
Anthony Minessale [Mon, 22 Sep 2014 22:56:59 +0000 (03:56 +0500)]
fix leak in lua when script does not execute properly in xml_binding handler
Travis Cross [Fri, 19 Sep 2014 06:38:35 +0000 (06:38 +0000)]
Update document to HTTPS URLs
Travis Cross [Fri, 19 Sep 2014 04:29:34 +0000 (04:29 +0000)]
Document guidelines for proposing a new module
Brian West [Thu, 18 Sep 2014 22:54:22 +0000 (17:54 -0500)]
update to strong hash and keysize
Travis Cross [Thu, 18 Sep 2014 21:42:44 +0000 (21:42 +0000)]
Update our contributor guidelines for PRs
Anthony Minessale [Thu, 18 Sep 2014 21:28:41 +0000 (02:28 +0500)]
FS-6829 #resolve
Travis Cross [Thu, 18 Sep 2014 21:14:52 +0000 (21:14 +0000)]
Escape a literal pound for Markdown
Markdown treats this as an H1 otherwise.
Travis Cross [Thu, 18 Sep 2014 21:10:18 +0000 (21:10 +0000)]
Make example commit look like git log output
This makes it visually clearer what the reader is looking at and
highlights that we want a real name as the author name.
Travis Cross [Thu, 18 Sep 2014 21:08:14 +0000 (21:08 +0000)]
Use preformatted text for example commit message
We want to highlight that lines are hard wrapped in a commit message,
and using the typical Markdown blockquote syntax fails to achieve
that.
Travis Cross [Thu, 18 Sep 2014 20:33:08 +0000 (20:33 +0000)]
Cleanup whitespace
Travis Cross [Thu, 18 Sep 2014 20:32:23 +0000 (20:32 +0000)]
Refer to our contributor guidelines on git setup
Travis Cross [Thu, 18 Sep 2014 20:02:19 +0000 (20:02 +0000)]
Document policy against merges in a feature branch
Travis Cross [Thu, 18 Sep 2014 19:50:25 +0000 (19:50 +0000)]
Fix straggling reference to old commit hooks
Travis Cross [Thu, 18 Sep 2014 19:47:36 +0000 (19:47 +0000)]
Document our deviations from commit guidelines
Anthony Minessale [Thu, 18 Sep 2014 19:30:28 +0000 (15:30 -0400)]
add state change to verto to allow call to stay up when network conditions change
Travis Cross [Thu, 18 Sep 2014 18:34:36 +0000 (18:34 +0000)]
Document some guidelines for creating commits
Jeff Lenk [Wed, 17 Sep 2014 23:11:20 +0000 (18:11 -0500)]
vs2010 trival compiler warnings
Nathan Neulinger [Wed, 17 Sep 2014 16:13:15 +0000 (11:13 -0500)]
mod_skinny: avoid truncation of non-null-terminated strings in protocol
Anthony Minessale [Wed, 17 Sep 2014 15:32:18 +0000 (20:32 +0500)]
FS-6825 #resolve #comment caused by regression in commit
0732c0b0 pertaining to FS-6825
Anthony Minessale [Tue, 16 Sep 2014 23:54:38 +0000 (04:54 +0500)]
add buffer_seconds param to shout filehandles to override the original default of 1 and remove previous code to attempt to buffer several seconds of audio in the open routine. Any experiencing jittery playback from slow shout destinations should add {buffer_seconds=N} to the file path to increase the amount of time allotted for buffering when no audio is discovered on the wire
Anthony Minessale [Tue, 16 Sep 2014 21:14:54 +0000 (02:14 +0500)]
can't have asserts here after all
Anthony Minessale [Tue, 16 Sep 2014 21:14:43 +0000 (02:14 +0500)]
improve ssl errors
Anthony Minessale [Tue, 16 Sep 2014 15:44:06 +0000 (20:44 +0500)]
add some asserts
Seven Du [Tue, 16 Sep 2014 11:15:01 +0000 (19:15 +0800)]
bytes is signed
Seven Du [Tue, 16 Sep 2014 11:13:32 +0000 (19:13 +0800)]
don't reset when video floor is locked
when video floor is locked by a member, changing audio floor on del_member
will cause the video floor lock cleared unexpectedly, this commit fixes that.
Nathan Neulinger [Mon, 15 Sep 2014 21:42:31 +0000 (16:42 -0500)]
mod_skinny: additional logging
Brian West [Mon, 15 Sep 2014 19:31:49 +0000 (14:31 -0500)]
Merge pull request #55 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-6821-mod_gsmopen-wrong-interface-name-in-log to master
* commit '
f262dbce948e6043d48d7859da00fa7db5b47585 ':
FS-6821 mod_gsmopen: fix interface name in log
Ken Rice [Mon, 15 Sep 2014 17:45:32 +0000 (21:45 +0400)]
pt-BR-karina spec file initial import
Ken Rice [Mon, 15 Sep 2014 16:01:32 +0000 (20:01 +0400)]
make these work with the rest of the RPM packaging system
Anthony Minessale [Fri, 12 Sep 2014 20:41:49 +0000 (01:41 +0500)]
FS-6623 #resolve fix init and logging for rtcp
jchavanton [Mon, 21 Jul 2014 09:40:59 +0000 (05:40 -0400)]
[FS-6623] implement RTCP report generation
Dušan Dragić [Sun, 14 Sep 2014 11:06:31 +0000 (13:06 +0200)]
FS-6821 mod_gsmopen: fix interface name in log
Fix interface name for logs emitted from mod_gsmopen.cpp during startup
Ken Rice [Fri, 12 Sep 2014 21:42:44 +0000 (01:42 +0400)]
prep for streamlining this process
Travis Cross [Fri, 12 Sep 2014 17:43:39 +0000 (17:43 +0000)]
Indicate we want a full name for git
Travis Cross [Fri, 12 Sep 2014 17:42:05 +0000 (17:42 +0000)]
Document how to setup git correctly
Ken Rice [Fri, 12 Sep 2014 17:14:43 +0000 (21:14 +0400)]
include the hash files so we can copy them up all at once
Ken Rice [Fri, 12 Sep 2014 16:57:22 +0000 (20:57 +0400)]
make the spec file match the files that are there
Ken Rice [Fri, 12 Sep 2014 16:35:18 +0000 (20:35 +0400)]
June French RPMs
Travis Cross [Fri, 12 Sep 2014 17:06:58 +0000 (17:06 +0000)]
Revert commits pushed too early
Revert "depend on fs before install"
This reverts commit
6c52217920148f633b3d03ef5428dfa5938e4fd3 .
Revert "removing commented work in progress on SDES and logging tunning on"
This reverts commit
6df5288f5ac7ac9c48d7f7cc730c26dae3215495 .
Revert "more formatting and logging tuning"
This reverts commit
0e89bbd0333c027273e4165af850bc304861dbdc .
Revert "logging adjustment"
This reverts commit
764faad671902d734bb18ca9f87798f0670396eb .
Revert "missing host to network conversion highest_sequence_number_received"
This reverts commit
50c62cdfd7a9ddee22e9e779c0a8c4dfba23f717 .
Revert "logging correction"
This reverts commit
ea973b0b4cde8ecf562252d6d22faad583e30846 .
Revert "[FS-6623] implement RTCP report generation"
This reverts commit
0b7863a9b7e786d35ddf5babc51ba19f1dfa7a1a .
Brian West [Fri, 12 Sep 2014 16:58:51 +0000 (11:58 -0500)]
depend on fs before install
jchavanton [Fri, 12 Sep 2014 06:52:02 +0000 (08:52 +0200)]
removing commented work in progress on SDES and logging tunning on
rtcp_init
jchavanton [Wed, 10 Sep 2014 12:53:43 +0000 (14:53 +0200)]
more formatting and logging tuning
jchavanton [Wed, 10 Sep 2014 10:36:38 +0000 (12:36 +0200)]
logging adjustment
jchavanton [Mon, 8 Sep 2014 13:29:06 +0000 (15:29 +0200)]
missing host to network conversion highest_sequence_number_received
root [Fri, 5 Sep 2014 13:51:50 +0000 (13:51 +0000)]
logging correction
jchavanton [Mon, 21 Jul 2014 09:40:59 +0000 (05:40 -0400)]
[FS-6623] implement RTCP report generation
Ken Rice [Fri, 12 Sep 2014 15:54:14 +0000 (19:54 +0400)]
last little tweaks on Elena Sounds
Ken Rice [Fri, 12 Sep 2014 15:44:25 +0000 (19:44 +0400)]
typo correction
Ken Rice [Fri, 12 Sep 2014 15:36:48 +0000 (19:36 +0400)]
update ru/RU sounds for 1.0.50
Brian West [Fri, 12 Sep 2014 13:59:11 +0000 (08:59 -0500)]
fix a few things
Anthony Minessale [Fri, 12 Sep 2014 13:49:58 +0000 (18:49 +0500)]
FS-6818 #resolve
Ken Rice [Thu, 11 Sep 2014 22:45:17 +0000 (17:45 -0500)]
bump music and en/us/callie sounds files revs
Ken Rice [Thu, 11 Sep 2014 22:33:01 +0000 (02:33 +0400)]
fully regenerate these things when ran
Ken Rice [Thu, 11 Sep 2014 22:21:47 +0000 (02:21 +0400)]
small tweaks
Ken Rice [Thu, 11 Sep 2014 22:21:26 +0000 (02:21 +0400)]
get music ready for 1.0.50
Ken Rice [Thu, 11 Sep 2014 21:29:07 +0000 (01:29 +0400)]
clean these up and stream line the process
Ken Rice [Thu, 11 Sep 2014 20:04:11 +0000 (00:04 +0400)]
automate this a little more
Travis Cross [Thu, 11 Sep 2014 19:44:36 +0000 (19:44 +0000)]
Add var to suppress `Privacy: none` header
Apparently the MetaSwitch guys incorrectly interpret `Privacy: none`
as `Privacy: id`.
ref: RFC 3325
Reported-by: Stéphane Alnet <stephane@shimaore.net>
FS-6817 #resolve
Anthony Minessale [Thu, 11 Sep 2014 19:37:15 +0000 (00:37 +0500)]
obey sip_copy_custom_headers on bye
SwK [Thu, 11 Sep 2014 19:20:03 +0000 (15:20 -0400)]
ignore packaging artifacts when building repo pointer RPM
Brian West [Thu, 11 Sep 2014 19:18:37 +0000 (14:18 -0500)]
FS-5142 don't multipart/mixed if body has content-type present
SwK [Thu, 11 Sep 2014 18:55:18 +0000 (14:55 -0400)]
add stuff into tree for generating the YUM repo pointer RPM
Ken Rice [Thu, 11 Sep 2014 17:57:21 +0000 (21:57 +0400)]
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Ken Rice [Thu, 11 Sep 2014 17:53:39 +0000 (21:53 +0400)]
Fix verto and rtc RPMs
Fix dates in RPM changelog that cause complaints on newer RPM build
software
Travis Cross [Thu, 11 Sep 2014 17:42:07 +0000 (17:42 +0000)]
Check for null hash on increment of mod_hash limit
When we specifically release all limits on a channel we destroy the
hash table stored in the "limit_hash" private channel data but we
don't destroy the private data as it will be reclaimed as part of the
session. If limit increment is called after the limit release we can
reuse that channel private, but we need to check whether the hash
table is null first. Fortunately this makes the code look better
anyway.
FS-6775 #resolve
FS-6783 #resolve
Brian West [Thu, 11 Sep 2014 15:29:20 +0000 (10:29 -0500)]
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Brian West [Thu, 11 Sep 2014 15:28:45 +0000 (10:28 -0500)]
fix opensuse rpm build
Brian West [Thu, 11 Sep 2014 15:24:40 +0000 (10:24 -0500)]
fix fedora rpm build
Brian West [Thu, 11 Sep 2014 01:00:29 +0000 (20:00 -0500)]
Fix Spec file to build again
Brian West [Wed, 10 Sep 2014 22:40:44 +0000 (17:40 -0500)]
fix valet parking sample
Travis Cross [Wed, 10 Sep 2014 22:03:29 +0000 (22:03 +0000)]
Check for libpq in core before building mod_cdr_pg_csv
Anthony Minessale [Wed, 10 Sep 2014 22:29:07 +0000 (03:29 +0500)]
FS-6761 #resolve
Ken Rice [Wed, 10 Sep 2014 21:27:16 +0000 (16:27 -0500)]
Revert "fix libpq location detection"
This reverts commit
e2b1ee26ae50d0e9fba8a19be1514f57a59c12e9 .
root [Wed, 10 Sep 2014 20:56:01 +0000 (15:56 -0500)]
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Ken Rice [Wed, 10 Sep 2014 20:55:29 +0000 (15:55 -0500)]
updates to the spec file for better dep tracking and addition file in configs
Ken Rice [Wed, 10 Sep 2014 20:04:31 +0000 (15:04 -0500)]
fix libpq location detection
root [Wed, 10 Sep 2014 19:57:57 +0000 (14:57 -0500)]
Brian West [Wed, 10 Sep 2014 19:49:56 +0000 (14:49 -0500)]
clarify tls ciphers and update num to allow for ipv6 and tls options
Anthony Minessale [Wed, 10 Sep 2014 18:09:32 +0000 (14:09 -0400)]
FS-6815 #comment force 1600hz for native g722
Brian West [Wed, 10 Sep 2014 17:48:16 +0000 (12:48 -0500)]
jitteroff
Brian West [Wed, 10 Sep 2014 17:35:30 +0000 (12:35 -0500)]
jitteron for testing
Anthony Minessale [Wed, 10 Sep 2014 15:32:36 +0000 (20:32 +0500)]
FS-6806 #resolve #comment off by 1 error in last fix
Anthony Minessale [Tue, 9 Sep 2014 23:16:56 +0000 (04:16 +0500)]
calculate jitter percentage in jitterbuffer to factor into conditions for reducing the size when in adaptave mode
Brian West [Tue, 9 Sep 2014 22:59:25 +0000 (17:59 -0500)]
FS-6811 #resolve
Nathan Neulinger [Tue, 9 Sep 2014 20:58:56 +0000 (15:58 -0500)]
mod_skinny: fix behavior of transfer when target extension falls through to voicemail - keep bridge from dropping out during that operation
Anthony Minessale [Tue, 9 Sep 2014 16:35:47 +0000 (21:35 +0500)]
fix race caused by consecutive stun packets
Travis Cross [Tue, 9 Sep 2014 16:25:17 +0000 (16:25 +0000)]
Avoid mod_java on Debian wheezy
We're already avoiding it on sid and jessie; now we're hitting build
failures with it on wheezy.
ref: FS-6811
Travis Cross [Tue, 9 Sep 2014 14:25:11 +0000 (14:25 +0000)]
Add mod_bert to debian packaging