[Freeswitch-users] Freeswitch Week in Review(Master Branch) July 20th-26th

Kathleen King kathleen.king at quentustech.com
Wed Jul 30 05:23:02 MSD 2014


Hello, again. This week in the FreeSWITCH master branch we had 58 
commits. Some of the new features that were added include more tweaks 
and improvements to mod_verto, the addition of a final_delivery variable 
to the chatplan to prevent delivery of pre-empted messages, and the new 
module mod_prefix an in-memory data store optimized for fast lookups.

The following bugs were squashed:
ac265ce FS-6682: fix arg order on switch_channel_export_variable called 
from switch_channel_export_variable_printf #resolve
Jira: http://jira.freeswitch.org/browse/FS-6682
d9eafdf FS-6681: fix dup of audio/wav and add audio/x-wav
Jira: http://jira.freeswitch.org/browse/FS-6681
025e65a Fix resampler issue caused by refactoring impacting audio 
quality of resampled calls in mod_conference.
5732571 FS-6689 Fix for package building issue in util.sh.
Jira: http://jira.freeswitch.org/browse/FS-6689
3d5d816 Changes by Ryan Lantzer <lantzer at mst.edu> to correct the 
generation of line_instance value in outbound ringer requests in 
mod_skinny.
940171c FS-6670 Fixed a global function pointer problem in mod_sofia.
Jira: http://jira.freeswitch.org/browse/FS-6670
cf786b1 FS-6685 Fix behavior of ring if other SLA extension is active in 
mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-6685
c15663c FS-6670 Fixed global function pointer problem in libsofia.
Jira: http://jira.freeswitch.org/browse/FS-6670
6eda1c0 Tweak timeout a little as it was changing to 1000000 on the 5th 
try on return from switch_interval_time_from_timeval on OpenBSD.

New features that were added:
7596689 Added chat to mod_verto demo.
acffa79 Send DTMF from keyboard strokes in mod_verto.
cb7a338 Added back the jquery CDN into tree.
fbf4ccd FS-6686 #resolve #comment increased the timeout to 30 to 
accommodate situations where the engine takes longer to pick an IP in 
mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6686
c735f5c Add enter press detection to the extension field to auto-dial in 
mod_verto
bbcbb24 Additional changes to mod_verto.
e09ea08 Hack for dropbox in mod_verto.
a47dc4b Render image URLs in mod_verto.
c411f8c Queue more messages in mod_verto.
4f1b09a Add switch_socket_waitlist for waiting on multiple sockets and 
abstract it to poll and select so windows can use it too.
bd804df Only do kepress on outside of page for dtmf in mod_verto.
a537d80 Add new module: mod_prefix.
a4ff7ea Render image URLs in mod_verto.
6f800ef Add resize in mod_verto.
7c01f06 Use final_delivery variable in chat plan to indicate that you do 
not want to deliver the message to its intended recipient because you 
have already pre-empted the message.

Improvements in cross platform build supports:
a1d73df Fix configure check for libjpeg to not break other checks.
407fb1a Enable libspandsp to build on openbsd.
31f98ef Misc work for the magic bsd makefile.
00573a9 Tweaks to build for openbsd.
aaddc42 Extra measures to ensure use of local ssl library.
5ea1729 FS-6674 Fixed mod_verto failing to build in a non-source 
directory in mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6674
ad8c7bc Added Curl build so it links against the correct ssl lib for 
openbsd.
78c07db Use LibreSSL on OpenBSD build.
ff245ec Fix has-get for openbsd.
327146c Fix WS Compile on MSVC2012
35eec37 Added sounds to default make install target for openbsd, 
solaris11, and centos6.

In terms of stability these were the use cases that were fixed:
1be1219 FS-6680 Fix for segfault upon startup on OpenBSD.
Jira: http://jira.freeswitch.org/browse/FS-6680
7e08d21 FS-6663 Fixed a memory leak in mod_event_multicast.
Jira: http://jira.freeswitch.org/browse/FS-6663
f11c40d FS-6680 Fix for segfault upon startup on OpenBSD.
Jira: http://jira.freeswitch.org/browse/FS-6680

Feedback is welcome at kathleen.king at quentustech.com and the commits for 
this week are in the attached file along with the corresponding Jira links.

-- 
Kathleen King
Quentus Technologies, INC
1037 NE 65th St Suite 273
Seattle, WA 98115
Main:   (253) 617-3210
Cell:   (703) 859-3757
kathleen.king at quentustech.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20140729/5a244922/attachment-0001.html 
-------------- next part --------------
Build:
a1d73df Fix configure check for libjpeg to not break other checks.
407fb1a Enable libspandsp to build on openbsd.
31f98ef Misc work for the magic bsd makefile.
00573a9 Tweaks to build for openbsd. 
aaddc42 Extra measures to ensure use of local ssl library. 
5ea1729 FS-6674 Fixed mod_verto failing to build in a non-source directory in mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6674
ad8c7bc Added Curl build so it links against the correct ssl lib for openbsd. 
78c07db Use LibreSSL on OpenBSD build.
ff245ec Fix has-get for openbsd.
327146c Fix WS Compile on MSVC2012
35eec37 Added sounds to default make install target for openbsd, solaris11, and centos6.


Bug:
ac265ce FS-6682: fix arg order on switch_channel_export_variable called from switch_channel_export_variable_printf #resolve
Jira: http://jira.freeswitch.org/browse/FS-6682
d9eafdf FS-6681: fix dup of audio/wav and add audio/x-wav
Jira: http://jira.freeswitch.org/browse/FS-6681
025e65a Fix resampler issue caused by refactoring impacting audio quality of resampled calls in mod_conference. 
5732571 FS-6689 Fix for package building issue in util.sh.
Jira: http://jira.freeswitch.org/browse/FS-6689
7c01f06 Use final_delivery variable in chat plan to indicate that you do not want to deliver the message to its intended recipient because you have already pre-empted the message.
3d5d816 Changes by Ryan Lantzer <lantzer at mst.edu> to correct the generation of line_instance value in outbound ringer requests in mod_skinny.
940171c FS-6670 Fixed a global function pointer problem in mod_sofia.
Jira: http://jira.freeswitch.org/browse/FS-6670
cf786b1 FS-6685 Fix behavior of ring if other SLA extension is active in mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-6685
c15663c FS-6670 Fixed global function pointer problem in libsofia.
Jira: http://jira.freeswitch.org/browse/FS-6670
6eda1c0 Tweak timeout a little as it was changing to 1000000 on the 5th try on return from switch_interval_time_from_timeval on OpenBSD.


Features:
7596689 Added chat to mod_verto demo.
acffa79 Send DTMF from keyboard strokes in mod_verto. 
cb7a338 Added back the jquery CDN into tree.
fbf4ccd FS-6686 #resolve #comment increased the timeout to 30 to accommodate situations where the engine takes longer to pick an IP in mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6686
c735f5c Add enter press detection to the extension field to auto-dial in mod_verto
bbcbb24 Additional changes to mod_verto.
e09ea08 Hack for dropbox in mod_verto.
a47dc4b Render image URLs in mod_verto.
c411f8c Queue more messages in mod_verto.
4f1b09a Add switch_socket_waitlist for waiting on multiple sockets and abstract it to poll and select so windows can use it too.
bd804df Only do kepress on outside of page for dtmf in mod_verto.
a537d80 Add new module: mod_prefix.
a4ff7ea Render image URLs in mod_verto.
6f800ef Add resize in mod_verto.


Packaging:
03c4014 Update bundled version of opus for debian.


Misc:
47e5887 Tweaks to the V.17 modem.
720e7a2 Tweaks to PLC.
fb6ecb4 Fixed some issues raised by coverity in spandsp ilbc and unimrcp.
d6574e8 Fixing line endings.
004c5ab Fix some issues with duplicate chat events and some cleanup in mod_verto.
e5cad4d More Coverity fixes.
f0d1be5 Reduce radius for auto positioning in mod_conference. 
3b8bc35 More Coverity fixes.
b3308dc Fetch the files from Freeswitch.org instead of upstream for openbsd. 
b7f2eab Fix verto.conf.xml to use the vars for path to wss.pem.
ed7aa96 Notes on how to make a CA and setup up everything quick and dirty style
93983e6 revert fd9d77feee5b6d57b5266eb671c8ea238c28a471
e4bd2c3 Bump for spandsp.
bf0f488 Tweaks to conference.conf
0c32ae8 Coverity cleanups for iLBC.
cd5e6d3 Update CSS in mod_verto.
d208484 Fixing linefeed for mod_managed.
4a1a40b Merge branch 'master' of https://stash.freeswitch.org/scm/fs/freeswitch
7ec61d8 CSS tweak in mod_verto.


Stability:
1be1219 FS-6680 Fix for segfault upon startup on OpenBSD.
Jira: http://jira.freeswitch.org/browse/FS-6680
7e08d21 FS-6663 Fixed a memory leak in mod_event_multicast.
Jira: http://jira.freeswitch.org/browse/FS-6663
f11c40d FS-6680 Fix for segfault upon startup on OpenBSD.
Jira: http://jira.freeswitch.org/browse/FS-6680


Performance:


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