[Freeswitch-users] FreeSWITCH Week in Review(Master Branch) July 13th-19th

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


Hello, again. This week in the FreeSWITCH master branch we had 69 
commits. FreeSWITCH's git URLs were updated to Stash this week, 
mod_skinny added the ability to set flash or ring on inbound calls, and 
mod_verto saw some more tweaks and improvements this week and, if you 
haven't already, go check it out! You can access the demo by following 
this link using the latest Chrome: 
https://conference.freeswitch.org/verto/ 
<http://conference.freeswitch.org/verto/>

The following bugs were squashed:
17d6c5b FS-6578 Update windows build to use openssl 1.0.1h.
Jira: http://jira.freeswitch.org/browse/FS-6578
e7700c0 FS-6665 Fix for garbled audio using verto without stereo for 
mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6665
91d405a Call recovery_track on recovering channels once the recovery has 
completed and fix race condition with repeated recovery in FS core and 
mod_sofia.
3df080a FS-6447 #close SUBSCRIBER_ABSENT also needs handling. Thanks to 
Ben Langfeld.
Jira: http://jira.freeswitch.org/browse/FS-6447
3a00260 FS-6615 Fix possible crash with api_execute response in language 
modules.
Jira: http://jira.freeswitch.org/browse/FS-6615

New features that were added:
3ce4ae9 FS-6540 Added notify functionality in mod_sofia. Please test.
Jira: http://jira.freeswitch.org/browse/FS-6540
997e921 Add transfer command for mod_verto.
502cd3f Fix verto compile error on arm in mod_verto.
4e34aa6 Added hash auto dialing to verto.js in the demo js for mod_verto.
41ea9c5 Updated FS git URLs to point to Stash.
835fae4 Any browser (Firefox, Chrome, Opera) that can run Verto can do 
TLS1.2, We shouldn\'t lower the bar when we don\'t need too for mod_verto.
3526ca5 Allow setting threshold for RTP auto adjust in FS core.
b6566b8 FS-5384 Enabled the flash indicator on ring in mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-5384
6f12de9 Adding hash auto dialing in verto.js in the demo js for mod_verto.
025fe24 Added and improved error checking for invalid data in 
jquery.verto.js in the demo js of mod_verto.
74262ee Add `session::consoleLog2()` to FS core.
d1ec643 Improve name of new console log function in FS core.
8d11e8a Removed git.freeswitch.org URL and replaced it with the updated 
Stash URL.
58f7376 Improvments to hash auto dialing in verto.js in the demo js for 
mod_verto.
db63dc5 Improvements to dropped connection handling in mod_verto.
ff2edeb Add blind-reg param to mod_verto.
c58e64b Added some more headers to sip messages in mod_sofia.
236233d Switch to incall page on early media too in mod_verto.
1b73601 Associate "sending early media" log with session in mod_sofia.
a2921e2 Update verto with some fixes and enhancements with reconnection 
in mod_verto.
8d33af4 Clean up verto demo and add examples of moderator controls in 
mod_verto.
ab292dc Add some more signal tracking in mod_verto.
958d9d9 FS-5384 Implement support for ring-on-active and ring-on-idle 
attributes in mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-5384

Improvements in cross platform build supports:
730cd20 Remove js and mod_spidermonkey from Windows build.
62404c6 Remove auto generation of files that already exist in git for 
Windows.
bf19719 OpenBSD Auto Build.
a0e19e1 Removed libportaudio and use system portaudio in mod_portaudio.
b186ca9 FS-6542 Add pkg_config path for portaudio on mac via homebrew.
Jira: http://jira.freeswitch.org/browse/FS-6542
58a3398 Add missing include for alloc.h in spandsp.
7180513 FS-6542 Add missing download to windows build
Jira: http://jira.freeswitch.org/browse/FS-6542

In an effort to determine how many people read this review, I've decided 
to buy a drink at ClueCon for one person that responds with feedback by 
Friday. You must be going to ClueCon to redeem this offer.
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/20140722/f497c586/attachment.html 
-------------- next part --------------
Build:
730cd20 Remove js and mod_spidermonkey from Windows build.
62404c6 Remove auto generation of files that already exist in git for Windows.
bf19719 OpenBSD Auto Build.
a0e19e1 Removed libportaudio and use system portaudio in mod_portaudio.
b186ca9 FS-6542 Add pkg_config path for portaudio on mac via homebrew.
Jira: http://jira.freeswitch.org/browse/FS-6542
58a3398 Add missing include for alloc.h in spandsp.
7180513 FS-6542 Add missing download to windows build
Jira: http://jira.freeswitch.org/browse/FS-6542


Bug:
17d6c5b FS-6578 Update windows build to use openssl 1.0.1h.
Jira: http://jira.freeswitch.org/browse/FS-6578
e7700c0 FS-6665 Fix for garbled audio using verto without stereo for mod_verto. 
Jira: http://jira.freeswitch.org/browse/FS-6665
91d405a Call recovery_track on recovering channels once the recovery has completed and fix race condition with repeated recovery in FS core and mod_sofia.
3df080a FS-6447 #close SUBSCRIBER_ABSENT also needs handling.  Thanks to Ben Langfeld.
Jira: http://jira.freeswitch.org/browse/FS-6447
3a00260 FS-6615 Fix possible crash with api_execute response in language modules. 
Jira: http://jira.freeswitch.org/browse/FS-6615


Features:
3ce4ae9 FS-6540 Added notify functionality in mod_sofia. Please test.
Jira: http://jira.freeswitch.org/browse/FS-6540
997e921 Add transfer command for mod_verto. 
502cd3f Fix verto compile error on arm in mod_verto.
4e34aa6 Added hash auto dialing to verto.js in the demo js for mod_verto. 
41ea9c5 Updated FS git URLs to point to Stash.
835fae4 Any browser (Firefox, Chrome, Opera) that can run Verto can do TLS1.2, We shouldn\'t lower the bar when we don\'t need too for mod_verto. 
3526ca5 Allow setting threshold for RTP auto adjust in FS core.
b6566b8 FS-5384 Enabled the flash indicator on ring in mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-5384
6f12de9 Adding hash auto dialing in verto.js in the demo js for mod_verto.
025fe24 Added and improved error checking for invalid data in jquery.verto.js in the demo js of mod_verto. 
74262ee Add `session::consoleLog2()` to FS core.
d1ec643 Improve name of new console log function in FS core. 
8d11e8a Removed git.freeswitch.org URL and replaced it with the updated Stash URL. 
58f7376 Improvments to hash auto dialing in verto.js in the demo js for mod_verto.
db63dc5 Improvements to dropped connection handling in mod_verto. 
ff2edeb Add blind-reg param to mod_verto.
c58e64b Added some more headers to sip messages in mod_sofia.
236233d Switch to incall page on early media too in mod_verto.
1b73601 Associate "sending early media" log with session in mod_sofia.
a2921e2 Update verto with some fixes and enhancements with reconnection in mod_verto. 
8d33af4 Clean up verto demo and add examples of moderator controls in mod_verto.
ab292dc Add some more signal tracking in mod_verto.
958d9d9 FS-5384 Implement support for ring-on-active and ring-on-idle attributes in mod_skinny.
Jira: http://jira.freeswitch.org/browse/FS-5384

Packaging:


Misc:
33a4adb Better handling of bad HDLC frames in T.38 gateway operation in spandsp.
4042571 Swigall
6706378 Removed libjs from tree. 
1f6eb25 .gitignore portaudio
6dca24b Merge pull request #5 in FS/freeswitch from ~KATHLEEN.KING/freeswitch-fork:clang-warnings-werror to master
aa434fd 
Jira: http://jira.freeswitch.org/browse/FS-6665
83a4305 Merge pull request #6 in FS/freeswitch from ~FRANCOIS/fs-6568:master to master.
d9f51f5 Bumped the 1.5.13
abe4261 Bumped 1.5.14b
86f9029 Revert changes from FS-5719, You'll have to make these changes yourself locally if you want these types of certificates.
Jira: http://jira.freeswitch.org/browse/FS-5719
4dcb072 Updating the wiki location, and changing the appropriate links to https from http.
f781ec9 FS-6542 missed file
Jira: http://jira.freeswitch.org/browse/FS-6542
419a2a6 FS-6542 Part 1 this will break vs2012 temporarily unless you manually delete libs\portaudio
Jira: http://jira.freeswitch.org/browse/FS-6542
a907bfc Test for mod_verto. 
2d0bb59 vs2010 fix ldns download if x64 built first
83ba9d8 Removed unused files.
4df59b0 Force line endings to LF on common file types. This should help improve the autocrlf issue in Windows.
d3a459b Update email address.
Jira: http://jira.freeswitch.org/browse/FS-6665
aab164b Make swigall
458ffc4 Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
9a1df3e Remove the legacy mod_spidermonkey.
02ee686 Remove remaining traces of mod_spidermonkey.
6174a80 Reverting commit 4e34aa639ad1c829a28e4ac98d9851699210a803 and commit 58f7376fea08be493ee1536474052a5cd38a07f4.
8a10763 
ae9e740 Remove some old debug code in ftdm_gsm.
6c80281 Buffer websocket headers and body before sending to avoid fragmentation in libsofia and mod_verto.
3cababd FS-6542 part 2 windows
Jira: http://jira.freeswitch.org/browse/FS-6542
ae670ad FS-6615 reswig vs2010
Jira: http://jira.freeswitch.org/browse/FS-6615
5243597 Step FAX modem type on sending CTC in spandsp.
b85da6d Test fixed
Jira: http://jira.freeswitch.org/browse/FS-6665
6a3bf7c Further improvements to FAX CTC message handling in spandsp. 
b820d5e FS-6665 Fixed garbled audio using verto without stereo in mod_verto.
Jira: http://jira.freeswitch.org/browse/FS-6665
6f439d3 Tweaks, and a fix for FAX polling in spandsp.


Stability:


Performance:
e75d706 Removed select call from switch_nat.c.


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