[Freeswitch-svn] [commit] r13928 - freeswitch/trunk/docs

FreeSWITCH SVN mcollins at freeswitch.org
Tue Jun 23 16:43:37 PDT 2009


Author: mcollins
Date: Tue Jun 23 18:43:36 2009
New Revision: 13928

Log:
Update ChangeLog through r13927

Modified:
   freeswitch/trunk/docs/ChangeLog

Modified: freeswitch/trunk/docs/ChangeLog
==============================================================================
--- freeswitch/trunk/docs/ChangeLog	(original)
+++ freeswitch/trunk/docs/ChangeLog	Tue Jun 23 18:43:36 2009
@@ -70,6 +70,9 @@
 	build: fix jobserver unavailable bug in make -j (r:13623/FSBUILD-6)
 	build: clean/uninstall disabled modules as well (r:13716/FSBUILD-85)
 	build: fix msvc pcre build for pcre 7.9 (r:13729)
+	build: trivial build fix (FSBUILD-174/r:13877)
+	build: fix automake warnings about underquoted definitions in apr macros (FSBUILD-175/r:13882)
+	build: make libtool version detection more portable (r:13926)
 	config: default config, calling own extension no longer goes to voicemail (r:12596)
 	config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)
 	config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)
@@ -87,6 +90,8 @@
 	config: tweaks to codecs in default config (r:13485)
 	config: Add example of sending SAS from b-leg to display on a-leg's phone (r:13500)
 	config: commit config options for new auto nat (r:13595)
+	config: Remove use_profile from default dialplan, move to vars.xml, default value is 'internal'
+	config: clean up configs and put wan.auto in by default commented out (r:13907)
 	core: fix suncc visibility support in libteletone (r:12154-12157)
 	core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402)
 	core: add separate mutex for state related methods (r:12191)
@@ -213,6 +218,11 @@
 	core: Export swtich_inet_ntop so modules can use it (r:13738)
 	core: record_sample_rate variable influences the rate record app will use (r:13767,13768,13769)
 	core: init buffer in lead out on speak (r:13787)
+	core: add local_var_clobber variable for {} to set if [] vars should clobber {} vars (default false) (r:13842)
+	core: Fix switch_odbc_handle_callback_exec_detailed to handle floating point database columns properly (FSCORE-384/r:13866)
+	core: set sound path in say app (r:13904)
+	core: add wan.auto acl (r:13905)
+	core: Fix ACL nat.auto (FSCORE-385/r:13925)
 	docs: Fix filename references in phrase_en.xml (r:12976)
 	docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)
 	docs: Updates to phrase_es.xml (r:13067)
@@ -220,6 +230,7 @@
 	docs: switch_core.h doxygen update (r:13181)
 	docs: Add ZRTP phrases to phrase_en.xml (r:13488,13489,13490)
 	docs: Add Stephane Alnet's French translations to phrase_fr.xml (r:13624)
+	docs: Add AGL3.0 for zrtp (r:13848)
 	formats: add mod_portaudio_stream to get audio from any dev (MODFORM-25/r:12178)
 	fs_cli: fix solaris build (r:12160)
 	ivr: make tts-engine and tts-voice valid attributes on the menu xml (r:12278)
@@ -271,6 +282,7 @@
 	libsofiasip: fix re-register after 423 w/ Min-Expires (r:13619/SFSIP-143)
 	libsofiasip: use addres, id, and version from user sdp if they exist (r:13621)
 	libsofiasip: handle mid-line comments in resolv.conf patch from Lee Verberne (SFSIP-152/r:13749)
+	libsofiasip: fix CNAME record resolve failure (SFSIP-129/r:13915)
 	libspandsp: update to snapshot 20090308 (r:12514)
 	libspandsp: update to snapshot spandsp-20090421 (r:13086)
 	libspandsp: update to snapshot spandsp-20090427 (r:13177)
@@ -280,6 +292,7 @@
 	libteletone: update api visibility macros for windows
 	libtiff: add libtiff, v3.8.2
 	libxmlrpc: add select to read socket in abyss so we can timeout (r:13107)
+	libxmlrpc: fix segfault (MODAPP-293/r:13906)
 	mod_cidlookup: add new module, mod_cidlookup (r:12990)
 	mod_cidlookup: switch to using CURL instead of mod_http (r:12992)
 	mod_cidlookup: add config file (r:12994)
@@ -358,6 +371,7 @@
 	mod_fifo: don't do wrapup when agent is in nowait mode or call has ended (r:13094)
 	mod_fifo: don't call all members on on-hook mode and round robin based on next_avail (MODAPP-272/r:13240,13242)
 	mod_fifo: abandon outbound calls when they are not needed, place queue name in the caller id (r:13240)
+	mod_fifo: add "fifo_destroy_after_use" variable to allow quick destruction of one-time use FIFO queues (MODAPP-287/r:13897)
 	mod_file_string: add new module, allows for playing ! delimited lists of sound files (r:13182)
 	mod_flite: three new voices - rms, awb (male), slt (female) (r:12166)
 	mod_flite: mod_flite_shutdown not called/used (MODASRTTS-15/r:13270)
@@ -395,6 +409,7 @@
 	mod_memcache: unbind the reloadxml event handler on shutdown (r:12954)
 	mod_memcache: Fix C99 error, move var declaration out of the "for()" statement (no -std=c99?) (r:12959)
 	mod_memcache: cleanup xml config handling (r:13050,13051)
+	mod_memcache: fix compile failure (MODAPP-292/r:13883)
 	mod_nibblebill: mod_nibblebill question: DB Error while updating cash (MODAPP-229/r:12907)
 	mod_nibblebill: Updated mod_nibblebill to work properly w/ postgres fields  (r:13031)
 	mod_nibblebill: Added feature mod_nibblebill to check balance and transfer the caller to an alternate dialplan context & extension if they deplete their funds. (r:13432)
@@ -414,6 +429,7 @@
 	mod_perl: Libtool build fix for mod_perl: use LIBTOOL_LIB_EXTEN to make libtool-2.2 happy and CXXLINK since we are linking a C++ lib (r:13080)
 	mod_pocketsphinx: Revamp mod_pocketsphinx to use jsgf format (r:12224)
 	mod_pocketsphinx: now you can specify the dictionary to use in the config file (r:13747)
+	mod_pocketsphinx: add language weight (r:13910)
 	mod_portaudio: fix audio issue in portaudio (r:12669)
 	mod_python: fix core dump when using startup script (MODLANG-106/r:12648)
 	mod_python: fix python failing during loading startup modules (MODLANG-105/r:12658)
@@ -429,20 +445,20 @@
 	mod_say_ru: change dollars and cents to rubles and kopecks (r:13025)
 	mod_say_ru: add ru_ip (r:13026)
 	mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045)
+	mod_shell_stream: Initial commit (r:13851)
 	mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)
+	mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895)
 	mod_skel: add more example code and info (r:12459)
 	mod_skypiax: move to trunk (r:12167)
 	mod_skypiax: fix hang on invalid mod_skypiax.conf.xml (MODSKYPIAX-21/r:12320-12322,12343)
 	mod_skypiax: modified configs/startskype.sh to specify which unix user will start the Skype client instance (r:12937)
 	mod_skypiax: fixed assignment before declaration on Windows VC++ (r:12956)
 	mod_skypiax: great startup speedup in Windows (using only one Broadcast sendmessage for each interface hunting) (r:13083)
-	skypiax: when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay (r:13663)
-	skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664)
+	mod_skypiax: when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay (r:13663)
+	mod_skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664)
 	skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)
-	mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)
-	mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)
-	mod_spidermonkey: add destroy method to js (r:13016)
-	mod_spidermonkey: Let session.destroy() take the cause as a string too (r:13020)
+	mod_skypiax: removed FARMING ifdefs (r:13810)
+	mod_sndfile: fix off by one error (MODFORM-29/r:13890)
 	mod_sofia: allow you to set invite, to and from params independently (r:12287)
 	mod_sofia: allow add params to a contact that isn't a gateway (r:12289)
 	mod_sofia: add sip_route_uri var to set proxy route (r:12408)
@@ -510,6 +526,16 @@
 	mod_sofia: increase compat on NDLB-to-in-200-contact to handle NAT (r:13759)
 	mod_sofia: fix segfault (FSCORE-382/r:13774)
 	mod_sofia: Fix multicast replication of sofia registrations (r:13786)
+	mod_sofia: don't put params in chan names on sofia urls (r:13841)
+	mod_sofia: Fix mod_sofia is not looking fs_path for correct url if endpoint is behind NAT or proxy (MODENDP-221/r:13865)
+	mod_sofia: Move sip-allow-multiple-registrations and similar variables from variables to params (MODENDP-222/r:13875)
+	mod_sofia: fix segfault on refer with no content-type or body (SFSIP-153/r:13889)
+	mod_sofia: fix segfault on reinvite on nomedia call when using uuid_media (r:13894)
+	mod_sofia: use the register proxy for the R-URI on register when register-proxy is set (MODSOFIA-12/r:13911)
+	mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)
+	mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)
+	mod_spidermonkey: add destroy method to js (r:13016)
+	mod_spidermonkey: Let session.destroy() take the cause as a string too (r:13020)
 	mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036)
 	mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852)
 	mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the
@@ -528,8 +554,18 @@
 	mod_voicemail: rework vm_boxcount api and add an optional profile parameter (r:13283)
 	mod_voicemail: add voicemail disk quota (MODAPP-173/r:13314)
 	mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)
+	mod_voicemail: Implement new config parser (r:13878,13879)
+	mod_voicemail: Implement reload in non-blocking way (r:13884)
 	mod_unimrcp: add to trunk (r:13788,13789,13790,13791)
+	mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)
+	mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)
+	mod_unimrcp: use paths referenced to the project file dir (r:13840)
+	mod_unimrcp: Added LPCM (16-bit linear PCM) codec, which is used internally in host order; while L16 is RFC3551 defined 16-bit linear PCM codec in network order. (r:13859)
 	mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)
+	mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)
+	scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)
+	scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)
+	scripts: Add AT&T System 25 PBX style call pickup (FSSCRIPTS-16/FSSCRIPTS-17/r:13896)
 	support: Add print_list gdb macro (r:12687)	
 
 



More information about the Freeswitch-svn mailing list