]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
11 years agomod_managed: Added GetPtr to Util class for internal pointers extraction (very useful...
Artur Kraev [Sun, 2 Nov 2014 21:43:59 +0000 (00:43 +0300)] 
mod_managed: Added GetPtr to Util class for internal pointers extraction (very useful when using native api)

11 years agomod_managed: Added pure CreateStateHandlerDelegate in ManagedSession for native api...
Artur Kraev [Sun, 2 Nov 2014 21:42:00 +0000 (00:42 +0300)] 
mod_managed: Added pure CreateStateHandlerDelegate in ManagedSession for native api usage

11 years agomod_managed: added console log level
Artur Kraev [Sun, 2 Nov 2014 21:34:04 +0000 (00:34 +0300)] 
mod_managed: added console log level

11 years agomod_managed: support per-module references directory
Artur Kraev [Sun, 2 Nov 2014 21:32:30 +0000 (00:32 +0300)] 
mod_managed: support per-module references directory

11 years agomod_managed: not crash when cannot remove shadow directory (this sometimes happens...
Artur Kraev [Sun, 2 Nov 2014 21:24:49 +0000 (00:24 +0300)] 
mod_managed: not crash when cannot remove shadow directory (this sometimes happens when restarting from FS console)

11 years agomod_managed: managedlist command must return value to api stream instead of log
Artur Kraev [Sun, 2 Nov 2014 21:17:57 +0000 (00:17 +0300)] 
mod_managed: managedlist command must return value to api stream instead of log

11 years agoFS-5949 FS-6945 #comment this change should be relevant to both of these issues,...
Anthony Minessale [Fri, 31 Oct 2014 18:49:39 +0000 (13:49 -0500)] 
FS-5949 FS-6945 #comment this change should be relevant to both of these issues, please test.  This patch improves the hold parsing and ignores connection address of 0 implying hold when ice is present and disables the auto interpretation by the lower level stack of 0.0.0.0 to automatically imply sendonly to allow FS to decide on its own

11 years agoOne place we said Failed Registration, the other we said Registration Failed, lets...
Brian West [Thu, 30 Oct 2014 15:40:52 +0000 (10:40 -0500)] 
One place we said Failed Registration, the other we said Registration Failed, lets try to be consistent.

11 years agoFS-6954 #resolve #comment technically the new way is more correct but there is no...
Anthony Minessale [Thu, 30 Oct 2014 15:15:10 +0000 (10:15 -0500)] 
FS-6954 #resolve #comment technically the new way is more correct but there is no hope for making fax endpoints follow a real spec.  This should take care of it.

11 years agoHandle debian's libtool-bin change
Travis Cross [Thu, 30 Oct 2014 00:19:52 +0000 (00:19 +0000)] 
Handle debian's libtool-bin change

The libtool binary used to be contained in the libtool package.  As of
current sid/jessie the libtool package contains everything about
libtool but the libtool binary, and we need to install libtool-bin to
get the libtool binary itself.  Which is to say that Debian decided to
make the libtool package architecture-independent.

Without this commit the FS debian packaging will not build/bootstrap
on sid/jessie.

11 years agoDOCS-16 DOCS-15 and remember patches are welcome
Brian West [Wed, 29 Oct 2014 22:24:52 +0000 (17:24 -0500)] 
DOCS-16 DOCS-15 and remember patches are welcome

11 years agogit push
Brian West [Wed, 29 Oct 2014 21:01:30 +0000 (16:01 -0500)] 
git push
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch

11 years agoFS-6927 #comment allow sub millisecond resolution for option ping times
Brian West [Wed, 29 Oct 2014 21:01:28 +0000 (16:01 -0500)] 
FS-6927 #comment allow sub millisecond resolution for option ping times

11 years agotranslate dtmf directly to b leg in bypass call in verto
Anthony Minessale [Wed, 29 Oct 2014 18:14:55 +0000 (13:14 -0500)] 
translate dtmf directly to b leg in bypass call in verto

11 years agoMerge pull request #56 in FS/freeswitch from ~OLEGSTOLYAR/freeswitch:master to master
Mike Jerris [Wed, 29 Oct 2014 17:59:43 +0000 (12:59 -0500)] 
Merge pull request #56 in FS/freeswitch from ~OLEGSTOLYAR/freeswitch:master to master

* commit '49a3672e4206a2a730220ec4bc2426274441ef64':
  Add ability to log commands executed in mod_xml_rpc

11 years agofix missing paren in logic for hard mute enter muted mode
Anthony Minessale [Wed, 29 Oct 2014 17:16:27 +0000 (12:16 -0500)] 
fix missing paren in logic for hard mute enter muted mode

11 years agoAdd ability to log commands executed in mod_xml_rpc
olegstolyar [Sun, 14 Sep 2014 16:14:26 +0000 (16:14 +0000)] 
Add ability to log commands executed in mod_xml_rpc

11 years agoMerge pull request #66 in FS/freeswitch from ~STEFANO.PICERNO/freeswitch:windows...
Jeff Lenk [Wed, 29 Oct 2014 16:04:00 +0000 (11:04 -0500)] 
Merge pull request #66 in FS/freeswitch from ~STEFANO.PICERNO/freeswitch:windows-wait-fix to master

* commit '4c9d9301b0f19b1750d567ce62142a572b163944':
  Workaround for Windows limit in su_wait

11 years agotweak/fix for openbsd and fix netbsd
Brian West [Wed, 29 Oct 2014 14:52:38 +0000 (09:52 -0500)] 
tweak/fix for openbsd and fix netbsd

11 years agotweak for openbsd
Brian West [Wed, 29 Oct 2014 14:50:02 +0000 (09:50 -0500)] 
tweak for openbsd

11 years agoFS-6950 #resolve
Anthony Minessale [Tue, 28 Oct 2014 20:01:02 +0000 (15:01 -0500)] 
FS-6950 #resolve

11 years agoOvercome silly libedit bug when using screen or vt100 when using this .bashrc file
Brian West [Tue, 28 Oct 2014 19:44:02 +0000 (14:44 -0500)] 
Overcome silly libedit bug when using screen or vt100 when using this .bashrc file

11 years agoFS-6949 #resolve
Anthony Minessale [Tue, 28 Oct 2014 19:19:06 +0000 (14:19 -0500)] 
FS-6949 #resolve

11 years agoFS-5949 #resolve
Anthony Minessale [Tue, 28 Oct 2014 18:38:06 +0000 (13:38 -0500)] 
FS-5949 #resolve

11 years agoMerge pull request #90 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6756-metad...
Brian West [Tue, 28 Oct 2014 14:46:53 +0000 (09:46 -0500)] 
Merge pull request #90 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6756-metadata-in-mp3-recordings-are-not to master

* commit '3f0d6b3f2d548de7d07d8503a1f73f381e3d1a72':
  FS-6756 lame_init_params must be called after setting all id3tag stuff, otherwise id3 tags will not be written. So, instead of calling it early, revert FS-3646 and add a check on free_context to really do lame stuff only if lame has been set ready, avoid seg faults in some corner cases.

11 years agoFS-6688 #resolve
Brian West [Mon, 27 Oct 2014 19:14:15 +0000 (14:14 -0500)] 
FS-6688 #resolve

11 years agoAdd new hard_mute control to allow apps to request low level mute e.g. from the rtp...
Anthony Minessale [Mon, 27 Oct 2014 19:13:36 +0000 (15:13 -0400)] 
Add new hard_mute control to allow apps to request low level mute e.g. from the rtp stack level.  Its used in mod_conference to avoid reading audio while muted and possibly reduce some transcoding load

11 years agoadd some asserts to catch buffer overflow
Anthony Minessale [Mon, 27 Oct 2014 19:06:46 +0000 (15:06 -0400)] 
add some asserts to catch buffer overflow

11 years agoFS-6939 please do pull request next time. ;)
Brian West [Mon, 27 Oct 2014 19:12:55 +0000 (14:12 -0500)] 
FS-6939 please do pull request next time. ;)

11 years agoFS-5853 #resolve #comment mod_rayo now reports record completion cause
Chris Rienzo [Mon, 27 Oct 2014 17:41:52 +0000 (13:41 -0400)] 
FS-5853 #resolve #comment mod_rayo now reports record completion cause

11 years agoFS-6939 #resolve
Brian West [Mon, 27 Oct 2014 17:23:44 +0000 (12:23 -0500)] 
FS-6939 #resolve

11 years agoFS-5816 #resolve #comment Record-Completion-Cause added to session recording RECORD_S...
Chris Rienzo [Mon, 27 Oct 2014 17:17:38 +0000 (13:17 -0400)] 
FS-5816 #resolve #comment Record-Completion-Cause added to session recording RECORD_STOP event and record_completion_cause channel variable added.

11 years agoFS-6921 #resolve #comment rayo APP now accepts optional comma separated list of JIDs...
Chris Rienzo [Mon, 27 Oct 2014 16:18:17 +0000 (12:18 -0400)] 
FS-6921 #resolve #comment rayo APP now accepts optional comma separated list of JIDs or user names to steer incoming calls to specific rayo clients

11 years agoFS-6929 #resolve #comment fix deadlock in mod_rayo
Chris Rienzo [Mon, 27 Oct 2014 14:05:12 +0000 (10:05 -0400)] 
FS-6929 #resolve #comment fix deadlock in mod_rayo

11 years agoupdate jb command parser
Anthony Minessale [Fri, 24 Oct 2014 20:26:38 +0000 (15:26 -0500)] 
update jb command parser

11 years agominor docs tweak to show how to enable the filter
Brian West [Thu, 23 Oct 2014 18:36:33 +0000 (13:36 -0500)] 
minor docs tweak to show how to enable the filter

11 years agoFS-6940 docs and examples
Brian West [Thu, 23 Oct 2014 18:31:58 +0000 (13:31 -0500)] 
FS-6940 docs and examples

11 years agoFS-6940 #resolve #comment %FEATURE use the variable digits_dialed_filter to set regul...
Anthony Minessale [Thu, 23 Oct 2014 17:47:27 +0000 (12:47 -0500)] 
FS-6940 #resolve #comment %FEATURE use the variable digits_dialed_filter to set regular expressions with () captures and anything matched will be replaced with X's in the CDR

11 years agochange verto demo cc pic
Anthony Minessale [Wed, 22 Oct 2014 20:47:31 +0000 (15:47 -0500)] 
change verto demo cc pic

11 years agoFS-6756 lame_init_params must be called after setting all id3tag stuff, otherwise...
Matteo Brancaleoni [Wed, 22 Oct 2014 10:31:21 +0000 (12:31 +0200)] 
FS-6756 lame_init_params must be called after setting all id3tag stuff, otherwise id3 tags will not be written.
So, instead of calling it early, revert FS-3646 and add a check on free_context to really do lame stuff only
if lame has been set ready, avoid seg faults in some corner cases.

11 years agodefault the stun box to true in verto
Anthony Minessale [Tue, 21 Oct 2014 19:56:10 +0000 (15:56 -0400)] 
default the stun box to true in verto

11 years agoUpdates
Brian West [Mon, 20 Oct 2014 18:36:42 +0000 (13:36 -0500)] 
Updates

11 years agoFS-6767 #comment Add initial support for mod_verto on Windows
Peter Olsson [Sat, 18 Oct 2014 07:53:57 +0000 (09:53 +0200)] 
FS-6767 #comment Add initial support for mod_verto on Windows

11 years agoIgnore generated log files on Windows build
Peter Olsson [Sat, 18 Oct 2014 07:30:07 +0000 (09:30 +0200)] 
Ignore generated log files on Windows build

11 years agoFS-6926 #resolve #comment please test and reopen if necessary
Anthony Minessale [Thu, 16 Oct 2014 22:57:40 +0000 (17:57 -0500)] 
FS-6926 #resolve #comment please test and reopen if necessary

11 years agoMerge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
Brian West [Thu, 16 Oct 2014 22:03:57 +0000 (17:03 -0500)] 
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch

11 years agoFS-6927 #resolve #comment This display option ping times in the gateway status on...
Brian West [Thu, 16 Oct 2014 22:03:37 +0000 (17:03 -0500)] 
FS-6927 #resolve #comment This display option ping times in the gateway status on sofia status gateways or individual gateway status output

11 years agoactual fix for commit cff5209ca3582994dae1353372e2f91b345ab959 which was in the wrong...
Anthony Minessale [Thu, 16 Oct 2014 21:04:15 +0000 (16:04 -0500)] 
actual fix for commit cff5209ca3582994dae1353372e2f91b345ab959 which was in the wrong place

11 years agorevert cff5209ca3582994dae1353372e2f91b345ab959
Anthony Minessale [Thu, 16 Oct 2014 19:39:59 +0000 (14:39 -0500)] 
revert cff5209ca3582994dae1353372e2f91b345ab959

11 years agoMerge pull request #89 in FS/freeswitch from ~TMK/freeswitch:master to master
Mike Jerris [Thu, 16 Oct 2014 17:00:14 +0000 (12:00 -0500)] 
Merge pull request #89 in FS/freeswitch from ~TMK/freeswitch:master to master

* commit 'f5f6d15709427a1f8125b538fd4f753188bb3e16':
  add command 'action' with types 'reboot', 'reset', 'dialeddel', 'misseddel', 'receiveddel'
  Fix url encoding for snom remote commands (required to make # key work)

11 years agoMerge pull request #88 in FS/freeswitch from ~DANIELWEBER/freeswitch:FixManaged to...
Mike Jerris [Thu, 16 Oct 2014 16:54:13 +0000 (11:54 -0500)] 
Merge pull request #88 in FS/freeswitch from ~DANIELWEBER/freeswitch:FixManaged to master

* commit 'a0d6b642fff4fddf1bd62f39ccf952891c7817e3':
  Fix ManagedEsl.2012.csproj: There is no file 'ESLconnection.2010.cs'.

11 years agoFS-6849 #comment change to 'import freeswitch' to only load it
Anthony Minessale [Thu, 16 Oct 2014 16:36:59 +0000 (11:36 -0500)] 
FS-6849 #comment change to 'import freeswitch' to only load it

11 years agoFS-6849 #resolve #comment scripts need to have 'from freeswitch import *' at the...
Anthony Minessale [Thu, 16 Oct 2014 15:58:55 +0000 (10:58 -0500)] 
FS-6849 #resolve #comment scripts need to have 'from freeswitch import *' at the top.  I added it explicitly to compensate.

11 years agoadd command 'action' with types 'reboot', 'reset', 'dialeddel', 'misseddel', 'receive...
Thomas Kleffel [Tue, 14 Oct 2014 21:26:48 +0000 (23:26 +0200)] 
add command 'action' with types 'reboot', 'reset', 'dialeddel', 'misseddel', 'receiveddel'

11 years agoFix url encoding for snom remote commands (required to make # key work)
Thomas Kleffel [Tue, 14 Oct 2014 20:31:40 +0000 (22:31 +0200)] 
Fix url encoding for snom remote commands (required to make # key work)

11 years agovs2010 trivial compiler warnings
Jeff Lenk [Tue, 14 Oct 2014 18:20:52 +0000 (13:20 -0500)] 
vs2010 trivial compiler warnings

11 years agoMerge pull request #64 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6400-impro...
Mike Jerris [Tue, 14 Oct 2014 16:59:43 +0000 (11:59 -0500)] 
Merge pull request #64 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6400-improve-sip-ping-generation-by-distributing to master

* commit 'beb1d1792134f61a252538d45af909ee50771017':
  FS-6400 Improve sip ping generation by distributing them across an interval

11 years agoFS-6910 #resolve Multiple entry with the same first, last name or extension in the...
Marc Olivier Chouinard [Tue, 14 Oct 2014 13:53:12 +0000 (09:53 -0400)] 
FS-6910 #resolve Multiple entry with the same first, last name or extension in the directory would only return 1 entry.  Fix issue where group by would produce multiple row of count(*) result.  Using distinct instead wouldn't solve the issue in SQLITE because of a bug, so solution is to use a subselect.

11 years agoFS-6400 Improve sip ping generation by distributing them across an interval
Matteo Brancaleoni [Mon, 22 Sep 2014 08:44:53 +0000 (10:44 +0200)] 
FS-6400 Improve sip ping generation by distributing them across an interval

11 years agoforce sofia rebuild
Anthony Minessale [Mon, 13 Oct 2014 23:28:44 +0000 (18:28 -0500)] 
force sofia rebuild

11 years agoVERTO: expose audio mandatory constraints to demo and disable a few that seem to...
Anthony Minessale [Mon, 13 Oct 2014 23:26:20 +0000 (19:26 -0400)] 
VERTO: expose audio mandatory constraints to demo and disable a few that seem to mess with audio quality

11 years agofix leak of nua handle due to reference counting that must be between 3 to 7 years...
Anthony Minessale [Mon, 13 Oct 2014 23:06:32 +0000 (18:06 -0500)] 
fix leak of nua handle due to reference counting that must be between 3 to 7 years old.  Effects all calls with auth/challenge on INVITE

11 years agofix some jitterbuffer constants
Anthony Minessale [Mon, 13 Oct 2014 18:05:57 +0000 (13:05 -0500)] 
fix some jitterbuffer constants

11 years agoFS-6911 #resolve
Anthony Minessale [Mon, 13 Oct 2014 15:36:51 +0000 (10:36 -0500)] 
FS-6911 #resolve

11 years agoreorder voicemail prompts for consistent phrasing
Nathan Neulinger [Sun, 12 Oct 2014 16:31:31 +0000 (11:31 -0500)] 
reorder voicemail prompts for consistent phrasing

11 years agohave resume media on hold not send invite back out at the holder but rather enable...
Anthony Minessale [Fri, 10 Oct 2014 21:09:43 +0000 (16:09 -0500)] 
have resume media on hold not send invite back out at the holder but rather enable media in the 200ok

11 years agoFix crash on transport=tls with non-TLS profile
Travis Cross [Fri, 10 Oct 2014 18:25:11 +0000 (18:25 +0000)] 
Fix crash on transport=tls with non-TLS profile

We use the transport of the Contact header of the remote UAC to decide
which of our own Contact addresses we should use when replying to a
SUBSCRIBE or sending a presence NOTIFY.

If TLS is not enabled on a Sofia profile, then the TLS Contacts for
that profile are NULL.  Unfortunately we were using these NULL values
uncritically when the remote UAC sent us a Contact header with a TLS
transport and our own Sofia profile did not have TLS enabled.

With this commit we fall back to our TCP Contact address when the
remote Contact is TLS and our Sofia profile does not have TLS enabled.

11 years agoFS-6902 #comment add patch to make this problem obvious and fail on record and playback
Anthony Minessale [Thu, 9 Oct 2014 21:53:38 +0000 (16:53 -0500)] 
FS-6902 #comment add patch to make this problem obvious and fail on record and playback

11 years agoFS-6815 FS-6903 #resolve
Anthony Minessale [Thu, 9 Oct 2014 20:47:31 +0000 (15:47 -0500)] 
FS-6815 FS-6903 #resolve

11 years agoadd 908-retry-seconds gateway param to set reg retry time when getting a 908 for...
Michael Jerris [Thu, 9 Oct 2014 18:43:16 +0000 (14:43 -0400)] 
add 908-retry-seconds gateway param to set reg retry time when getting a 908 for backup interfaces to connect quickly

11 years agoMerge pull request #86 in FS/freeswitch from ~HRISTO/freeswitch:proper-ptime-detectio...
Anthony Minessale II [Thu, 9 Oct 2014 16:53:25 +0000 (11:53 -0500)] 
Merge pull request #86 in FS/freeswitch from ~HRISTO/freeswitch:proper-ptime-detection-with-packet-loss to master

* commit 'd48057e23f97af11cbdc482b20a06eaba776ea82':
  account for lost frames during ptime detection

11 years agomod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item...
Chris Rienzo [Thu, 9 Oct 2014 15:38:53 +0000 (11:38 -0400)] 
mod_rayo: fix error in SRGS grammar parser... <one-of><item>7</item><item>715</item></one-of> will return MATCH_END with input of 7 instead of MATCH since 715 is a potential match with further input.

11 years agoaccount for lost frames during ptime detection
Hristo Trendev [Thu, 9 Oct 2014 09:37:52 +0000 (11:37 +0200)] 
account for lost frames during ptime detection

This allows the "broken ptime" detection to work correctly when packet
loss is present on the wire. In addition to the timestamps this patch
adds frame sequence tracking and corrects the timestamp difference
only as needed and according to the number of lost packets.

FS-6898 #resolve

11 years agoAdd debian build option to include avoided modules
Travis Cross [Wed, 8 Oct 2014 19:43:29 +0000 (19:43 +0000)] 
Add debian build option to include avoided modules

This is a convenience option that can be passed to either
debian/bootstrap.sh or to debian/util.sh to include a module in the
build that would normally be excluded.  This option, -p, can be passed
multiple times.

11 years agoAdd debian build option to use system sources.list
Travis Cross [Wed, 8 Oct 2014 19:18:30 +0000 (19:18 +0000)] 
Add debian build option to use system sources.list

If -t is passed to debian/util.sh, then we will import the
/etc/apt/sources.list mirrors and all apt keys into the
pbuilder/cowbuilder build environment.

This is useful e.g. when the FS build depends on a library not
available in Debian yet.

11 years agoAdd debian build option to keep pbuilder image config
Travis Cross [Wed, 8 Oct 2014 19:09:03 +0000 (19:09 +0000)] 
Add debian build option to keep pbuilder image config

Normally we override the config of each pbuilder/cowbuilder image when
we update the image before using it for the build.  Passing this
option allows for using an existing cowbuilder image (assuming it's in
the correct location) with some existing desirable configuration.

11 years agoAdd build-dep for mod_sangoma_codec
Travis Cross [Wed, 8 Oct 2014 18:59:07 +0000 (18:59 +0000)] 
Add build-dep for mod_sangoma_codec

The packaging for libsngtc-dev is not yet in Debian.

11 years agominor jb improvement
Anthony Minessale [Wed, 8 Oct 2014 18:10:15 +0000 (13:10 -0500)] 
minor jb improvement

11 years agoAdd module mod_odbc_cdr
E. Schmidbauer [Wed, 8 Oct 2014 12:31:35 +0000 (08:31 -0400)] 
Add module mod_odbc_cdr

11 years agoFS-6870 #comment please reopen if this doesnt fix vs2010
Jeff Lenk [Wed, 8 Oct 2014 03:28:53 +0000 (22:28 -0500)] 
FS-6870 #comment please reopen if this doesnt fix vs2010

11 years agoMerge pull request #47 in FS/freeswitch from ~FLAVIO/freeswitch-fs-5106:master to...
Mike Jerris [Tue, 7 Oct 2014 19:06:34 +0000 (14:06 -0500)] 
Merge pull request #47 in FS/freeswitch from ~FLAVIO/freeswitch-fs-5106:master to master

* commit '56535519043201c723467c66c772d7519a2b6f62':
  FS-5106 fire an event when a sip client doesn't respond to option-ping

11 years agoFS-6889 #resolve
Anthony Minessale [Tue, 7 Oct 2014 18:47:44 +0000 (13:47 -0500)] 
FS-6889 #resolve

11 years agofix obvious seg in setting a record file name to every participant and not checking...
Anthony Minessale [Tue, 7 Oct 2014 17:48:53 +0000 (12:48 -0500)] 
fix obvious seg in setting a record file name to every participant and not checking for the recording member which does not have a session

11 years agomore jb improvements
Anthony Minessale [Tue, 7 Oct 2014 17:47:58 +0000 (12:47 -0500)] 
more jb improvements

11 years agoMerge pull request #83 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6710:FS-6710...
Mike Jerris [Tue, 7 Oct 2014 16:50:19 +0000 (11:50 -0500)] 
Merge pull request #83 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6710:FS-6710 to master

* commit '490efb7177ddcd3e61018f02c1435362937e8b15':
  FS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local configuration

11 years agoMerge pull request #84 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6897:FS-6897...
Mike Jerris [Tue, 7 Oct 2014 16:49:02 +0000 (11:49 -0500)] 
Merge pull request #84 in FS/freeswitch from ~MKVONARX/freeswitch-fs-6897:FS-6897 to master

* commit 'eaaf9468df366429c56366618df9e9be8457ea52':
  FS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP INFO message

11 years agoMerge pull request #59 in FS/freeswitch from ~SJTHOMASON/freeswitch:FS-5868 to master
Mike Jerris [Tue, 7 Oct 2014 16:47:40 +0000 (11:47 -0500)] 
Merge pull request #59 in FS/freeswitch from ~SJTHOMASON/freeswitch:FS-5868 to master

* commit '747322dcc6f4db1bffc985c9bcff0bd32a2682a9':
  Remove Contact header from BYE and CANCEL requests.

11 years agoMerge pull request #65 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-220...
Mike Jerris [Tue, 7 Oct 2014 16:39:15 +0000 (11:39 -0500)] 
Merge pull request #65 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/OPENZAP-220-ftmod_libpri-don-t-close-channel to master

* commit '7ec7c920d1ef37a6b9753db0321dd19b2f3332a9':
  OPENZAP-220 fix blocked into read and add cause for a correct hangup

11 years ago switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for...
Chris Rienzo [Tue, 7 Oct 2014 13:33:19 +0000 (09:33 -0400)] 
switch_pgsql.c switch_pgsql_next_result_timed() was using switch_time_now() for start time and switch_micro_time_now() for current time.  These are different time sources that may not be in sync and could cause the query to timeout prematurely.

11 years agoOPENZAP-220 fix blocked into read and add cause for a correct hangup
Matteo Brancaleoni [Mon, 22 Sep 2014 08:55:27 +0000 (10:55 +0200)] 
OPENZAP-220 fix blocked into read and add cause for a correct hangup

11 years agoFS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP...
Markus von Arx [Tue, 7 Oct 2014 08:59:37 +0000 (10:59 +0200)] 
FS-6897: uuid_send_info enhancement that allows setting the Content-Type of the SIP INFO message

11 years agoFS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local...
Markus von Arx [Tue, 7 Oct 2014 08:41:36 +0000 (10:41 +0200)] 
FS-6710: fix incorrect comparison for Min-SE values between SIP INVITE and local configuration

11 years agoadd some calculations to jitter buffer related to judging the optimal size
Anthony Minessale [Mon, 6 Oct 2014 19:08:40 +0000 (14:08 -0500)] 
add some calculations to jitter buffer related to judging the optimal size

11 years agofix jb bug where once its full size it will never shrink due to logic err
Anthony Minessale [Mon, 6 Oct 2014 14:50:13 +0000 (09:50 -0500)] 
fix jb bug where once its full size it will never shrink due to logic err

11 years agosome more changes relates to new bypass media controls
Anthony Minessale [Fri, 3 Oct 2014 23:43:18 +0000 (18:43 -0500)] 
some more changes relates to new bypass media controls

11 years agoFS-6781: #resolve #comment lets change this to always do confirm to match the other...
Michael Jerris [Fri, 3 Oct 2014 20:53:32 +0000 (16:53 -0400)] 
FS-6781: #resolve #comment lets change this to always do confirm to match the other place where we set this

11 years agofew bugs on recent new features
Anthony Minessale [Fri, 3 Oct 2014 20:36:23 +0000 (15:36 -0500)] 
few bugs on recent new features

11 years agocleanup conditions
Michael Jerris [Fri, 3 Oct 2014 16:48:37 +0000 (12:48 -0400)] 
cleanup conditions

11 years agoFS-6889 #resolve
Anthony Minessale [Fri, 3 Oct 2014 16:34:37 +0000 (11:34 -0500)] 
FS-6889 #resolve

11 years agochange type of int
Anthony Minessale [Fri, 3 Oct 2014 15:15:02 +0000 (10:15 -0500)] 
change type of int