]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agoFS-6854 #resolve
Anthony Minessale [Thu, 25 Sep 2014 16:43:57 +0000 (21:43 +0500)] 
FS-6854 #resolve

11 years agobump freeswitch verson in doxygen conf
Ken Rice [Tue, 23 Sep 2014 14:01:27 +0000 (09:01 -0500)] 
bump freeswitch verson in doxygen conf

11 years agoHandle gcc quirk with parameter checking
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

11 years agoAdd fs_cli option to disable use of history file
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`.

11 years agoAdd mod_cluechoo back to debian/control-modules
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.

11 years agoFS-6851 #resolve
Anthony Minessale [Wed, 24 Sep 2014 15:40:22 +0000 (20:40 +0500)] 
FS-6851 #resolve

11 years agodon't package mod_cluechoo and don't build/load by default
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

11 years agoFS-6842 #resolve mod_graylog2: added send-uncompressed-header param- set to true...
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

11 years agofix possible buffer overrun in websocket uri and sync the ws.c between sofia and...
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)

11 years agouse the more reliable offset_pos counter in file position parsing for seek in scripts
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

11 years agofix possible buffer overrun in websocket uri and sync the ws.c between sofia and...
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

11 years agoAdd missing CURLOPT_NOSIGNAL options
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

11 years agofix leak in lua when script does not execute properly in xml_binding handler
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

11 years agoUpdate document to HTTPS URLs
Travis Cross [Fri, 19 Sep 2014 06:38:35 +0000 (06:38 +0000)] 
Update document to HTTPS URLs

11 years agoDocument guidelines for proposing a new module
Travis Cross [Fri, 19 Sep 2014 04:29:34 +0000 (04:29 +0000)] 
Document guidelines for proposing a new module

11 years agoupdate to strong hash and keysize
Brian West [Thu, 18 Sep 2014 22:54:22 +0000 (17:54 -0500)] 
update to strong hash and keysize

11 years agoUpdate our contributor guidelines for PRs
Travis Cross [Thu, 18 Sep 2014 21:42:44 +0000 (21:42 +0000)] 
Update our contributor guidelines for PRs

11 years agoFS-6829 #resolve
Anthony Minessale [Thu, 18 Sep 2014 21:28:41 +0000 (02:28 +0500)] 
FS-6829 #resolve

11 years agoEscape a literal pound for Markdown
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.

11 years agoMake example commit look like git log output
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.

11 years agoUse preformatted text for example commit message
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.

11 years agoCleanup whitespace
Travis Cross [Thu, 18 Sep 2014 20:33:08 +0000 (20:33 +0000)] 
Cleanup whitespace

11 years agoRefer to our contributor guidelines on git setup
Travis Cross [Thu, 18 Sep 2014 20:32:23 +0000 (20:32 +0000)] 
Refer to our contributor guidelines on git setup

11 years agoDocument policy against merges in a feature branch
Travis Cross [Thu, 18 Sep 2014 20:02:19 +0000 (20:02 +0000)] 
Document policy against merges in a feature branch

11 years agoFix straggling reference to old commit hooks
Travis Cross [Thu, 18 Sep 2014 19:50:25 +0000 (19:50 +0000)] 
Fix straggling reference to old commit hooks

11 years agoDocument our deviations from commit guidelines
Travis Cross [Thu, 18 Sep 2014 19:47:36 +0000 (19:47 +0000)] 
Document our deviations from commit guidelines

11 years agoadd state change to verto to allow call to stay up when network conditions change
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

11 years agoDocument some guidelines for creating commits
Travis Cross [Thu, 18 Sep 2014 18:34:36 +0000 (18:34 +0000)] 
Document some guidelines for creating commits

11 years agovs2010 trival compiler warnings
Jeff Lenk [Wed, 17 Sep 2014 23:11:20 +0000 (18:11 -0500)] 
vs2010 trival compiler warnings

11 years agomod_skinny: avoid truncation of non-null-terminated strings in protocol
Nathan Neulinger [Wed, 17 Sep 2014 16:13:15 +0000 (11:13 -0500)] 
mod_skinny: avoid truncation of non-null-terminated strings in protocol

11 years agoFS-6825 #resolve #comment caused by regression in commit 0732c0b0 pertaining to FS...
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

11 years agoadd buffer_seconds param to shout filehandles to override the original default of...
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

11 years agocan't have asserts here after all
Anthony Minessale [Tue, 16 Sep 2014 21:14:54 +0000 (02:14 +0500)] 
can't have asserts here after all

11 years agoimprove ssl errors
Anthony Minessale [Tue, 16 Sep 2014 21:14:43 +0000 (02:14 +0500)] 
improve ssl errors

11 years agoadd some asserts
Anthony Minessale [Tue, 16 Sep 2014 15:44:06 +0000 (20:44 +0500)] 
add some asserts

11 years agobytes is signed
Seven Du [Tue, 16 Sep 2014 11:15:01 +0000 (19:15 +0800)] 
bytes is signed

11 years agodon't reset when video floor is locked
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.

11 years agomod_skinny: additional logging
Nathan Neulinger [Mon, 15 Sep 2014 21:42:31 +0000 (16:42 -0500)] 
mod_skinny: additional logging

11 years agoMerge pull request #55 in FS/freeswitch from ~DDRAGIC/freeswitch:bugfix/FS-6821-mod_g...
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

11 years agopt-BR-karina spec file initial import
Ken Rice [Mon, 15 Sep 2014 17:45:32 +0000 (21:45 +0400)] 
pt-BR-karina spec file initial import

11 years agomake these work with the rest of the RPM packaging system
Ken Rice [Mon, 15 Sep 2014 16:01:32 +0000 (20:01 +0400)] 
make these work with the rest of the RPM packaging system

11 years agoFS-6623 #resolve fix init and logging for rtcp
Anthony Minessale [Fri, 12 Sep 2014 20:41:49 +0000 (01:41 +0500)] 
FS-6623 #resolve fix init and logging for rtcp

11 years ago[FS-6623] implement RTCP report generation
jchavanton [Mon, 21 Jul 2014 09:40:59 +0000 (05:40 -0400)] 
[FS-6623] implement RTCP report generation

11 years agoFS-6821 mod_gsmopen: fix interface name in log
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

11 years agoprep for streamlining this process
Ken Rice [Fri, 12 Sep 2014 21:42:44 +0000 (01:42 +0400)] 
prep for streamlining this process

11 years agoIndicate we want a full name for git
Travis Cross [Fri, 12 Sep 2014 17:43:39 +0000 (17:43 +0000)] 
Indicate we want a full name for git

11 years agoDocument how to setup git correctly
Travis Cross [Fri, 12 Sep 2014 17:42:05 +0000 (17:42 +0000)] 
Document how to setup git correctly

11 years agoinclude the hash files so we can copy them up all at once
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

11 years agomake the spec file match the files that are there
Ken Rice [Fri, 12 Sep 2014 16:57:22 +0000 (20:57 +0400)] 
make the spec file match the files that are there

11 years agoJune French RPMs
Ken Rice [Fri, 12 Sep 2014 16:35:18 +0000 (20:35 +0400)] 
June French RPMs

11 years agoRevert commits pushed too early
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.

11 years agodepend on fs before install
Brian West [Fri, 12 Sep 2014 16:58:51 +0000 (11:58 -0500)] 
depend on fs before install

11 years agoremoving commented work in progress on SDES and logging tunning on
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

11 years agomore formatting and logging tuning
jchavanton [Wed, 10 Sep 2014 12:53:43 +0000 (14:53 +0200)] 
more formatting and logging tuning

11 years agologging adjustment
jchavanton [Wed, 10 Sep 2014 10:36:38 +0000 (12:36 +0200)] 
logging adjustment

11 years agomissing host to network conversion highest_sequence_number_received
jchavanton [Mon, 8 Sep 2014 13:29:06 +0000 (15:29 +0200)] 
missing host to network conversion highest_sequence_number_received

11 years agologging correction
root [Fri, 5 Sep 2014 13:51:50 +0000 (13:51 +0000)] 
logging correction

11 years ago[FS-6623] implement RTCP report generation
jchavanton [Mon, 21 Jul 2014 09:40:59 +0000 (05:40 -0400)] 
[FS-6623] implement RTCP report generation

11 years agolast little tweaks on Elena Sounds
Ken Rice [Fri, 12 Sep 2014 15:54:14 +0000 (19:54 +0400)] 
last little tweaks on Elena Sounds

11 years agotypo correction
Ken Rice [Fri, 12 Sep 2014 15:44:25 +0000 (19:44 +0400)] 
typo correction

11 years agoupdate ru/RU sounds for 1.0.50
Ken Rice [Fri, 12 Sep 2014 15:36:48 +0000 (19:36 +0400)] 
update ru/RU sounds for 1.0.50

11 years agofix a few things
Brian West [Fri, 12 Sep 2014 13:59:11 +0000 (08:59 -0500)] 
fix a few things

11 years agoFS-6818 #resolve
Anthony Minessale [Fri, 12 Sep 2014 13:49:58 +0000 (18:49 +0500)] 
FS-6818 #resolve

11 years agobump music and en/us/callie sounds files revs
Ken Rice [Thu, 11 Sep 2014 22:45:17 +0000 (17:45 -0500)] 
bump music and en/us/callie sounds files revs

11 years agofully regenerate these things when ran
Ken Rice [Thu, 11 Sep 2014 22:33:01 +0000 (02:33 +0400)] 
fully regenerate these things when ran

11 years agosmall tweaks
Ken Rice [Thu, 11 Sep 2014 22:21:47 +0000 (02:21 +0400)] 
small tweaks

11 years agoget music ready for 1.0.50
Ken Rice [Thu, 11 Sep 2014 22:21:26 +0000 (02:21 +0400)] 
get music ready for 1.0.50

11 years agoclean these up and stream line the process
Ken Rice [Thu, 11 Sep 2014 21:29:07 +0000 (01:29 +0400)] 
clean these up and stream line the process

11 years agoautomate this a little more
Ken Rice [Thu, 11 Sep 2014 20:04:11 +0000 (00:04 +0400)] 
automate this a little more

11 years agoAdd var to suppress `Privacy: none` header
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

11 years agoobey sip_copy_custom_headers on bye
Anthony Minessale [Thu, 11 Sep 2014 19:37:15 +0000 (00:37 +0500)] 
obey sip_copy_custom_headers on bye

11 years agoignore packaging artifacts when building repo pointer RPM
SwK [Thu, 11 Sep 2014 19:20:03 +0000 (15:20 -0400)] 
ignore packaging artifacts when building repo pointer RPM

11 years agoFS-5142 don't multipart/mixed if body has content-type present
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

11 years agoadd stuff into tree for generating the YUM repo pointer RPM
SwK [Thu, 11 Sep 2014 18:55:18 +0000 (14:55 -0400)] 
add stuff into tree for generating the YUM repo pointer RPM

11 years agoMerge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Ken Rice [Thu, 11 Sep 2014 17:57:21 +0000 (21:57 +0400)] 
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch

11 years agoFix verto and rtc RPMs
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

11 years agoCheck for null hash on increment of mod_hash limit
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

11 years agoMerge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
Brian West [Thu, 11 Sep 2014 15:29:20 +0000 (10:29 -0500)] 
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch

11 years ago fix opensuse rpm build
Brian West [Thu, 11 Sep 2014 15:28:45 +0000 (10:28 -0500)] 
 fix opensuse rpm build

11 years agofix fedora rpm build
Brian West [Thu, 11 Sep 2014 15:24:40 +0000 (10:24 -0500)] 
fix fedora rpm build

11 years agoFix Spec file to build again
Brian West [Thu, 11 Sep 2014 01:00:29 +0000 (20:00 -0500)] 
Fix Spec file to build again

11 years agofix valet parking sample
Brian West [Wed, 10 Sep 2014 22:40:44 +0000 (17:40 -0500)] 
fix valet parking sample

11 years agoCheck for libpq in core before building mod_cdr_pg_csv
Travis Cross [Wed, 10 Sep 2014 22:03:29 +0000 (22:03 +0000)] 
Check for libpq in core before building mod_cdr_pg_csv

11 years agoFS-6761 #resolve
Anthony Minessale [Wed, 10 Sep 2014 22:29:07 +0000 (03:29 +0500)] 
FS-6761 #resolve

11 years agoRevert "fix libpq location detection"
Ken Rice [Wed, 10 Sep 2014 21:27:16 +0000 (16:27 -0500)] 
Revert "fix libpq location detection"

This reverts commit e2b1ee26ae50d0e9fba8a19be1514f57a59c12e9.

11 years agoMerge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
root [Wed, 10 Sep 2014 20:56:01 +0000 (15:56 -0500)] 
Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch

11 years agoupdates to the spec file for better dep tracking and addition file in configs
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

11 years agofix libpq location detection
Ken Rice [Wed, 10 Sep 2014 20:04:31 +0000 (15:04 -0500)] 
fix libpq location detection

11 years agoRevert "FS-6566"
root [Wed, 10 Sep 2014 19:57:57 +0000 (14:57 -0500)] 
Revert "FS-6566"

This reverts commit 99d0f134e7cd1345641022c0e5b406e8dfa5caa8.

11 years agoclarify tls ciphers and update num to allow for ipv6 and tls options
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

11 years agoFS-6815 #comment force 1600hz for native g722
Anthony Minessale [Wed, 10 Sep 2014 18:09:32 +0000 (14:09 -0400)] 
FS-6815 #comment force 1600hz for native g722

11 years agojitteroff
Brian West [Wed, 10 Sep 2014 17:48:16 +0000 (12:48 -0500)] 
jitteroff

11 years agojitteron for testing
Brian West [Wed, 10 Sep 2014 17:35:30 +0000 (12:35 -0500)] 
jitteron for testing

11 years agoFS-6806 #resolve #comment off by 1 error in last fix
Anthony Minessale [Wed, 10 Sep 2014 15:32:36 +0000 (20:32 +0500)] 
FS-6806 #resolve #comment off by 1 error in last fix

11 years agocalculate jitter percentage in jitterbuffer to factor into conditions for reducing...
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

11 years agoFS-6811 #resolve
Brian West [Tue, 9 Sep 2014 22:59:25 +0000 (17:59 -0500)] 
FS-6811 #resolve

11 years agomod_skinny: fix behavior of transfer when target extension falls through to voicemail...
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

11 years agofix race caused by consecutive stun packets
Anthony Minessale [Tue, 9 Sep 2014 16:35:47 +0000 (21:35 +0500)] 
fix race caused by consecutive stun packets

11 years agoAvoid mod_java on Debian wheezy
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

11 years agoAdd mod_bert to debian packaging
Travis Cross [Tue, 9 Sep 2014 14:25:11 +0000 (14:25 +0000)] 
Add mod_bert to debian packaging