]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
10 years agoFS-7669 #resolve now if you don't have the /etc/freeswitch directory, we will install...
William King [Wed, 17 Jun 2015 22:46:07 +0000 (15:46 -0700)] 
FS-7669 #resolve now if you don't have the /etc/freeswitch directory, we will install the default packages for you. If you already have this directory, we'll let you deal with your own configs.

10 years agoFS-7605 Fix typo
William King [Wed, 17 Jun 2015 21:49:15 +0000 (14:49 -0700)] 
FS-7605 Fix typo

10 years agoFS-7605 remove surplus config flags
William King [Wed, 17 Jun 2015 21:37:13 +0000 (14:37 -0700)] 
FS-7605 remove surplus config flags

10 years agoupdate spec file to require libvpx2
Ken Rice [Wed, 17 Jun 2015 21:27:27 +0000 (17:27 -0400)] 
update spec file to require libvpx2

10 years agoMerge pull request #282 in FS/freeswitch from ~CHEWI/freeswitch:feature/FS-7645-ctrl...
Mike Jerris [Wed, 17 Jun 2015 20:11:16 +0000 (15:11 -0500)] 
Merge pull request #282 in FS/freeswitch from ~CHEWI/freeswitch:feature/FS-7645-ctrl-c to master

* commit '69ac02bb39c9f31ca5380c34a1671b0d9b37de7e':
  FS-7645: Allow Ctrl+C (SIGINT) when running in foreground without console (-nf -nc)

10 years agoRemove mod_celt and mod_vp8 remnants
Travis Cross [Wed, 17 Jun 2015 19:30:54 +0000 (19:30 +0000)] 
Remove mod_celt and mod_vp8 remnants

Jeff added these directories back in commit 345e50d which causes our
debian/bootstrap.sh to add these back to debian/control-modules.

10 years agoCleanup new module additions to debian
Travis Cross [Wed, 17 Jun 2015 18:42:35 +0000 (18:42 +0000)] 
Cleanup new module additions to debian

When the debian/control-modules file is properly ordered and
formatted, running (cd debian && ./bootstrap.sh) will result in no
changes to the debian/control-modules file and the
debian/control-modules.gen file being automatically deleted.  If there
is a debian/control-modules.gen file there, it should be used as a
start for a new debian/control-modules file after cleaning up the the
descriptions and adding long descriptions for each item.

10 years agoFix docs on enabling cert CN/SAN validation
Travis Cross [Tue, 26 May 2015 14:01:31 +0000 (14:01 +0000)] 
Fix docs on enabling cert CN/SAN validation

The correct incantations to enable certification common name / subject
alternative name verification, per our code, are `subjects_all`,
`subjects_in`, and `subjects_out` in a Sofia profile's
`tls-verify-policy`.  What we've had in our examples and documentation
for years are `all_subjects`, `in_subjects`, and `out_subjects`.

The result of this is that we've almost certainly confused people into
using the incorrect forms.  Those poor people will believe that they
are verifying the CN/SAN of the received host certificate against the
list in `tls-verify-in-subjects` when in fact they are not.

One clear issue in this case was that the incorrect forms failed to
have any effect without providing any warning or error.  This issue
could not have persisted if we had made more noise about incorrect
input.

Given how long this has been broken, it's tempting to alias the
incorrect forms to the correct ones.  However this would certainly
break many existing installations that have, because of this error,
never actually tested their setup with CN/SAN validation enabled.

In this commit, we fix the examples and documentation, and add an
error-level log output when unknown values are passed to
`tls-verify-policy`.

Thanks-to: Andrew Patrikalakis <anrp+freeswitch@anrp.net>
10 years agoFS-7664 #resolve
Anthony Minessale [Wed, 17 Jun 2015 16:58:25 +0000 (11:58 -0500)] 
FS-7664 #resolve

10 years agoFS-7648 adding profile-variable for testing cases
Brian West [Wed, 17 Jun 2015 15:38:30 +0000 (10:38 -0500)] 
FS-7648 adding profile-variable for testing cases

10 years agoFS-7650: #resolve [mod_verto] Fix crash when making a call from a verto user with...
Michael Jerris [Wed, 17 Jun 2015 15:34:35 +0000 (10:34 -0500)] 
FS-7650: #resolve [mod_verto] Fix crash when making a call from a verto user with profile-variables in their user profile

10 years agoFS-7605 #resolve
William King [Wed, 17 Jun 2015 03:24:01 +0000 (20:24 -0700)] 
FS-7605 #resolve

10 years agoFS-7517 squash fix copy & paste err
Seven Du [Wed, 17 Jun 2015 01:51:54 +0000 (09:51 +0800)] 
FS-7517 squash fix copy & paste err

10 years agoFS-7517 FS-7519 add H264 STAP-A packetizing support so it would work with FireFox
Seven Du [Wed, 17 Jun 2015 01:42:35 +0000 (09:42 +0800)] 
FS-7517 FS-7519 add H264 STAP-A packetizing support so it would work with FireFox

10 years agoFS-7655: fix a few functions that need to be disabled without YUV
Michael Jerris [Wed, 17 Jun 2015 01:01:53 +0000 (20:01 -0500)] 
FS-7655: fix a few functions that need to be disabled without YUV

10 years agobump for 1.7.0
William King [Wed, 17 Jun 2015 00:52:50 +0000 (17:52 -0700)] 
bump for 1.7.0

10 years agoFS-7655: fix build issue w/ strict prototypes
Michael Jerris [Tue, 16 Jun 2015 23:58:16 +0000 (19:58 -0400)] 
FS-7655: fix build issue w/ strict prototypes

10 years agoFS-7655: attempt to make libvpx and libyuv optional (none of the video features will...
Michael Jerris [Tue, 16 Jun 2015 23:24:26 +0000 (18:24 -0500)] 
FS-7655: attempt to make libvpx and libyuv optional (none of the video features will work without them)  The following modules require these libraries to be installed still: mod_av mod_cv mod_fsv mod_mp4v2 mod_openh264 mod_vpx mod_imagick mod_vpx mod_yuv mod_png mod_vlc

10 years agoFS-7609 enable building of mod_sangoma_codec
William King [Tue, 16 Jun 2015 20:42:26 +0000 (13:42 -0700)] 
FS-7609 enable building of mod_sangoma_codec

10 years agoFS-7667: [mod_java] fix include directory detection when using debian java pacakges...
Michael Jerris [Tue, 16 Jun 2015 19:29:18 +0000 (14:29 -0500)] 
FS-7667: [mod_java] fix include directory detection when using debian java pacakges and use detected directory

10 years agoautomated build test change to enable mod_java and mod_managed during the 'most'...
William King [Tue, 16 Jun 2015 18:38:40 +0000 (11:38 -0700)] 
automated build test change to enable mod_java and mod_managed during the 'most' tests

10 years agoupdate languages to use swig2.0 and reswig
Brian West [Tue, 16 Jun 2015 17:58:24 +0000 (12:58 -0500)] 
update languages to use swig2.0 and reswig

10 years agoupdate languages to use swig2.0 and reswig
Brian West [Tue, 16 Jun 2015 17:44:37 +0000 (12:44 -0500)] 
update languages to use swig2.0 and reswig

10 years agoupdate esl swig to swig 2.0 and reswig
Brian West [Tue, 16 Jun 2015 17:43:53 +0000 (12:43 -0500)] 
update esl swig to swig 2.0 and reswig

10 years agofix perl swig patching to work with latest swig from debian jessie
Brian West [Tue, 16 Jun 2015 17:03:04 +0000 (12:03 -0500)] 
fix perl swig patching to work with latest swig from debian jessie

10 years agoFS-7665 #resolve
Anthony Minessale [Tue, 16 Jun 2015 16:54:55 +0000 (11:54 -0500)] 
FS-7665 #resolve

10 years agoFS-7656 not quite reporting when it was video or not
Anthony Minessale [Tue, 16 Jun 2015 16:54:43 +0000 (11:54 -0500)] 
FS-7656 not quite reporting when it was video or not

10 years agoFS-7666: [mod_managed] pass in proper core CPP flags to find public headers
Brian West [Tue, 16 Jun 2015 16:24:00 +0000 (11:24 -0500)] 
FS-7666: [mod_managed] pass in proper core CPP flags to find public headers

10 years agoswigall
Brian West [Tue, 16 Jun 2015 16:23:25 +0000 (11:23 -0500)] 
swigall

10 years agoFS-7648 more tests
Brian West [Tue, 16 Jun 2015 15:58:04 +0000 (10:58 -0500)] 
FS-7648 more tests

10 years agoFS-7648 add condition testing for regex all and xor cases
Brian West [Tue, 16 Jun 2015 15:46:15 +0000 (10:46 -0500)] 
FS-7648 add condition testing for regex all and xor cases

10 years agoMerge pull request #197 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_impr...
William King [Tue, 16 Jun 2015 03:49:09 +0000 (22:49 -0500)] 
Merge pull request #197 in FS/freeswitch from ~SAFAROV/freeswitch-mod-radius-cdr_improvement:feature/timezone-support to master

* commit 'ce36330b5c7ecc6243994469f42659419cc590c8':
  FS-7303 #comment Added adjustment of time values reported by FS server when RADIUS server located in different timezone

10 years agoFS-7338 fix when the build system was deleting the keyring before it was fully finish...
William King [Mon, 15 Jun 2015 22:17:18 +0000 (15:17 -0700)] 
FS-7338 fix when the build system was deleting the keyring before it was fully finished with it.

10 years agoFS-7657 #resolve #comment since the one in there doesn't work, we'll just take it...
Anthony Minessale [Mon, 15 Jun 2015 20:48:58 +0000 (15:48 -0500)] 
FS-7657 #resolve #comment since the one in there doesn't work, we'll just take it out.  Note you can pass an array of stun servers, including TURN, to the verto when you start it up.  (see verto.js where iceServers is passed)

10 years agoFS-7648 clean up and re-number, still planning stages
Brian West [Mon, 15 Jun 2015 20:32:14 +0000 (15:32 -0500)] 
FS-7648 clean up and re-number, still planning stages

10 years agoFS-7649 #resolve
Anthony Minessale [Mon, 15 Jun 2015 20:12:03 +0000 (15:12 -0500)] 
FS-7649 #resolve

10 years agoget firefox working again
Anthony Minessale [Mon, 15 Jun 2015 18:21:55 +0000 (13:21 -0500)] 
get firefox working again

10 years agoFS-7629 #resolve #comment add livearray-json-status to conference-flags to enable
Anthony Minessale [Mon, 15 Jun 2015 17:30:28 +0000 (12:30 -0500)] 
FS-7629 #resolve #comment add livearray-json-status to conference-flags to enable

10 years agoadd missing verto assignment
Anthony Minessale [Mon, 15 Jun 2015 17:28:52 +0000 (12:28 -0500)] 
add missing verto assignment

10 years agoFS-7656 finishing touches
Brian West [Mon, 15 Jun 2015 15:39:16 +0000 (10:39 -0500)] 
FS-7656 finishing touches

10 years agoMerge pull request #280 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus_a...
Brian West [Mon, 15 Jun 2015 14:08:43 +0000 (09:08 -0500)] 
Merge pull request #280 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:opus_asymmetric-fmtp to master

* commit 'fe29cc6885269f06c635bc652007da834465c7f9':
  mod_opus : asymmetric sample rates based on fmtp params (maxplaybackrate and sprop-maxcapturerate)

10 years agoFS-7648
Brian West [Mon, 15 Jun 2015 13:43:29 +0000 (08:43 -0500)] 
FS-7648

10 years agoFS-7656 not quite right
Anthony Minessale [Sun, 14 Jun 2015 06:25:51 +0000 (01:25 -0500)] 
FS-7656 not quite right

10 years agoFS-7656 mod_local_stream Video Support
Anthony Minessale [Sat, 13 Jun 2015 23:00:22 +0000 (18:00 -0500)] 
FS-7656 mod_local_stream Video Support

10 years agoFS-7641 fix seg from wrongly nulling ping_frame
Anthony Minessale [Sat, 13 Jun 2015 08:13:55 +0000 (03:13 -0500)] 
FS-7641 fix seg from wrongly nulling ping_frame

10 years agoplay video files for hold_music
Anthony Minessale [Sat, 13 Jun 2015 07:57:50 +0000 (02:57 -0500)] 
play video files for hold_music

squashme

10 years agoFS-7654 #resolve
Anthony Minessale [Sat, 13 Jun 2015 04:55:24 +0000 (23:55 -0500)] 
FS-7654 #resolve

10 years agofix typo
Anthony Minessale [Fri, 12 Jun 2015 22:10:36 +0000 (17:10 -0500)] 
fix typo

10 years agoFS-7338 adding debian packaging for several new modules, as well as handle system...
William King [Fri, 12 Jun 2015 22:45:09 +0000 (15:45 -0700)] 
FS-7338 adding debian packaging for several new modules, as well as handle system lib change for a handful of modules

10 years agoFS-7601: modify jitterbuffer usage in mod_silk to match the api change
Michael Jerris [Fri, 12 Jun 2015 21:36:05 +0000 (16:36 -0500)] 
FS-7601: modify jitterbuffer usage in mod_silk to match the api change

10 years agoMerge pull request #281 in FS/freeswitch from feature/FS-7641-add-video-support-to...
Anthony Minessale II [Fri, 12 Jun 2015 20:58:18 +0000 (15:58 -0500)] 
Merge pull request #281 in FS/freeswitch from feature/FS-7641-add-video-support-to-eavesdrop to master

* commit '9d40e1397d2a41bff8fe1c56363afa82e0704024':
  FS-7641

10 years agoFS-7641
Anthony Minessale [Thu, 11 Jun 2015 23:49:34 +0000 (18:49 -0500)] 
FS-7641

10 years agoFS-7338: remove mod_shout dep libs to system libs. On debain jessie requires libmpg1...
Michael Jerris [Fri, 12 Jun 2015 19:56:01 +0000 (14:56 -0500)] 
FS-7338: remove mod_shout dep libs to system libs.  On debain jessie requires libmpg123-dev libshout3-dev libmp3lame-dev

10 years agoFS-7653 Thanks to Mike Jerris who wrote up the build system files for this.
William King [Fri, 12 Jun 2015 18:22:00 +0000 (11:22 -0700)] 
FS-7653 Thanks to Mike Jerris who wrote up the build system files for this.

10 years agoFS-7648 add more eavesdrop test cases
Brian West [Fri, 12 Jun 2015 16:50:35 +0000 (11:50 -0500)] 
FS-7648 add more eavesdrop test cases

10 years agoFS-7648 add more eavesdrop test cases
Brian West [Fri, 12 Jun 2015 16:47:13 +0000 (11:47 -0500)] 
FS-7648 add more eavesdrop test cases

10 years agoFS-7648 add eavesdrop test case
Brian West [Fri, 12 Jun 2015 16:29:15 +0000 (11:29 -0500)] 
FS-7648 add eavesdrop test case

10 years agoFS-7648 add set video on hold, and force preanswer prefix
Brian West [Fri, 12 Jun 2015 16:04:00 +0000 (11:04 -0500)] 
FS-7648 add set video on hold, and force preanswer prefix

10 years agoFS-7648 adding video record/ playback test cases
Brian West [Fri, 12 Jun 2015 15:35:33 +0000 (10:35 -0500)] 
FS-7648 adding video record/ playback test cases

10 years agoFS-7648 adding videomail voicemail profile
Brian West [Fri, 12 Jun 2015 14:46:46 +0000 (09:46 -0500)] 
FS-7648 adding videomail voicemail profile

10 years agoFS-7648 adding leave/check videomail test cases
Brian West [Fri, 12 Jun 2015 14:45:17 +0000 (09:45 -0500)] 
FS-7648 adding leave/check videomail test cases

10 years agoFS-7648 clean 2
Brian West [Fri, 12 Jun 2015 14:36:34 +0000 (09:36 -0500)] 
FS-7648 clean 2

10 years agoFS-7648 more clean up
Brian West [Fri, 12 Jun 2015 14:24:24 +0000 (09:24 -0500)] 
FS-7648 more clean up

10 years agoFS-7648 foundation for QA testing config
Brian West [Fri, 12 Jun 2015 14:18:53 +0000 (09:18 -0500)] 
FS-7648 foundation for QA testing config

10 years agoFS-7645: Allow Ctrl+C (SIGINT) when running in foreground without console (-nf -nc)
James Le Cuirot [Fri, 12 Jun 2015 12:32:12 +0000 (13:32 +0100)] 
FS-7645: Allow Ctrl+C (SIGINT) when running in foreground without console (-nf -nc)

10 years agoFS-7338: Don't download the getlib version for debian packages, instead use the syste...
William King [Fri, 12 Jun 2015 03:12:49 +0000 (20:12 -0700)] 
FS-7338: Don't download the getlib version for debian packages, instead use the system libs. Debian build systems should include the public repo as an additional repo to supply these packages.

10 years agoFS-7621 #resolve
Anthony Minessale [Thu, 11 Jun 2015 23:40:18 +0000 (18:40 -0500)] 
FS-7621 #resolve

10 years agomod_opus : asymmetric sample rates based on fmtp params (maxplaybackrate and sprop...
Dragos Oancea [Thu, 11 Jun 2015 18:07:02 +0000 (14:07 -0400)] 
mod_opus : asymmetric sample rates based on fmtp params (maxplaybackrate and sprop-maxcapturerate)

10 years agoFS-7644 add missing files doh - note this is incomplete and non functional
Jeff Lenk [Thu, 11 Jun 2015 20:48:54 +0000 (15:48 -0500)] 
FS-7644 add missing files doh - note this is incomplete and non functional

10 years agoFS-7644
Jeff Lenk [Thu, 11 Jun 2015 20:25:06 +0000 (15:25 -0500)] 
FS-7644

10 years agoFS-7623 Fix param name ordering bug in mod_amqp due to exposing these params
William King [Thu, 11 Jun 2015 19:33:11 +0000 (12:33 -0700)] 
FS-7623 Fix param name ordering bug in mod_amqp due to exposing these params

10 years agoMerge pull request #276 in FS/freeswitch from bugfix/FS-7638-allow-ipv4-mapped-ipv6...
Mike Jerris [Thu, 11 Jun 2015 15:44:36 +0000 (10:44 -0500)] 
Merge pull request #276 in FS/freeswitch from bugfix/FS-7638-allow-ipv4-mapped-ipv6-address-to to master

* commit '2815994647ef03fda488685899262450eb4b935c':
  FS-7638 properly match ACL with IPv4 mapped IPv6 addresses

10 years agoFS-7638 properly match ACL with IPv4 mapped IPv6 addresses
Brian [Thu, 11 Jun 2015 13:24:31 +0000 (08:24 -0500)] 
FS-7638 properly match ACL with IPv4 mapped IPv6 addresses

10 years agoFS-7373 also expose the custom repo and key path to the build-all command too
William King [Thu, 11 Jun 2015 05:00:46 +0000 (22:00 -0700)] 
FS-7373 also expose the custom repo and key path to the build-all command too

10 years agoFS-7636 #resolve
Anthony Minessale [Wed, 10 Jun 2015 21:18:32 +0000 (16:18 -0500)] 
FS-7636 #resolve

10 years agoFS-7635: remove msvc 2005 2008 and 2010 non working build systems. There are now...
Michael Jerris [Wed, 10 Jun 2015 20:33:14 +0000 (16:33 -0400)] 
FS-7635: remove msvc 2005 2008 and 2010 non working build systems.  There are now multiple more recent (3 different ones) and some free versions of the compiler that can be used.

10 years agolower debug message level
Anthony Minessale [Wed, 10 Jun 2015 19:41:12 +0000 (14:41 -0500)] 
lower debug message level

10 years agoFS-7573 didn't mean to remove this when doing the second part
Brian [Wed, 10 Jun 2015 14:58:02 +0000 (09:58 -0500)] 
FS-7573 didn't mean to remove this when doing the second part

10 years agoFS-7573 #resolve second part missing for 80bit support
Brian [Wed, 10 Jun 2015 13:24:33 +0000 (08:24 -0500)] 
FS-7573 #resolve second part missing for 80bit support

10 years agoFS-7573 #resolve fix 80bit tag support
Brian [Wed, 10 Jun 2015 13:18:54 +0000 (08:18 -0500)] 
FS-7573 #resolve fix 80bit tag support

10 years agoFS-7602 regression from c9065a85b6ac92ef3318df2abe30395df1f3c99f (typo)
Anthony Minessale [Tue, 9 Jun 2015 20:58:46 +0000 (15:58 -0500)] 
FS-7602 regression from c9065a85b6ac92ef3318df2abe30395df1f3c99f (typo)

10 years agoFS-7601: [mod_opus] remove a bounds check that can never be true in opus fec code
Michael Jerris [Tue, 9 Jun 2015 18:42:44 +0000 (14:42 -0400)] 
FS-7601: [mod_opus] remove a bounds check that can never be true in opus fec code

10 years agoFS-7586 #resolve handle VLC rename of the aac codec to the generic name of mpga
William King [Tue, 9 Jun 2015 04:27:56 +0000 (21:27 -0700)] 
FS-7586 #resolve handle VLC rename of the aac codec to the generic name of mpga

10 years agoFS-7623 allow for custom exchange name and type for mod_amqp producers
William King [Tue, 9 Jun 2015 03:33:16 +0000 (20:33 -0700)] 
FS-7623 allow for custom exchange name and type for mod_amqp producers

10 years agoFS-7622 make sure to close the connections on destroy. Currently the connection is...
William King [Tue, 9 Jun 2015 03:28:38 +0000 (20:28 -0700)] 
FS-7622 make sure to close the connections on destroy. Currently the connection is malloc'd from the module pool, so there is nothing to destroy.

10 years agoFS-7432 send actpass on re-invites
Anthony Minessale [Mon, 8 Jun 2015 21:15:16 +0000 (16:15 -0500)] 
FS-7432 send actpass on re-invites

10 years agoFS-7621
Anthony Minessale [Mon, 8 Jun 2015 20:06:51 +0000 (15:06 -0500)] 
FS-7621

10 years agoset higher flush len (wtf misssing *)
Anthony Minessale [Mon, 8 Jun 2015 18:26:14 +0000 (13:26 -0500)] 
set higher flush len (wtf misssing *)

10 years agoset higher flush len
Anthony Minessale [Mon, 8 Jun 2015 18:24:47 +0000 (13:24 -0500)] 
set higher flush len

10 years agoback off input buffer slower instead of flushing it
Anthony Minessale [Mon, 8 Jun 2015 18:17:47 +0000 (13:17 -0500)] 
back off input buffer slower instead of flushing it

10 years agoonly find exact ts not a range
Anthony Minessale [Mon, 8 Jun 2015 18:13:50 +0000 (13:13 -0500)] 
only find exact ts not a range

10 years agoMerge pull request #156 in FS/freeswitch from ~ITALOROSSI/freeswitch:FS-7138-mod_call...
Ítalo Rossi [Mon, 8 Jun 2015 17:41:33 +0000 (12:41 -0500)] 
Merge pull request #156 in FS/freeswitch from ~ITALOROSSI/freeswitch:FS-7138-mod_callcenter_reserve_agent_before_dialing to master

* commit 'bebd4c4e3e0975fb507370212abe02364f52f6cf':
  FS-7138 - new mod_callcenter param: reserve-agents

10 years agoFS-7138 - new mod_callcenter param: reserve-agents
Italo Rossi [Sun, 3 May 2015 04:10:02 +0000 (01:10 -0300)] 
FS-7138 - new mod_callcenter param: reserve-agents

Sets the agent state to Reserved before calling him. In this case,
the Agent is first updated to state Reserved ONLY if his previous
state was Waiting and status was Available/Available (On Demand).
The purpose is to avoid possible race conditions when external
applications are manipulating `agents` table.

Disabled by default.

10 years agoFS-7609 Now that libsngtc-dev and libsngtc are in the FS debian repo, enable mod_sang...
William King [Mon, 8 Jun 2015 16:58:00 +0000 (09:58 -0700)] 
FS-7609 Now that libsngtc-dev and libsngtc are in the FS debian repo, enable mod_sangoma_codec

10 years agoMerge pull request #273 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7620...
Mike Jerris [Mon, 8 Jun 2015 15:58:09 +0000 (10:58 -0500)] 
Merge pull request #273 in FS/freeswitch from ~MBRANCA/freeswitch:bugfix/FS-7620-ftmod_libpri-does-not-set-screening to master

* commit '0127e9bf47bddd6d9945da623b309ce47e4f9ab2':
  FS-7620 Correctly set calling number presentation and screening fields.

10 years agoFS-7620 Correctly set calling number presentation and screening fields.
Matteo Brancaleoni [Mon, 8 Jun 2015 12:37:16 +0000 (14:37 +0200)] 
FS-7620 Correctly set calling number presentation and screening fields.

10 years agoMerge pull request #272 in FS/freeswitch from ~TONICH/freeswitch-fs-7612:FS-7612...
Mike Jerris [Mon, 8 Jun 2015 15:48:28 +0000 (10:48 -0500)] 
Merge pull request #272 in FS/freeswitch from ~TONICH/freeswitch-fs-7612:FS-7612 to master

* commit 'b7e70bf1410f2975bfb40fc5729d8378dfea464c':
  FS-7612: callflow section in json_cdr as array.

10 years agoFS-7612: callflow section in json_cdr as array.
Anton Schur [Mon, 8 Jun 2015 06:40:34 +0000 (09:40 +0300)] 
FS-7612: callflow section in json_cdr as array.

10 years agoFS-7586 Silence the warning when the value is set to 1 in the configs
William King [Sat, 6 Jun 2015 05:28:59 +0000 (22:28 -0700)] 
FS-7586 Silence the warning when the value is set to 1 in the configs

10 years agoFS-7479 fix regression
Anthony Minessale [Sat, 6 Jun 2015 04:46:56 +0000 (23:46 -0500)] 
FS-7479 fix regression