]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoVarious minor tweaks to spandsp and the ARM specific code now does fast top bit detec...
Steve Underwood [Wed, 8 Apr 2015 19:30:49 +0000 (03:30 +0800)] 
Various minor tweaks to spandsp and the ARM specific code now does fast top bit detection.

10 years agoFS-7060 expanded configuration for amqp command configuration
William King [Tue, 7 Apr 2015 23:11:34 +0000 (16:11 -0700)] 
FS-7060 expanded configuration for amqp command configuration

10 years agoFS-7060 More accurate logging, and improve handling of producer reconnect attempt...
William King [Tue, 7 Apr 2015 17:52:30 +0000 (10:52 -0700)] 
FS-7060 More accurate logging, and improve handling of producer reconnect attempt interval

10 years agoadd variable expansion to mod_xml_ldap
Anthony Minessale [Fri, 3 Apr 2015 19:14:14 +0000 (14:14 -0500)] 
add variable expansion to mod_xml_ldap

10 years agoAdding debian packaging for mod_amqp
William King [Fri, 3 Apr 2015 22:51:33 +0000 (15:51 -0700)] 
Adding debian packaging for mod_amqp

10 years agoMerge pull request #121 in FS/freeswitch from mod_amqp to master
William King [Fri, 3 Apr 2015 22:36:06 +0000 (17:36 -0500)] 
Merge pull request #121 in FS/freeswitch from mod_amqp to master

* commit '1a96f23f279c17414530c50d7a9fcdbda156cc99':
  Adding mod_amqp as an event_handler module

10 years agoAdding mod_amqp as an event_handler module
William King [Thu, 20 Nov 2014 22:02:40 +0000 (14:02 -0800)] 
Adding mod_amqp as an event_handler module

AMQP(Advanced Message Queueing Protocol) is an event bus protocol
with more info here http://www.amqp.org/about/what

mod_amqp implements the client side of the amqp protocol. Currently
the module supports two separate, but not mutually exclusive usages:

1. Sending a filtered whitelist of events to an AMQP server. The
before the events are sent an amqp routing header is generated so that
downstream subscriptions can subscribe using filters. If the
connection to the remote server is interrupted, the module will
attempt to reconnect.

2. Subscribing to a 'control' channel on the remote AMQP server. When
events are received on this channel if they match a configured filter,
the commands are run locally as api commands. If the filter for the
events being sent to the remote AMQP server include SWITCH_EVENT_API
then the results of the api commands will be sent back to the AMQP
server.

FS-7060 #resolve
Thanks-to: Daniel Bryars <danb@aeriandi.com> and Tim Brown <tim.brown@aeriandi.com>
10 years agoFS-7406 added deduplicate_dtmf application
Chris Rienzo [Wed, 1 Apr 2015 18:07:55 +0000 (14:07 -0400)] 
FS-7406 added deduplicate_dtmf application

10 years agoFS-7406 #resolve #comment Added DTMF-Source header to DTMF event.
Chris Rienzo [Wed, 1 Apr 2015 15:00:43 +0000 (11:00 -0400)] 
FS-7406 #resolve #comment Added DTMF-Source header to DTMF event.
DTMF-Source may have the following values:
   APP : injected by application (send_dtmf, etc)
   ENDPOINT : detected by endpoint signaling (like SIP INFO)
   INBAND_AUDIO : detected by start_dtmf, spandsp_start_dtmf, etc
   RTP : detected as 2833/4733 telephone event
   UNKNOWN : unknown source

One possible use of this header is to determine telephone events
are being received, and if so, disable inband detection.

10 years agoAdd ClueCon URL
Ken Rice [Mon, 30 Mar 2015 19:35:55 +0000 (14:35 -0500)] 
Add ClueCon URL

10 years agodoh
Anthony Minessale [Fri, 27 Mar 2015 05:01:05 +0000 (00:01 -0500)] 
doh

10 years agoFS-7386
Anthony Minessale [Thu, 26 Mar 2015 22:48:39 +0000 (17:48 -0500)] 
FS-7386

Conflicts:
src/switch_core_media.c

10 years agoFS-7396: #resolve update dtls socket when socket changes on auto-adjust that changes...
Brian West [Thu, 26 Mar 2015 22:37:07 +0000 (17:37 -0500)] 
FS-7396: #resolve update dtls socket when socket changes on auto-adjust that changes address families and also include link local v6 addresses in approrpiate auto acls

10 years agoMerge pull request #228 in FS/freeswitch from ~MARCELHALDEMANN/freeswitch-fs-7391...
Mike Jerris [Thu, 26 Mar 2015 18:32:46 +0000 (13:32 -0500)] 
Merge pull request #228 in FS/freeswitch from ~MARCELHALDEMANN/freeswitch-fs-7391:master to master

* commit 'c7fdcc2ad866540ddbf6cf7b21ea9a33ad857c49':
  FS-7391 #resolve corrected currency for mod_say_de it's now "Ein Euro und Ein Cent" rather than "Eins Euro und Eins Cent"

10 years agoFS-7391 #resolve corrected currency for mod_say_de it's now "Ein Euro und Ein Cent...
Marcel Haldemann [Wed, 25 Mar 2015 23:52:09 +0000 (00:52 +0100)] 
FS-7391 #resolve corrected currency for mod_say_de it's now "Ein Euro und Ein Cent" rather than "Eins Euro und Eins Cent"

10 years agoMerge pull request #207 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6954...
Brian West [Thu, 26 Mar 2015 15:00:48 +0000 (10:00 -0500)] 
Merge pull request #207 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-6954-freeswitch-adds-additional-m-audio to master

* commit 'ca2dd2f3ba80924567472c0516ee8bac2af34d6a':
  FS-6954 Detect when we have T.38 in nomedia or proxy media mode and apply same fixups as in media mode.

10 years agoFS-6954 Detect when we have T.38 in nomedia or proxy media mode and apply same fixups...
Matteo Brancaleoni [Tue, 24 Feb 2015 15:43:24 +0000 (16:43 +0100)] 
FS-6954 Detect when we have T.38 in nomedia or proxy media mode and apply same fixups as in media mode.

10 years agoFail the call with 502 bad gateway if the outbound leg returns a redirect with an...
William King [Wed, 25 Mar 2015 19:44:40 +0000 (12:44 -0700)] 
Fail the call with 502 bad gateway if the outbound leg returns a redirect with an invalid URI.

FS-7385 #resolve

10 years agoSync verto code
Brian West [Wed, 25 Mar 2015 18:30:20 +0000 (13:30 -0500)] 
Sync verto code

10 years agoadd support for file:func to custom log mappings
Anthony Minessale [Wed, 25 Mar 2015 03:29:24 +0000 (22:29 -0500)] 
add support for file:func to custom log mappings

10 years agomore specific
Brian West [Tue, 24 Mar 2015 20:41:03 +0000 (15:41 -0500)] 
more specific

10 years agotweak
Brian West [Tue, 24 Mar 2015 20:38:51 +0000 (15:38 -0500)] 
tweak

10 years agoadd local mute to verto
Anthony Minessale [Tue, 24 Mar 2015 18:39:51 +0000 (13:39 -0500)] 
add local mute to verto

10 years agofail call on stream error
Anthony Minessale [Tue, 24 Mar 2015 17:49:06 +0000 (12:49 -0500)] 
fail call on stream error

10 years agoMerge pull request #224 in FS/freeswitch from ~WJ1918/freeswitch-fs-7383:master to...
Mike Jerris [Mon, 23 Mar 2015 12:59:09 +0000 (07:59 -0500)] 
Merge pull request #224 in FS/freeswitch from ~WJ1918/freeswitch-fs-7383:master to master

* commit 'dee980d2ddf2afde01ab044b1285b05b6a085dba':
  FS-7383 #resolve

10 years agoFS-7383 #resolve
Jun Wang [Mon, 23 Mar 2015 02:27:08 +0000 (02:27 +0000)] 
FS-7383 #resolve

10 years agoFS-7300 [mod_rayo] set iq type to error when prompt component forwards input/output...
Chris Rienzo [Sun, 22 Mar 2015 18:40:25 +0000 (14:40 -0400)] 
FS-7300 [mod_rayo] set iq type to error when prompt component forwards input/output error back to rayo client.

10 years agoFS-7149 #comment mod_flite for windows fix
Jeff Lenk [Sat, 21 Mar 2015 19:55:21 +0000 (14:55 -0500)] 
FS-7149 #comment mod_flite for windows fix

10 years agoFS-7378 play_and_detect_speech: protect against NULL result
Chris Rienzo [Wed, 18 Mar 2015 19:30:12 +0000 (15:30 -0400)] 
FS-7378 play_and_detect_speech: protect against NULL result

10 years agoFS-7378 #resolve #comment play_and_detect_speech can now detect DTMF if you set the...
Chris Rienzo [Wed, 18 Mar 2015 19:05:29 +0000 (15:05 -0400)] 
FS-7378 #resolve #comment play_and_detect_speech can now detect DTMF if you set the playback_terminators channel variable to any or specific DTMF.  The result will be stored in speech_detect_result and in playback_terminator_used.  Also added channel variable play_and_detect_speech_close_asr which will release the speech recognition port when the detection is completed.  This will prevent speech licenses from being held the entire call.

10 years agoFS-7297 fix incomplete patch for previous issue
Brian West [Wed, 18 Mar 2015 18:51:12 +0000 (13:51 -0500)] 
FS-7297 fix incomplete patch for previous issue

10 years agoremove debug
Anthony Minessale [Tue, 17 Mar 2015 17:27:25 +0000 (12:27 -0500)] 
remove debug

10 years agoMerge pull request #222 in FS/freeswitch from feature/FS-7373-add-ability-to-specify...
William King [Mon, 16 Mar 2015 16:44:11 +0000 (11:44 -0500)] 
Merge pull request #222 in FS/freeswitch from feature/FS-7373-add-ability-to-specify-custom-source.list to master

* commit '4738da1325f408665f6111f4c72b644c4fb95cfe':
  When using the debian/utils.sh script to build FreeSWITCH packages, add the ability to pass -T[path to custom sources path] and -K[custom keyfile path] options to build the FS packages with a custom sources and keyring path.

10 years agoWhen using the debian/utils.sh script to build FreeSWITCH packages,
William King [Mon, 16 Mar 2015 15:59:37 +0000 (08:59 -0700)] 
When using the debian/utils.sh script to build FreeSWITCH packages,
add the ability to pass -T[path to custom sources path] and -K[custom keyfile path]
options to build the FS packages with a custom sources and keyring path.

FS-7373

10 years agoFS-7368 --resolve
Brian West [Fri, 13 Mar 2015 21:50:13 +0000 (16:50 -0500)] 
FS-7368 --resolve

10 years agofix frame size for encoder
Anthony Minessale [Thu, 12 Mar 2015 22:51:41 +0000 (17:51 -0500)] 
fix frame size for encoder

10 years agoFix URL
Brian West [Thu, 12 Mar 2015 16:43:07 +0000 (11:43 -0500)] 
Fix URL

10 years agoFS-7300 #resolve #comment [mod_rayo] handle all MRCP completion causes in SPEECH...
Chris Rienzo [Thu, 12 Mar 2015 03:46:08 +0000 (23:46 -0400)] 
FS-7300 #resolve #comment [mod_rayo] handle all MRCP completion causes in SPEECH-COMPLETE event and validate / load input grammar URLs

10 years agosync
Anthony Minessale [Thu, 12 Mar 2015 02:27:32 +0000 (21:27 -0500)] 
sync

10 years agofix typo
Anthony Minessale [Wed, 11 Mar 2015 20:26:10 +0000 (15:26 -0500)] 
fix typo

10 years agoMerge pull request #220 in FS/freeswitch from ~MANAV/freeswitch:minimal-conf to master
Brian West [Wed, 11 Mar 2015 18:39:13 +0000 (13:39 -0500)] 
Merge pull request #220 in FS/freeswitch from ~MANAV/freeswitch:minimal-conf to master

* commit '7a6303d6b33c7862117fd552afb74051eb2725af':
  Add minimal configuration for configuring FreeSWITCH from scratch

10 years agoAdd minimal configuration for configuring FreeSWITCH from scratch
Manav Rathi [Wed, 11 Mar 2015 13:14:08 +0000 (18:44 +0530)] 
Add minimal configuration for configuring FreeSWITCH from scratch

The default "vanilla" configuration that comes with FreeSWITCH has
been designed as a showcase of the configurability of the myriad of
features that FreeSWITCH comes with out of the box. While it is very
helpful in tinkering with FreeSWITCH, it has a lot of extraneous stuff
enabled/configured for use in a production system. This configuration
aims to take the reverse stance -- it attempts to be a starting point
for configuring a new system by "adding" required features (instead of
removing them as one would do if one starts with the default
configuration).

Jira: FS-7362
Source: https://github.com/mx4492/freeswitch-minimal-conf/commit/270941d6f2dca279f1bb8762d072940273d5ae11

10 years agoFS-7355: don't do the checks for rpl_realloc and rpl_malloc unless it is gcc compilin...
Michael Jerris [Mon, 9 Mar 2015 16:51:35 +0000 (16:51 +0000)] 
FS-7355: don't do the checks for rpl_realloc and rpl_malloc unless it is gcc compiling as autoconf checks for these don't work quite right on clang

10 years agoMerge pull request #217 in FS/freeswitch from ~JEREMYCX/freeswitch-fs-5570:master...
Mike Jerris [Mon, 9 Mar 2015 13:25:49 +0000 (08:25 -0500)] 
Merge pull request #217 in FS/freeswitch from ~JEREMYCX/freeswitch-fs-5570:master to master

* commit '669d613777bfac4e909b63401321e27cb54d6499':
  FS7750: When using the api command group, there is no way to return the contact list separated by :_:, which is required to group call extensions that have been multiply-registered.

10 years agoMerge pull request #219 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_impr...
Mike Jerris [Mon, 9 Mar 2015 13:24:22 +0000 (08:24 -0500)] 
Merge pull request #219 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_improvement:erlang-filter to master

* commit '57aba47f6e51e067f593fb32ccc43c015ae63d8d':
  FS-7354: Filter feature ported from mod_event_socket to mod_erlang_event

10 years agoMerge pull request #216 in FS/freeswitch from ~MANAV/freeswitch:doc-switch_core_set_v...
Mike Jerris [Mon, 9 Mar 2015 13:21:27 +0000 (08:21 -0500)] 
Merge pull request #216 in FS/freeswitch from ~MANAV/freeswitch:doc-switch_core_set_variable to master

* commit '830bc28c45091990ad7f53e3fdea2f1166b5901d':
  FS-7352: Document how to use switch_core_set_variable to delete variables

10 years agoFS-7354: Filter feature ported from mod_event_socket to mod_erlang_event
Sergey Safarov [Mon, 9 Mar 2015 07:55:28 +0000 (10:55 +0300)] 
FS-7354: Filter feature ported from mod_event_socket to mod_erlang_event

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 agoFS7750: When using the api command group, there is no way to return the contact list...
Jeremy Childs [Fri, 6 Mar 2015 21:39:53 +0000 (14:39 -0700)] 
FS7750: When using the api command group, there is no way to return the contact list separated by :_:, which is required to group call extensions that have been multiply-registered.

10 years agoMerge pull request #170 in FS/freeswitch from ~NIMAST/freeswitch-fs-7203:rtcp-source...
Mike Jerris [Fri, 6 Mar 2015 19:36:37 +0000 (13:36 -0600)] 
Merge pull request #170 in FS/freeswitch from ~NIMAST/freeswitch-fs-7203:rtcp-source-fraction-fix to master

* commit '5f7e111f79dd1a965aa956da7495485f52b0a1cc':
  Fix source fraction always 0 in RTCP events

10 years agoMerge pull request #206 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7306-fs_encode...
Anthony Minessale II [Fri, 6 Mar 2015 17:31:56 +0000 (11:31 -0600)] 
Merge pull request #206 in FS/freeswitch from ~ARTURZ/freeswitch:FS-7306-fs_encode-sleep-cleanup to master

* commit '921f77668f39ee9a768c0515dba054f99cf0bd75':
  FS-7306: fs_encode is sleeping to much - cleanup

10 years agoFS-7305 #resolve
Anthony Minessale [Fri, 6 Mar 2015 22:44:53 +0000 (16:44 -0600)] 
FS-7305 #resolve

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 agoFS-7306: fs_encode is sleeping to much - cleanup
Artur Zaprzała [Mon, 23 Feb 2015 10:18:57 +0000 (11:18 +0100)] 
FS-7306: fs_encode is sleeping to much - cleanup

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