[Freeswitch-users] FreeSWITCH 1.4.14 Released

Ken Rice krice at freeswitch.org
Tue Nov 25 00:27:13 MSK 2014


New Post on freeswitch.org from krice387
check it out at http://ift.tt/1zmebiE
FreeSWITCH 1.4.14 Released
FreeSWITCH 1.4.14 has been released!

This is routine maintenance release.

Quick highlight of improvements: support for logging full timestamps with dialplan (defaults to old behavior unless requested), allow mod_http_cache to S3 services other than Amazon, and new configuration parameter add-variables-to-offer, addition of `connect-timeout` option for curl API command, allow setting CURL timeout from curl API command , respecting umask when creating new files in mod_sndfile , support for additional curl auth methods in mod_curl , fifo_position macro, improvement of accuracy in timerfd implementation , and remove support SSLv2/3 from mod_rayo due to security concerns.

Tarballs and Packages available at the usual locations.

New features that were added:

7c0cf50 Set managedlist to return the value to the API stream and the log in mod_managed

4037e78 Support per-module references directory in mod_managed

10ebeba Add console log level in mod_managed

33cb950 Added pure CreateStateHandlerDelegate in ManagedSession for native api usage in mod_managed

889b678 Added GetPtr to Util class for internal pointers extraction (very useful when using native api) in mod_managed

8478874 FS-6831 Addition of unset app for the chatplan and while you can already unset by calling set with var=, same with set in dialplan, this is a convenience function similar to our unset in dialplan in mod_sms

[Jira: http://ift.tt/1Hwa0Xw]

bc767bb Adding rfc6598.auto and adding rfc6598 space to nat.auto acl. This is the NAT444 carrier grade nat space.

1190e59 FS-6965 Set the Accept-Language into a variable when received in mod_sofia

[Jira: http://ift.tt/1uLG7M3]

94278b5 FS-5159 Allow enter and exit sounds to interrupt the MOH in a wait_mod conference

1944f9a FS-6968 Changes to mod_fifo.c to add outbound_per_cycle_min in mod_fifo

[Jira: http://ift.tt/1Hwa0XA]

0f2816d Add command to compile non-minified js file for testing in mod_verto

f175c71 FS-6805 add support for logging full timestamps with dialplan, defaults to old behavior unless requested.

Jira: http://ift.tt/11E7kpC

fada4b8 FS-6977 Do not create freeswitch.serial if zrtp not enabled

Jira: http://ift.tt/11E7kpG

dd629c1 Add external_video_source to media handle and expose switch_core_media_start_video_thread() to start the core video thread for non-rtp based media

0eefdca FS-6947 Opus RTP payload fmtp settings ( maxaveragebitrate / maxplaybackrate )

Jira: http://ift.tt/11M58xc

dd61232 FS-6979 Allow mod_http_cache to S3 services other than Amazon

Jira: http://ift.tt/11E7i0R

826d428 FS-6992 Global configuration or maxplaybackrate and maxaveragebitrate from opus.conf.xml

Jira: http://ift.tt/11M58xe

e1c0ef5 New configuration parameter, add-variables-to-offer (default=false) (When true, all channel variables are included in the offer to rayo client in mod_rayo).

1ee325d Add `connect-timeout` option for curl API command

f1df8d6 Allow setting CURL timeout from curl API command

c73afe1 FS-7004 Respect unmasked when creating new files in mod_sndfile [Jira: http://ift.tt/1pgbVcN]

6f660c3 Updated mod_rayo to no longer support SSLv2/3

f198d82 FS-5666 Add ignore_connect_fail config setting to not kill the call when redis is down when using redis back-end for limit [Jira: http://ift.tt/1pgbVcP]

250234d FS-5800 Add support for additional curl auth methods in mod_curl [Jira: http://ift.tt/1pgbVcR]

1e92619 FS-6097 – added fifo_position macro [Jira: http://ift.tt/1FkkFCz]

da6043f Improve timerfd implementation to be more accurate

df423b8 Improve timerfd implementation to be more accurate

Improvements in cross platform build supports:

0f8b993 Fix mod_say_es_ar Makefile.am

07030c6 Fix compiler warning on unmatched return type

5dee5ce FS-6953 Fix for build issues with OS X

[Jira: http://ift.tt/1uLG9Um]

a17be38 Add reconf target

300b8d8 FS-6973 Fix for changed Opal svn url breaking build of mod_opal

[Jira: http://ift.tt/1Hwa1dY]

9673cf0 Fix for apr build issue FS-6848 freebsd arm

62a2e10 Remove hack breaking some cross compile builds. if you really need this, you should be using new enough glibc anyways.

The following bugs were squashed:

f87c335 Fix for issue with tracking agent availability

8f3c157 FS-6957 Fix for muting issues upon joining a conference in mod_conference

[Jira: http://ift.tt/1uLG9Ue]

831832c FS-6890 Fix for FreeSWITCH forgets to send RE-INVITES

[Jira: http://ift.tt/1uLG9Ug]

4eb5b38 Fix bug where re-invites needlessly re-init the codec and jb

a497169 FS-6890 Additional work for FreeSWITCH forgetting to send RE-INVITES in mod_sofia

[Jira: http://ift.tt/1uLG9Ug]

9c1e603 FS-6954 #comment Fix for side effect of another fix for this bug. Please test this patch.

[Jira: http://ift.tt/1yzQC5V]

f66f2ca FS-6890 More work toward fix for FreeSWITCH forgetting to send RE-INVITES in mod_sofia

[Jira: http://ift.tt/1uLG9Ug]

415f82f FS-6954 Work toward fix for Freeswitch adding additional m=audio on t.38 call in mod_sofia

[Jira: http://ift.tt/1yzQC5V]

5ce5199 FS-6969 Fix for unwanted profile shutdown in mod_verto

[Jira: http://ift.tt/1Hwa0XE]

In terms of stability these were the use cases that were fixed:

f3d089a Fix a crash when trying to remove a shadow directory in mod_managed

2f1b12f OPENZAP-232 Check for digits received on sangoma isdn stack to avoid delaying moving to the ring state if all digits are received at once in overlap dialing mode.

6b8d5b2 Fix release guard timer check in freetdm

34cf3b9 FS-6980 #resolve Fix for crash when using native recording on recordstop

Jira: http://ift.tt/11E7i0U

ab24bde FS-5533 fix issue with busy signal being sent back to all shared lines instead of just the calling device

Jira: http://ift.tt/11M58xi

a279bf3 FS-6890 More work toward fix for FreeSWITCH forgetting to send RE-INVITES in mod_sofia

Jira: http://ift.tt/1uLG9Ug

0c68bb6 FS-6957 Fix for muting issues in mod_conference

Jira: http://ift.tt/1uLG9Ue

33d37ce PLIV-13 Disable SSLv3 in libcurl for mod_httapi

dbc5571 FS-6983 Wrap new curl TLS macro usage with ifdefs

Jira: http://ift.tt/11E7i0W

0699ea8 Fixes for various issues

87a4670 FS-6890 More work toward fix for FreeSWITCH forgetting to send RE-INVITES in mod_sofia

Jira: http://ift.tt/1uLG9Ug

82aa331 FS-6531: #resolve set to tag on auto answer notify

Jira: http://ift.tt/11M58xk

75473a7 FS-6531: #resolve set to tag on uuid_phone_event notify

Jira: http://ift.tt/11M58xk

07c5cc1 FS-7003 Fix infinite loop when output sent to server without SSML configured and repeat-times=0

Jira: http://ift.tt/11E7kG0

0cf770a FS-6996: #resolve fix define change as of glibc 2.20 for _BSD_SOURCE -> _DEFAULT_SOURCE [Jira: http://ift.tt/1pgbVcT]

424df19 FS-Fix for build failure on mips[Jira: http://ift.tt/1pgbU8z]

8eaaa08 FS-6622 Set buffer size for streams based on the number of channels to avoid buffer starvation in mod_shout [Jira: http://ift.tt/1pgbVtb]

5127b64 FS-7014 Don’t touch the tech_pvt when a call has just ended, leaving us with a null tech_pvt in mod_sofia [Jira: http://ift.tt/1FkkFCF]

8330336 FS-6450 Update library [apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility.[Jira: http://ift.tt/1pgbVtf]

c645ab3 FS-6848 #resolve #comment slight tweak to fix the logic and avoid unbalanced parens [Jira: http://ift.tt/1FkkE1B]

79de78a FS-7021 Remove extra loops when using originate_retries and the caller hangs up.[Jira: http://ift.tt/1pgbUp3]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20141124/b3dee8dd/attachment-0001.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list