[Freeswitch-users] Freeswitch Week in Review(Master Branch) July 6th-12th

Kathleen King kathleen.king at quentustech.com
Wed Jul 16 03:21:03 MSD 2014


   Hello, again. This week in the FreeSWITCH master branch we had 40 
commits. We had quite a few new features this week such as work in 
mod_LDAP to allow for authenticating from LDAP instead of the XML 
directory, added a new option to request TEP to be used for an outbound 
fax call in spandsp, added additional warnings to remind users to change 
the default password in the default dialplan, support for hardware DTMF 
in ftmod_gsm, and added clear channel for mono participants while in a 
conference with 3D callers. These are just a few of the commits for this 
week and more miscellaneous commits can be found in the attached text 
document.

The following bugs were squashed:
ba067f3 Fix for failing rpm build in mod_spidermonkey.
Jira: http://jira.freeswitch.org/browse/FS-6563
e1d814b Fix for CDR insert fail in mod_cdr_pg_csv when variable with 
quote="false" attribute is not defined in mod_cdr_pg_csv.
Jira: http://jira.freeswitch.org/browse/FS-6565
8951d26 Fixed a strepoch daylight saving time bug in FS core.
Jira: http://jira.freeswitch.org/browse/FS-6626
8ec7b25 Enabled fscore_pb to work on OS X.
Jira: http://jira.freeswitch.org/browse/FS-4939
21ae587 Removed disabling of require timer for T.38 re-invites in mod_sofia.

New features that were added:
9a4e29d Authenticate users from LDAP instead of XML directory.
Jira: http://jira.freeswitch.org/browse/FS-4870
a79a9ea Set total detect time variable in mod_avmd.
Jira: http://jira.freeswitch.org/browse/FS-6373
ec00823 FS-5516 allow get params in URL in mod_xml_cdr.
Jira: http://jira.freeswitch.org/browse/FS-5516
28e90ad FS-5501 fire event on profile start in mod_sofia
Jira: http://jira.freeswitch.org/browse/FS-5501
a03963f Fold livetables into verto obj and expose moderator mode in 
mod_verto.
0fb179a Add new option to request TEP to be used for an outbound fax 
call in mod_spandsp
a99df48 FS-4861 improve logging when using c++ wrapper in FS core.
Jira: http://jira.freeswitch.org/browse/FS-4861
e79f872 Additional fields can now be specified by adding 
LOG_FIELDS[name=string_value,@#name=number_value] to beginning of log. 
Added _microtimestamp additional field since graylog2 only has 
millisecond timestamp precision in mod_graylog2.
07f4c62 Added ORDER BY score to select statement for 'callcenter_config 
queue list members QUEUE' in mod_conference.
Jira: http://jira.freeswitch.org/browse/FS-6646
ebe4238 Added additional alerting if default directory password is not 
changed in default dialplan configs.
4bc1b73 Allow hwdtmf parameter to accept detect or generate in ftdmod_gsm.
eae1c44 Additional input checks on LOG_FIELDS[] in mod_graylog2.
4021482 Added additional checks that HDLC frames arriving at the T.38 
gateway engine begin with the correct 2 bytes in spandsp.
0b6f10a Added support for hardware DTMF in ftmod_gsm.
a0a8a66 Increased expires from integer to bigint in mod_sofia.
Jira: http://jira.freeswitch.org/browse/FS-6420
64489c5 Added support for DTMF generation to be performed in the 
signaling modules (currently only used by the gsm signaling driver) in 
freetdm
fd9d77f Add clear channel for mono participants while in a conference 
with 3d callers in mod_conference.
88940d3 Log websocket write failures in mod_verto.

Improvements in cross platform build supports:
99d0f13 Attempt to fix build of mod_cdr_pg_csv
Jira: http://jira.freeswitch.org/browse/FS-6566
In terms of stability these were the use cases that were fixed:
e742522 Fix several leaks on module shutdown in mod_freetdm.

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/20140715/bdffcd50/attachment.html 
-------------- next part --------------
Build:
99d0f13 Attempt to fix build of mod_cdr_pg_csv
Jira: http://jira.freeswitch.org/browse/FS-6566


Bug:
ba067f3 Fix for failing rpm build in mod_spidermonkey.
Jira: http://jira.freeswitch.org/browse/FS-6563
e1d814b Fix for CDR insert fail in mod_cdr_pg_csv when variable with quote="false" attribute is not defined in mod_cdr_pg_csv.
Jira: http://jira.freeswitch.org/browse/FS-6565
8951d26 Fixed a strepoch daylight saving time bug in FS core.
Jira: http://jira.freeswitch.org/browse/FS-6626
8ec7b25 Enabled fscore_pb to work on OS X.
Jira: http://jira.freeswitch.org/browse/FS-4939
21ae587 Removed disabling of require timer for T.38 re-invites in mod_sofia.


Features:
9a4e29d Authenticate users from LDAP instead of XML directory.
Jira: http://jira.freeswitch.org/browse/FS-4870
a79a9ea Set total detect time variable in mod_avmd.
Jira: http://jira.freeswitch.org/browse/FS-6373
ec00823 FS-5516 allow get params in URL in mod_xml_cdr.
Jira: http://jira.freeswitch.org/browse/FS-5516
bee0a19 Moved $USER and $GROUP into $DAEMON_ARGS 
Jira: http://jira.freeswitch.org/browse/FS-6642
28e90ad FS-5501 fire event on profile start in mod_sofia
Jira: http://jira.freeswitch.org/browse/FS-5501
a03963f Fold livetables into verto obj and expose moderator mode in mod_verto.
0fb179a Add new option to request TEP to be used for an outbound fax call in mod_spandsp
a99df48 FS-4861 improve logging when using c++ wrapper in FS core.
Jira: http://jira.freeswitch.org/browse/FS-4861
e79f872 Additional fields can now be specified by adding LOG_FIELDS[name=string_value,@#name=number_value] to beginning of log.  Added _microtimestamp additional field since graylog2 only has millisecond timestamp precision in mod_graylog2.
07f4c62 Added ORDER BY score to select statement for 'callcenter_config queue list members QUEUE' in mod_conference.
Jira: http://jira.freeswitch.org/browse/FS-6646
ebe4238 Added additional alerting if default directory password is not changed in default dialplan configs.
4bc1b73 Allow hwdtmf parameter to accept detect or generate in ftdmod_gsm.
eae1c44 Additional input checks on LOG_FIELDS[] in mod_graylog2.
4021482 Added additional checks that HDLC frames arriving at the T.38 gateway engine begin with the correct 2 bytes in spandsp.
0b6f10a Added support for hardware DTMF in ftmod_gsm.
a0a8a66 Increased expires from integer to bigint in mod_sofia.
Jira: http://jira.freeswitch.org/browse/FS-6420
64489c5 Added support for DTMF generation to be performed in the signaling modules (currently only used by the gsm signaling driver) in freetdm
fd9d77f Add clear channel for mono participants while in a conference with 3d callers in mod_conference. 
88940d3 Log websocket write failures in mod_verto.


Packaging:


Misc:
36fd87a Merge pull request #7 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/t38_require_timer to master.
54b6a0a Added explanatory comment on a recent change in spandsp.
68a8bb7 Merge pull request #9 in FS/freeswitch from ~PFOURNIER/freeswitch:feature/fax_enable_tep to master.
3b1113a Tweaked commit fd9d77feee5b6d57b5266eb671c8ea238c28a471
992debe Merge branch 'master' of ssh://stash.freeswitch.org:7999/fs/freeswitch
cc75547 merge ws.c change to sofia
f2887fb CID:1224272 Dereference after null check in mod_conference. 
5d31c9b Removed the ability to disabled ECM when using t.38 in gateway mode.
ff935bb Revert "freetdm: ftmod_wanpipe: Do not attempt to initialize hwdtmf in GSM ports during shutdown" commit b29a41bb1bf104113596c2f28a6cf255a1119c64.
b53ba66 Rebuild
b29a41b Do not attempt to initialize hwdtmf in GSM ports during shutdown in ftmod_wanpipe.
f18a773 Merge pull request #8 in FS/freeswitch from ~PFOURNIER/freeswitch:bugfix/fax_disable_ecm to master.
1072c72 CSS tweak in mod_verto
a99f06d sync changes from srtp upstream


Stability:
e742522 Fix several leaks on module shutdown in mod_freetdm.


Performance:


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