]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-7352: Document how to use switch_core_set_variable to delete variables
Manav Rathi [Fri, 6 Mar 2015 03:34:10 +0000 (09:04 +0530)] 
FS-7352: Document how to use switch_core_set_variable to delete variables

I had to scan through the source of the function to verify that this
is the indeed the actual behaviour, and that NULL is a valid
argument. By mentioning this in the header, we save posterity that
effort.

10 years agoroll back 95937964205ea2ca873b443ea9ea99f507244830 due to problems in actual use
Nathan Neulinger [Thu, 5 Mar 2015 21:45:00 +0000 (15:45 -0600)] 
roll back 95937964205ea2ca873b443ea9ea99f507244830 due to problems in actual use

10 years agoFS-7350: add --enable-address-sanitizer configure flag to enable clang address sanitizer
Michael Jerris [Thu, 5 Mar 2015 20:54:19 +0000 (14:54 -0600)] 
FS-7350: add --enable-address-sanitizer configure flag to enable clang address sanitizer

10 years agoFS-7340: remove all build system references to json-c because we are no longer using...
Michael Jerris [Wed, 4 Mar 2015 19:06:18 +0000 (14:06 -0500)] 
FS-7340: remove all build system references to json-c because we are no longer using it anywhere

10 years agoMerge pull request #213 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7340...
Mike Jerris [Wed, 4 Mar 2015 18:37:07 +0000 (12:37 -0600)] 
Merge pull request #213 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7340-mod_curl-json-api-change to master

* commit '5303101df05a01e82060df253d68d14a44f4260b':
  FS-7340: Converting the json handling to use the types and functions in switch_json.h .

10 years agoFS-7340: Converting the json handling to use the types and functions in switch_json.h .
Yossi Neiman [Wed, 4 Mar 2015 04:50:21 +0000 (22:50 -0600)] 
FS-7340: Converting the json handling to use the types and functions in switch_json.h .

FS-7340:  mod_curl: Missed a free.

FS-7340:  mod_curl:  Saved a few lines of code, added a check for successful allocation of cJSON structures.

10 years agoMerge pull request #215 in FS/freeswitch from bugfix/FS-7342-fs-crash-induced-by...
Mike Jerris [Wed, 4 Mar 2015 16:35:41 +0000 (10:35 -0600)] 
Merge pull request #215 in FS/freeswitch from bugfix/FS-7342-fs-crash-induced-by-mod_conference to master

* commit 'b3cb89a1fb7bdfad71ee34336cc568544992ebe0':
  FS-7342: regression from FS-7230 957c8fc9.  Don't destroy buffers we are currently using, only create them if they are not yet created

10 years agoFS-7342: regression from FS-7230 957c8fc9. Don't destroy buffers we are currently...
Michael Jerris [Wed, 4 Mar 2015 16:21:30 +0000 (11:21 -0500)] 
FS-7342: regression from FS-7230 957c8fc9.  Don't destroy buffers we are currently using, only create them if they are not yet created

10 years agoMerge pull request #187 in FS/freeswitch from ~CRIENZO/freeswitch:feature/fs-7273...
Ken Rice [Wed, 4 Mar 2015 14:24:27 +0000 (08:24 -0600)] 
Merge pull request #187 in FS/freeswitch from ~CRIENZO/freeswitch:feature/fs-7273 to master

* commit '66486713b0eca7df5879ddf4250a3e21e3e21810':
  FS-7273 Add support for build server to optionally specify revision when packaging RPM.         common.sh optionally accepts revision number and sets version in freeswitch-config-rayo.spec  config-rayo.sh updated to be consistent with rpmbuilder.sh         rpmbuilder.sh optionally accepts revision number         src_tarball.sh will now produce freeswitch.spec and freeswitch-config-rayo.spec as artifacts.

10 years agoFS-7346 #resolve #comment update mod_mongo driver to 1.1.0
Chris Rienzo [Wed, 4 Mar 2015 14:06:10 +0000 (09:06 -0500)] 
FS-7346 #resolve #comment update mod_mongo driver to 1.1.0

10 years agoMerge pull request #212 in FS/freeswitch from ~VLAD1983/freeswitch-fs-7339:FS-7339...
Mike Jerris [Tue, 3 Mar 2015 23:04:02 +0000 (17:04 -0600)] 
Merge pull request #212 in FS/freeswitch from ~VLAD1983/freeswitch-fs-7339:FS-7339 to master

* commit '38a35c26d861a824a07447a76a04cd9a57a303cf':
  FS-7339: create views basic_calls and detailed_calls after create table calls

10 years agoFS-7339: create views basic_calls and detailed_calls after create table calls
Emets Vladimir [Tue, 3 Mar 2015 18:45:15 +0000 (23:45 +0500)] 
FS-7339: create views basic_calls and detailed_calls after create table calls

10 years agoFS-7149 #resolved #comment add windows support for 2.0
Jeff Lenk [Tue, 3 Mar 2015 18:19:41 +0000 (12:19 -0600)] 
FS-7149 #resolved #comment add windows support for 2.0

10 years agoMerge pull request #185 in FS/freeswitch from ~JCHERUKURI_NECC/freeswitch-fs6794...
Brian West [Tue, 3 Mar 2015 14:03:14 +0000 (08:03 -0600)] 
Merge pull request #185 in FS/freeswitch from ~JCHERUKURI_NECC/freeswitch-fs6794:master to master

* commit '849e90ba733bfe0a2a380fdf26dbff263b3e67b2':
  destroy erlang session elements when the outbound erlang processis stopped/terminated

10 years agoFS-7273 Add support for build server to optionally specify revision when packaging...
Chris Rienzo [Thu, 12 Feb 2015 20:48:59 +0000 (15:48 -0500)] 
FS-7273 Add support for build server to optionally specify revision when packaging RPM.
        common.sh optionally accepts revision number and sets version in freeswitch-config-rayo.spec
config-rayo.sh updated to be consistent with rpmbuilder.sh
        rpmbuilder.sh optionally accepts revision number
        src_tarball.sh will now produce freeswitch.spec and freeswitch-config-rayo.spec as artifacts.

10 years agoFS-6758 and other related behavior, also change to answer behavior to mimic what...
Ryan Lantzer [Thu, 26 Feb 2015 14:21:26 +0000 (08:21 -0600)] 
FS-6758 and other related behavior, also change to answer behavior to mimic what users tend to expect from cisco phones.

Updatd SKINNY on-hook action to hang up all calls on a device, except those in a short list of call states (or perform a blind transfer).
Added a hook after completing the hangup operation to start ringing if there is an inbound call active on the device.

Reorder received calls on skinny

10 years agoFS-7323 #resolve #comment [mod_http_cache] added http_remove_cache <url> API call...
Chris Rienzo [Wed, 25 Feb 2015 14:43:38 +0000 (09:43 -0500)] 
FS-7323 #resolve #comment [mod_http_cache] added http_remove_cache <url> API call to manually expire a cached URL.
Added {refresh=true} parameter that can be prefixed to URL to force refresh when using http:// https:// file formats or the http_get API.
Examples:
    http_remove_cache http://phono.com/audio/troporocks.mp3
    http_get {refresh=true}http://phono.com/audio/troporocks.mp3
    <action application="playback" data="{refresh=true}http://phono.com/audio/troporocks.mp3"/>

10 years agoFS-7322 #resolve
Brian West [Tue, 24 Feb 2015 20:58:26 +0000 (14:58 -0600)] 
FS-7322 #resolve

10 years agoFS-7313 #resolve any further issues in this code it will just be removed
Brian West [Mon, 23 Feb 2015 22:38:17 +0000 (16:38 -0600)] 
FS-7313 #resolve any further issues in this code it will just be removed

10 years agoMerge pull request #150 in FS/freeswitch from ~ITALOROSSI/freeswitch:FS-7126-fix_mod_...
Mike Jerris [Mon, 23 Feb 2015 17:46:12 +0000 (11:46 -0600)] 
Merge pull request #150 in FS/freeswitch from ~ITALOROSSI/freeswitch:FS-7126-fix_mod_translate_var_expansion_without_session to master

* commit 'e4f22c82fc8bd07e04b42df49cec07473679d67b':
  https://freeswitch.org/jira/browse/FS-7126 fix variable expansion in translate api when there is no session involved.

10 years agoFS-7314 #resolve #comment try to fix openssl configure detection failure caused by...
Michael Jerris [Mon, 23 Feb 2015 16:51:40 +0000 (11:51 -0500)] 
FS-7314 #resolve #comment try to fix openssl configure detection failure caused by broken commit upstream in openssl 1.0.2.  I don't have a box with this version of openssl so you'll need to let me know if this doesn't work

10 years agohttps://freeswitch.org/jira/browse/FS-7126 fix variable expansion in translate api...
Italo Rossi [Mon, 5 Jan 2015 13:17:25 +0000 (10:17 -0300)] 
https://freeswitch.org/jira/browse/FS-7126 fix variable expansion in translate api when there is no session involved.

10 years agoFS-7307 #resolve dont session log in an api command as there is no session
Brian West [Mon, 23 Feb 2015 15:48:08 +0000 (09:48 -0600)] 
FS-7307 #resolve dont session log in an api command as there is no session

10 years agorebuild verto-min
Anthony Minessale [Sun, 22 Feb 2015 00:17:15 +0000 (18:17 -0600)] 
rebuild verto-min

10 years agoFS-7312 #resolve #comment added feature NEEDS_DOC
Anthony Minessale [Sat, 21 Feb 2015 18:11:24 +0000 (12:11 -0600)] 
FS-7312 #resolve #comment added feature NEEDS_DOC

10 years agoFS-6520 #comment This should work for VS2013 #resolve
Peter Olsson [Sat, 21 Feb 2015 10:21:27 +0000 (11:21 +0100)] 
FS-6520 #comment This should work for VS2013 #resolve

10 years agofix the thing the guy mentioned on irc
Anthony Minessale [Sat, 21 Feb 2015 06:49:18 +0000 (00:49 -0600)] 
fix the thing the guy mentioned on irc

10 years agoMerge pull request #196 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7304-dialplan...
Mike Jerris [Fri, 20 Feb 2015 19:21:57 +0000 (13:21 -0600)] 
Merge pull request #196 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7304-dialplan-reversed-ranges to master

* commit '2d07448822b673af2de6b4b0b4bfcd68b96f3d01':
  FS-7304: Multiple and reversed ranges for XML dialplan date and time conditions

10 years agoMerge pull request #200 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-7192...
Mike Jerris [Fri, 20 Feb 2015 19:19:26 +0000 (13:19 -0600)] 
Merge pull request #200 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-7192-expires-header-included-in-gateway to master

* commit '54f16398310846a6b793491d21778e0961b48712':
  FS-7192: [mod_sofia] do not include Expires header in INVITEs responding to a auth challenge

10 years agoMerge pull request #201 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-7308...
Mike Jerris [Fri, 20 Feb 2015 19:12:40 +0000 (13:12 -0600)] 
Merge pull request #201 in FS/freeswitch from ~SJTHOMASON/freeswitch:bugfix/FS-7308-cannot-disable-sofia-sla-sql-query to master

* commit 'cc61f11fb7001ad7a7882e6591b3e89740dce2e9':
  FS-7308: [mod_sofia] Only log SLA SQL query SQL when debugging is enabled

10 years agoMerge pull request #203 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7302...
Mike Jerris [Fri, 20 Feb 2015 19:10:57 +0000 (13:10 -0600)] 
Merge pull request #203 in FS/freeswitch from ~MISHEHU/freeswitch:bugfix/FS-7302-fs_encode-improvements-for-config to master

* commit 'ed2fabc2a6b882a29662d6c4a990341e6349e21e':
  FS-7302: Added params to fs_encode.c:          -c for path to conf_dir          -k for path to log_dir          -m for path to mod_dir

10 years agoFS-7304: Multiple and reversed ranges for XML dialplan date and time conditions
Artur Zaprzała [Thu, 19 Feb 2015 10:20:41 +0000 (11:20 +0100)] 
FS-7304: Multiple and reversed ranges for XML dialplan date and time conditions

10 years agoFS-7230 #comment try this #resolve
Brian West [Fri, 20 Feb 2015 18:41:39 +0000 (12:41 -0600)] 
FS-7230 #comment try this #resolve

10 years agoFS-7306 #comment fix both ways
Anthony Minessale [Fri, 20 Feb 2015 18:08:22 +0000 (12:08 -0600)] 
FS-7306 #comment fix both ways

10 years agoMerge pull request #202 in FS/freeswitch from ~SJTHOMASON/freeswitch:feature/FS-7309...
Mike Jerris [Fri, 20 Feb 2015 18:05:23 +0000 (12:05 -0600)] 
Merge pull request #202 in FS/freeswitch from ~SJTHOMASON/freeswitch:feature/FS-7309-allow-removal-of-user-agent-header to master

* commit '74e8db736f95088d7cf38b4c424647f5ebfa2783':
  FS-7309: [mod_sofia] Allow removal of User-Agent header

10 years agoMerge pull request #195 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7299-mod_xml_cdr...
Mike Jerris [Fri, 20 Feb 2015 17:52:51 +0000 (11:52 -0600)] 
Merge pull request #195 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7299-mod_xml_cdr-cookie-file to master

* commit 'e26605703ff8be1055ffee799722ff488a855995':
  FS-7299: Implement cookie-file option for mod_xml_cdr.

10 years agoMerge pull request #182 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:eavesdr...
Mike Jerris [Fri, 20 Feb 2015 17:27:12 +0000 (11:27 -0600)] 
Merge pull request #182 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:eavesdrop_bridge_single_leg to master

* commit '2890afc9184b142c931a98fff267d408e807b862':
  FS-7285 allow eavesdrop to bridge only one leg

10 years agoMerge pull request #181 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:base_al...
Mike Jerris [Fri, 20 Feb 2015 17:23:09 +0000 (11:23 -0600)] 
Merge pull request #181 in FS/freeswitch from ~CXREG/freeswitch-memcache-file:base_alt_dir to master

* commit 'ded03004a21a317783b06c6141430007641af7c6':
  FS-7284 allow -base to satisfy "You must specify all or none of -conf, -log, and -db"

10 years agoFS-7309: [mod_sofia] Allow removal of User-Agent header
Spencer Thomason [Fri, 20 Feb 2015 00:53:46 +0000 (16:53 -0800)] 
FS-7309: [mod_sofia] Allow removal of User-Agent header

In certain deployments it might be desirable to remove the User-Agent header from the SIP message.
Set the sofia profile parameter "user-agent-string" to "none" to suppress this header.

10 years agoFS-7306 #resolve
Anthony Minessale [Fri, 20 Feb 2015 05:06:41 +0000 (23:06 -0600)] 
FS-7306 #resolve

10 years agoFS-7302: Added params to fs_encode.c:
Yossi Neiman [Fri, 20 Feb 2015 01:03:03 +0000 (19:03 -0600)] 
FS-7302: Added params to fs_encode.c:
         -c for path to conf_dir
         -k for path to log_dir
         -m for path to mod_dir

10 years agoFS-7308: [mod_sofia] Only log SLA SQL query SQL when debugging is enabled
Spencer Thomason [Thu, 19 Feb 2015 23:52:44 +0000 (15:52 -0800)] 
FS-7308: [mod_sofia] Only log SLA SQL query SQL when debugging is enabled

10 years agoFS-7192: [mod_sofia] do not include Expires header in INVITEs responding to a auth...
Spencer Thomason [Thu, 19 Feb 2015 23:36:54 +0000 (15:36 -0800)] 
FS-7192: [mod_sofia] do not include Expires header in INVITEs responding to a auth challenge

10 years agoFS-7301 #comment set the tx-reinvite-packet-count to 400, seems we are too fast for...
Brian West [Thu, 19 Feb 2015 20:43:58 +0000 (14:43 -0600)] 
FS-7301 #comment set the tx-reinvite-packet-count to 400, seems we are too fast for the remote in this case which is causing your failure #resolve

10 years agoMerge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
Brian West [Thu, 19 Feb 2015 20:31:43 +0000 (14:31 -0600)] 
Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch

10 years agoAdd more debug aliases
Brian West [Thu, 19 Feb 2015 20:31:39 +0000 (14:31 -0600)] 
Add more debug aliases

10 years agoFS-7299: Implement cookie-file option for mod_xml_cdr.
Artur Zaprzała [Wed, 18 Feb 2015 14:53:19 +0000 (15:53 +0100)] 
FS-7299: Implement cookie-file option for mod_xml_cdr.

10 years agoFS-7297 #comment update the make target installer
Brian West [Wed, 18 Feb 2015 21:45:05 +0000 (15:45 -0600)] 
FS-7297 #comment update the make target installer

10 years agoMerge pull request #194 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7298-race-conditi...
Marc Olivier Chouinard [Wed, 18 Feb 2015 21:02:50 +0000 (15:02 -0600)] 
Merge pull request #194 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7298-race-condition-when-callcenter-member to master

* commit '0df4085c3dbd3a4bfbc602153e86b7b1b7f0f617':
  Fix race condition when callcenter member cancels the call.

10 years agoFS-7066 FS-7253 FS-7231 #comment wait, there's more.... need this too, let's never...
Anthony Minessale [Wed, 18 Feb 2015 20:40:56 +0000 (14:40 -0600)] 
FS-7066 FS-7253 FS-7231 #comment wait, there's more.... need this too, let's never change this code again....

10 years agoFS-7066 FS-7253 FS-7231 #comment this should do it #resolve
Anthony Minessale [Wed, 18 Feb 2015 19:35:28 +0000 (13:35 -0600)] 
FS-7066 FS-7253 FS-7231 #comment this should do it #resolve

10 years agogovg alias
Brian West [Wed, 18 Feb 2015 19:03:03 +0000 (13:03 -0600)] 
govg alias

10 years agoMerge pull request #189 in FS/freeswitch from ~AEBURRIEL/freeswitch-fs-7279:master...
Mike Jerris [Wed, 18 Feb 2015 18:29:19 +0000 (12:29 -0600)] 
Merge pull request #189 in FS/freeswitch from ~AEBURRIEL/freeswitch-fs-7279:master to master

* commit '23b10d5da35b3ffb113063d0b6cffab07ba6c4ce':
  Get ordering of dates in Spanish right (dd-mm-yyyy)

10 years agoMerge pull request #193 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7296 to master
Mike Jerris [Wed, 18 Feb 2015 18:24:35 +0000 (12:24 -0600)] 
Merge pull request #193 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7296 to master

* commit '2c8e9c80ce74191e5815a859a2fc6bc038cbabd7':
  Fix SIP_PAYLOAD_INIT2 macro in sip_header.h

10 years agoMerge pull request #191 in FS/freeswitch from bugfix/FS-7250-channels-got-stuck-insid...
Mike Jerris [Wed, 18 Feb 2015 18:17:06 +0000 (12:17 -0600)] 
Merge pull request #191 in FS/freeswitch from bugfix/FS-7250-channels-got-stuck-inside-freeswitch to master

* commit 'f4a6e6e363b071ed21fc941f90b46900a74b86d0':
  Remove the FreeSWITCH core handler for SIG_CHLD.

10 years agoFS-7230 #resolve #comment please update
Brian West [Wed, 18 Feb 2015 15:20:42 +0000 (09:20 -0600)] 
FS-7230 #resolve #comment please update

10 years agoFix race condition when callcenter member cancels the call.
Artur Zaprzała [Wed, 18 Feb 2015 13:26:02 +0000 (14:26 +0100)] 
Fix race condition when callcenter member cancels the call.

10 years agoFix SIP_PAYLOAD_INIT2 macro in sip_header.h
Artur Zaprzała [Wed, 18 Feb 2015 11:37:20 +0000 (12:37 +0100)] 
Fix SIP_PAYLOAD_INIT2 macro in sip_header.h

10 years agoFS-7066 FS-7253 FS-7231 #this part should be right
Anthony Minessale [Wed, 18 Feb 2015 02:55:10 +0000 (20:55 -0600)] 
FS-7066 FS-7253 FS-7231 #this part should be right

10 years agoFS-7066 FS-7253 FS-7231 #comment not so fast, revert
Anthony Minessale [Wed, 18 Feb 2015 02:35:19 +0000 (20:35 -0600)] 
FS-7066 FS-7253 FS-7231 #comment not so fast, revert

10 years agoFS-7066 FS-7253 FS-7231 #comment remove TFD_TIMER_ABSTIME as it seems to cause some...
Anthony Minessale [Wed, 18 Feb 2015 02:15:14 +0000 (20:15 -0600)] 
FS-7066 FS-7253 FS-7231 #comment remove TFD_TIMER_ABSTIME as it seems to cause some load issues on some machines

10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 23:18:41 +0000 (18:18 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 22:12:58 +0000 (17:12 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 21:47:17 +0000 (16:47 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoFS-7294: Enable -Werror when building with clang compiler
Michael Jerris [Tue, 17 Feb 2015 21:23:53 +0000 (16:23 -0500)] 
FS-7294: Enable -Werror when building with clang compiler

10 years agoRemove the FreeSWITCH core handler for SIG_CHLD.
William King [Tue, 17 Feb 2015 17:22:34 +0000 (09:22 -0800)] 
Remove the FreeSWITCH core handler for SIG_CHLD.

This does not appear to be needed any longer, and while this is in
place a dependent library that tries to start a child process will
hang waiting on the SIG_CHLD signal that the FreeSWITCH core 'ate'.

FS-7250 #resolve

10 years agoFS-7294: Enable -Werror when building with clang compiler #resolve
Michael Jerris [Tue, 17 Feb 2015 17:20:24 +0000 (12:20 -0500)] 
FS-7294: Enable -Werror when building with clang compiler #resolve

10 years agoMerge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch
Brian West [Tue, 17 Feb 2015 16:23:44 +0000 (10:23 -0600)] 
Merge branch 'master' of ssh://freeswitch.org:7999/fs/freeswitch

10 years agoUpdate .bashrc with some helper aliases
Brian West [Tue, 17 Feb 2015 16:23:38 +0000 (10:23 -0600)] 
Update .bashrc with some helper aliases

10 years agoFS-7164 [mod_rayo] support input grammar URL for MRCP only. Mixing URL and embedded...
Chris Rienzo [Tue, 17 Feb 2015 14:52:49 +0000 (09:52 -0500)] 
FS-7164 [mod_rayo] support input grammar URL for MRCP only.  Mixing URL and embedded grammars in same input request (but in different grammar elements) should work

10 years agoDebian rules update to handle a pre-bootstrapped orig file
William King [Tue, 17 Feb 2015 00:04:24 +0000 (16:04 -0800)] 
Debian rules update to handle a pre-bootstrapped orig file

10 years agoFS-7122 forgot to add file to last commit
Anthony Minessale [Mon, 16 Feb 2015 22:59:55 +0000 (16:59 -0600)] 
FS-7122 forgot to add file to last commit

10 years agoFS-7122: Working with william to find a better way
Anthony Minessale [Mon, 16 Feb 2015 22:25:35 +0000 (16:25 -0600)] 
FS-7122: Working with william to find a better way

10 years agoFS-7122 REVERT
Anthony Minessale [Mon, 16 Feb 2015 22:20:14 +0000 (16:20 -0600)] 
FS-7122 REVERT

10 years agoCentOS 5 dosn't support subdir-objects
Anthony Minessale [Mon, 16 Feb 2015 22:13:13 +0000 (16:13 -0600)] 
CentOS 5 dosn't support subdir-objects

10 years agoFS-7122 reversion
Anthony Minessale [Mon, 16 Feb 2015 22:06:43 +0000 (16:06 -0600)] 
FS-7122 reversion

10 years agoGet ordering of dates in Spanish right (dd-mm-yyyy)
Antonio Eugenio Burriel [Mon, 16 Feb 2015 16:45:44 +0000 (17:45 +0100)] 
Get ordering of dates in Spanish right (dd-mm-yyyy)

1. Switch from mm-dd-yyyy to dd-mm-yyyy
2. Insert "de" (Spanish for "of") preposition.
3. Document this new voice recording "of.wav".

As reported in FS-7279.

10 years agoTweak Cent5 auto build
Brian West [Mon, 16 Feb 2015 15:17:20 +0000 (09:17 -0600)] 
Tweak Cent5 auto build

10 years agoFS-7285 allow eavesdrop to bridge only one leg
Dave Olszewski [Tue, 10 Feb 2015 02:03:56 +0000 (18:03 -0800)] 
FS-7285 allow eavesdrop to bridge only one leg

Add channel variables eavesdrop_bridge_aleg and eavesdrop_bridge_bleg,
and if one is set to true on the eavesdrop channel, bridge that leg from
the target.  If neither is specified, bridge both.

10 years agoFS-7284 allow -base to satisfy "You must specify all or none of -conf, -log, and...
Dave Olszewski [Tue, 10 Feb 2015 01:49:21 +0000 (17:49 -0800)] 
FS-7284 allow -base to satisfy "You must specify all or none of -conf, -log, and -db"

10 years agoFS-7066 FS-7253 FS-7231 #comment revert some of patch
Anthony Minessale [Fri, 13 Feb 2015 20:09:44 +0000 (14:09 -0600)] 
FS-7066 FS-7253 FS-7231 #comment revert some of patch

10 years agoFS-7270 look for -bin first
Brian West [Thu, 12 Feb 2015 19:10:02 +0000 (13:10 -0600)] 
FS-7270 look for -bin first

10 years agoFS-7270 tweak for jesse
Brian West [Thu, 12 Feb 2015 18:56:26 +0000 (12:56 -0600)] 
FS-7270 tweak for jesse

10 years agoFS-7270 #resolve libtool or libtool-bin will do
Brian West [Thu, 12 Feb 2015 18:39:49 +0000 (12:39 -0600)] 
FS-7270 #resolve libtool or libtool-bin will do

10 years agoFS-7270 remove libtool-bin since this is specific to Jesse, update libjpeg-dev to...
Brian West [Thu, 12 Feb 2015 18:32:43 +0000 (12:32 -0600)] 
FS-7270 remove libtool-bin since this is specific to Jesse, update libjpeg-dev to libjpeg8-dev sigh why change the name of the package

10 years agoFS-7236 refactor to fix audio problem from 7c6367052cc35c457cf6bcee49e473e744422d29
Anthony Minessale [Thu, 12 Feb 2015 16:44:42 +0000 (10:44 -0600)] 
FS-7236 refactor to fix audio problem from 7c6367052cc35c457cf6bcee49e473e744422d29

10 years agoMerge pull request #186 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7269:master...
Mike Jerris [Thu, 12 Feb 2015 14:43:55 +0000 (08:43 -0600)] 
Merge pull request #186 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7269:master to master

* commit '299b313b786a4a3e999a5503e7b303991c9c3cd6':
  FS-7269 : Add error logs in exec_user_method() when exception occurs.

10 years agoFS-7269 : Add error logs in exec_user_method() when exception occurs.
Vineet Chaudhary [Thu, 12 Feb 2015 13:11:12 +0000 (18:41 +0530)] 
FS-7269 : Add error logs in exec_user_method() when exception occurs.

In exec_user_method() report ERROR LOG to console in cases exceptions occurs,
like if any of class/method/userMethod->arg is null or for any reason which
sets status to SWITCH_STATUS_FALSE because that prevents loading mod_java and
users don't have clue why it is failing to load.

With this patch error logs can tell why method failed to execute.

10 years agodestroy erlang session elements when the outbound erlang processis stopped/terminated
Jyotshna Cherukuri [Wed, 11 Feb 2015 20:20:32 +0000 (15:20 -0500)] 
destroy erlang session elements when the outbound erlang processis stopped/terminated

10 years agofix email address to match what i usually commit with
Michael Jerris [Wed, 11 Feb 2015 17:40:49 +0000 (12:40 -0500)] 
fix email address to match what i usually commit with

10 years agoFS-7264: fix signed/unsigned warnings on windows building ws.c
Michael Jerris [Wed, 11 Feb 2015 17:39:56 +0000 (12:39 -0500)] 
FS-7264: fix signed/unsigned warnings on windows building ws.c

10 years agoMerge pull request #173 in FS/freeswitch from ~MANAV/freeswitch:sync-mod_v8-defaults...
Mike Jerris [Wed, 11 Feb 2015 17:24:03 +0000 (11:24 -0600)] 
Merge pull request #173 in FS/freeswitch from ~MANAV/freeswitch:sync-mod_v8-defaults to master

* commit '35e4c978ce625eb9b57a72b225540c0e87a23875':
  Do not autoload mod_v8 in the default config [FS-7263]

10 years agoFS-7264: silence inet_ntop deprecated warnings
Michael Jerris [Wed, 11 Feb 2015 17:14:53 +0000 (12:14 -0500)] 
FS-7264: silence inet_ntop deprecated warnings

10 years agoFS-7262: #resolve #comment fix regression in native recording using record thread...
Mike Jerris [Wed, 11 Feb 2015 16:58:51 +0000 (10:58 -0600)] 
FS-7262: #resolve #comment fix regression in native recording using record thread from FS-7083 326289c

10 years agoFS-7265 #resolve #comment [mod_mongo] add mongo_find_n API
Chris Rienzo [Wed, 11 Feb 2015 16:55:46 +0000 (11:55 -0500)] 
FS-7265 #resolve #comment [mod_mongo] add mongo_find_n API

10 years agoDo not autoload mod_v8 in the default config [FS-7263]
Manav Rathi [Sun, 1 Feb 2015 05:55:06 +0000 (11:25 +0530)] 
Do not autoload mod_v8 in the default config [FS-7263]

mod_v8 is commented out in modules.conf (possibly because it requires
v8 development files installed), but is present in modules.conf. This
commit updates modules.conf.xml to reflect the defaults present in
modules.conf and not try and autoload mod_v8. With this change, the
spurious warning during start up goes away.

10 years agoMerge pull request #178 in FS/freeswitch from ~RAJESH_FIRESPOTTER.COM/freeswitch...
Mike Jerris [Tue, 10 Feb 2015 18:53:13 +0000 (12:53 -0600)] 
Merge pull request #178 in FS/freeswitch from ~RAJESH_FIRESPOTTER.COM/freeswitch-fs-7228:master to master

* commit '5db8a0c16bc75c2f3dd10d7de63d95ab2ef2679f':
  FS-7228 - Max Register Refresh before the Register is challenged for credentials

10 years agoFS-7260 #resolve #comment added to master
Anthony Minessale [Wed, 11 Feb 2015 00:38:06 +0000 (18:38 -0600)] 
FS-7260 #resolve #comment added to master

10 years agomake this play cleaner with bamboo... if you are using this script destination dirs...
Ken Rice [Tue, 10 Feb 2015 16:30:06 +0000 (10:30 -0600)] 
make this play cleaner with bamboo... if you are using this script destination dirs have changed to be more inline with the debian builds. This is part of the updates for deploying bamboo

10 years agoMerge pull request #183 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7256:master...
Mike Jerris [Tue, 10 Feb 2015 15:52:10 +0000 (09:52 -0600)] 
Merge pull request #183 in FS/freeswitch from ~CODE.VINEET/freeswitch-fs-7256:master to master

* commit 'adccf499ad643f60a4c574437ace3cec8768926c':
  FS-7256 : Unable to load mod_java.