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

FreeSWITCH SVN mcollins at freeswitch.org
Mon May 11 10:55:57 PDT 2009


Author: mcollins
Date: Mon May 11 12:55:57 2009
New Revision: 13275

Log:
Update Changelog through r13274

Modified:
   freeswitch/trunk/docs/ChangeLog

Modified: freeswitch/trunk/docs/ChangeLog
==============================================================================
--- freeswitch/trunk/docs/ChangeLog	(original)
+++ freeswitch/trunk/docs/ChangeLog	Mon May 11 12:55:57 2009
@@ -133,7 +133,7 @@
 	core: add auto-sync idle timers in switch_time.c (r:13161)
 	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: fix failed_xml_cdr_prefix is processed before all variables for the b-leg have been generated (FSCORE-357/r:13167,13176,13264,13274)
 	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)
@@ -143,6 +143,7 @@
 	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)
+	core: Add switch_xml_parse_str_dynamic and switch_xml_parse_str_dup (r:13255)
 	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)
@@ -219,6 +220,9 @@
 	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_dahdi_codec: set mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging when there is no data and just return 0 bytes frame (MODCODEC-8/r:13257)
+	mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)
+	mod_dahdi_codec: return silence frame in dahdi codec when there is no output from the decoder (r:13265)
 	mod_dingaling: fix crash when unloading/reload mod_dingaling (LBDING-13/r:12612)
 	mod_dingaling: fix no sound if phone picked up after 5th dingaling on Gtalk client (MODENDP-198/r:12641)
 	mod_dingaling: fix core dump when calling Gtalk enabled FS using leg_timeout (MODENDP-199/r:12641)
@@ -249,9 +253,11 @@
 	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_flite: mod_flite_shutdown not called/used (MODASRTTS-15/r:13270)
 	mod_iax: make mod_iax async (r:13021)
 	mod_iax: autoflush these channels that use queues (r:13057)
 	mod_lcr: allow channel vars in custom_sql (r:12198)
+	mod_lcr: Add ifdefs around odbc calls in shutdown function (r:13268)
 	mod_limit: Add events and a shutdown function (r:12497)
 	mod_limit: close odbc handle (r:12632)
 	mod_limit: Add more error checking to hash api/app (r:13007)
@@ -361,6 +367,9 @@
 	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_sofia: Fix incoming anonymous from MetaSwitch will not bridge (SFSIP-144/r:13266)
+	mod_sofia: Fix command "sofia xmlstatus profile internal reg" returns invalid xml text (SFSIP-145/r:13267)
+	mod_sofia: Allow retrieval of redirect contact uri parameters via channel variable (MODSOFIA-7/r:13271)
 	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
@@ -375,6 +384,7 @@
 	mod_voicemail: change len to seconds (r:13127)
 	mod_voicemail: message-query-exact-match global param in settings section of voicemail to assume profile names match domain names (r:13138)
 	mod_voicemail: allow unload and reload of mod_voicemail (MODAPP-177/r:13145)
+	mod_voicemail: expand the right variable (r:13272)
 	mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)
 	sofia-sip: su.h - define su_family via struct sockaddr (r:12260)
 	sofia-sip: sip_parser.c - fixed sip_transport_d() (r:12261)



More information about the Freeswitch-svn mailing list