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

FreeSWITCH SVN mcollins at freeswitch.org
Thu May 7 14:10:30 PDT 2009


Author: mcollins
Date: Thu May  7 16:10:30 2009
New Revision: 13254

Log:
Update Changelog through 5/6/2009 (r13248)

Modified:
   freeswitch/trunk/docs/ChangeLog

Modified: freeswitch/trunk/docs/ChangeLog
==============================================================================
--- freeswitch/trunk/docs/ChangeLog	(original)
+++ freeswitch/trunk/docs/ChangeLog	Thu May  7 16:10:30 2009
@@ -134,6 +134,15 @@
 	core: Add Q850 hangup cause variable (FSCORE-356/r:13163)
 	core: keep presence up to date (r:13166)
 	core: fix failed_xml_cdr_prefix is processed before all variables for the b-leg have been generated (FSCORE-357/r:13167,13176)
+	core: failed_xml_cdr_prefix doesn't work for list of destinations separated by pipe (FSCORE-359/r:13209)
+	core: add support for gcc 4.4.0 (FSCORE-355/r:13210)
+	core: add resume command to event socket and socket_resume variable (r:13212)
+	core: prevent buffer destroy race (r:13219)
+	core: move originate retry related vars to only be in {} not in channel variable list (r:13225)
+	core: Make { } vars take precedence over channel variables (r:13228)
+	core: fix memory issue in core file resampling code (r:13233)
+	core: fix play and get digits when using phrase macros (r:13244)
+	core: Don't set the caller name to origination_uuid's value (r:13248)
 	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)
@@ -169,6 +178,8 @@
 	libesl: adding sendevent example for esl perl (r:13079)
 	libesl: send content len with body in esl sendevent (r:13168)
 	libesl: add arbitrary notify (r:13188)
+	libesl: fix Phantom events when doing several bgapi calls without interleaving them with recvEvent (ESL-12/r:13217)
+	libesl: add Ruby example for ESL (ESL-15/r:13235)
 	libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133)
 	libsndfile: add executable permissions to libs/libsndfile/src/create_symbols_file.py (FSBUILD-134/r:12535)
 	libsofiasip: Fix compile time out-of-bounds error in su_uniqueid.c (SFSIP-136/r:12914)
@@ -205,6 +216,7 @@
 	mod_conference: dist-dtmf flag in conference (r:13191)
 	mod_conference: add transfer action to caller-controls (r:13194)
 	mod_conference: fix dtmf queue issue in dist-dtmf feature (MODAPP-268/r:13206)
+	mod_conference: add execute_application to custom controls (r:13216)
 	mod_console: Fix mod_console (missing FD_ZERO before FD_SET) (r:13126)
 	mod_dahdi_codec: delay init of resources until the first time they are actually used to avoid unnecessary waste of resources in hardware codec (r:12962)
 	mod_dingaling: fix crash when unloading/reload mod_dingaling (LBDING-13/r:12612)
@@ -218,6 +230,8 @@
 	mod_dptools: Custom events fired from event application bypass filtering mechanism (MODAPP-249/r:12894)
 	mod_dptools: change inline limit from 4 to 128 apps (MODAPP-253/r:12957)
 	mod_dptools: improvements to presence function (r:13164)
+	mod_dptools: add group_recurse_variables and user_recurse_variables to {} vars (default is true, set to false to not pass vars down to user or group channels) (r:13241,13246)
+	mod_dptools: add param dial-timeout to directory (MODAPP-271/r:13247)
 	mod_enum: fix enum_auto_route (MODAPP220/r:12243)
 	mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)
 	mod_erlang_event: Reply appropriately to net_adm:ping() (r:13066)
@@ -231,6 +245,8 @@
 	mod_fifo: fix uuid_transfer into mod_conference audio issue (MODAPP-259/r:13030)
 	mod_fifo: add  fifo_orbit_dialplan and fifo_orbit_context vars (MODAPP-189/r:13038)
 	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_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_iax: make mod_iax async (r:13021)
@@ -242,6 +258,7 @@
 	mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113)
 	mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165)
 	mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186)
+	mod_local_stream: refactor resampling in mod_local_stream (r:13222)
 	mod_loopback: mod_lopback: other_loopback _leg_uuid variables are sometimes unset while executing the dialplan (MODENDP-210/r:12905)
 	mod_loopback: destroy codec (r:12936)
 	mod_loopback: fix loopback channels that stay alive (FSCORE-349/r:12944,12953)
@@ -251,6 +268,7 @@
 	mod_loopback: make mod_loopback render silence to prevent livelock (r:13147)
 	mod_loopback: drop excess frames on loopback channel (r:13156,13157,13158)
 	mod_loopback: add loopback_bowout variable (set to false to skip auto-bowout) (r:13162)
+	mod_loopback: mod_loopback plays noise instead of silence (MODENDP-216/r:13214)
 	mod_lua: windows build changes to support externally built modules. (MODLANG-101/r:12237)
 	mod_lua: fix visibility support (FSCORE-302/r:12239-12240)
 	mod_lua: fix windows build (FSBUILD-149/r:12919)
@@ -270,6 +288,7 @@
 	mod_opal: prevent endless loop (r:13034)
 	mod_opal: Fixed ability to send a string as user indications (DTMF) (r:13049)
 	mod_opal: try to flag CNG frames (MODOPAL-6/r:13098)
+	mod_opal: Fixed incorrect include path (r:13239)
 	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_portaudio: fix audio issue in portaudio (r:12669)
@@ -286,6 +305,7 @@
 	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_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)
 	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)
@@ -336,6 +356,11 @@
 	mod_sofia: parse out alert-info and call-info from infos (r:13173)
 	mod_sofia: add arbitrary notify (r:13187,13189)
 	mod_sofia: add experimental NDLB-connectile-dysfunction-2.0 (r:13197~13203)
+	mod_sofia: allow register-transport (MODENDP-217/r:13226)
+	mod_sofia: fix mem corruption on failed register (r:13229,13230)
+	mod_sofia: Ignore ptime when missing instead of using @0i (MODENDP-206/r:13231)
+	mod_sofia: fix evil send myself a refer bug (FSCORE-350/r:13237)
+	mod_sofia: Add sofia profile params to fine-tune timers (r:13245)
 	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



More information about the Freeswitch-svn mailing list