]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update ChangeLog through r14148
authorMichael Collins <msc@freeswitch.org>
Tue, 7 Jul 2009 23:56:03 +0000 (23:56 +0000)
committerMichael Collins <msc@freeswitch.org>
Tue, 7 Jul 2009 23:56:03 +0000 (23:56 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14149 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index 9fdc848e0b9e806486b40665a4f3d638bd7c4011..140b27807d6e882665817b9af518d175e6e469af 100644 (file)
@@ -75,6 +75,9 @@ freeswitch (1.0.4)
        build: make libtool version detection more portable (r:13926)\r
        build: change ODBC handling in code to be runtime instead of build time (r:13936)\r
        build: update of spec file for current trunk (FSBUILD-176/r:13988)\r
+       build: replace mod_radius_cdr's Makefile.am with Makefile that pulls freeradius-client source when needed (r:14053)\r
+       build: add experimental modules section to modules.conf.in (r:14062)\r
+       build: allow comments (using ##) in modules.conf (r:14093)\r
        config: default config, calling own extension no longer goes to voicemail (r:12596)\r
        config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)\r
        config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)\r
@@ -228,6 +231,11 @@ freeswitch (1.0.4)
        core: Fix ACL nat.auto (FSCORE-385/r:13925)\r
        core: add hostname variable (FSCORE-374/r:13982)\r
        core: decrement RWLOCK->rwlock->__data->__nr_readers after Redirect/Transfer (FSCORE-391/r:14030)\r
+       core: add features to nat-pmp (Thanks Rupa) (FSCORE-381/r:14055)\r
+       core: fix error message that gives wrong stack size (FSCORE-395/r:14058)\r
+       core: Fix IVR menu timeout issue (MODAPP-301/r:14129)\r
+       core: add time of day routing attrs to condition tags in xml dialplan (r:14137)\r
+       core: change timing for media bug recording *yet again* (r:14143)\r
        docs: Fix filename references in phrase_en.xml (r:12976)\r
        docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)\r
        docs: Updates to phrase_es.xml (r:13067)\r
@@ -338,6 +346,7 @@ freeswitch (1.0.4)
        mod_conference: add member-type header to relevant events (r:13471)\r
        mod_conference: make endconf count cumulative (r:13526)\r
        mod_conference: don't transfer back to the same conference (r:13638)\r
+       mod_curl: Add mod_curl (API for querying Web resources) and moved mod_http to experimental because of probable leaks (r:14092)\r
        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)\r
        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)\r
        mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)\r
@@ -360,6 +369,7 @@ freeswitch (1.0.4)
        mod_dptools: add set current_application_response channel variable (MODAPP-273/r:13298)\r
        mod_dptools: fix SEGV in strncasecmp call (MODAPP-278/r:13317)\r
        mod_dptools: fix leaks (r:13446, 13447, 13448)\r
+       mod_dptools: add sleep_eat_digits channel variable (r:14102)\r
        mod_easyroute: fix leak (r:13449)\r
        mod_enum: fix enum_auto_route (MODAPP220/r:12243)\r
        mod_erlang_event: Bind to 0.0.0.0 instead of 127.0.0.1 by default; like most erlang nodes do. (r:12249)\r
@@ -384,6 +394,7 @@ freeswitch (1.0.4)
        mod_file_string: add new module, allows for playing ! delimited lists of sound files (r:13182)\r
        mod_flite: three new voices - rms, awb (male), slt (female) (r:12166)\r
        mod_flite: mod_flite_shutdown not called/used (MODASRTTS-15/r:13270)\r
+       mod_g723_1: add more ptimes (r:14095)\r
        mod_iax: make mod_iax async (r:13021)\r
        mod_iax: autoflush these channels that use queues (r:13057)\r
        mod_lcr: allow channel vars in custom_sql (r:12198)\r
@@ -455,6 +466,7 @@ freeswitch (1.0.4)
        mod_say_ru: change dollars and cents to rubles and kopecks (r:13025)\r
        mod_say_ru: add ru_ip (r:13026)\r
        mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045)\r
+       mod_say_ru: add russian language support and makefile targets (r:14091)\r
        mod_shell_stream: Initial commit (r:13851)\r
        mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)\r
        mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895)\r
@@ -468,6 +480,7 @@ freeswitch (1.0.4)
        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)\r
        skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)\r
        mod_skypiax: removed FARMING ifdefs (r:13810)\r
+       skypiax: added XInitThreads() to configs/client.c, now is kind of a reliable tool (r:14125)\r
        mod_sndfile: fix off by one error (MODFORM-29/r:13890)\r
        mod_sofia: allow you to set invite, to and from params independently (r:12287)\r
        mod_sofia: allow add params to a contact that isn't a gateway (r:12289)\r
@@ -546,6 +559,9 @@ freeswitch (1.0.4)
        mod_sofia: preserve transport on route (SFSIP-157/r:13948)\r
        mod_sofia: do not set route_uri unless there is actually one to go to (r:13952)\r
        mod_sofia: P-Asserted-Identity and P-Preferred-Identity headers now available as channel vars (BOUNTY-7 and MODENDP-146/r:13977)\r
+       mod_sofia: this one was my fault, it shouldn't set them as sip_h just in case.  Moved it to set the full header into sip_HEADERNAME so you can use it as you see fit or re-export it to a sip_h on the b-leg if needed unchanged. (r:14081)\r
+       mod_sofia: manually handle bye to delay the 200 OK till after the call is torn down (reversible with a define) (r:14121)\r
+       mod_sofia: Have I said how dumb sip is sometimes? (r:14142)\r
        mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)\r
        mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)\r
        mod_spidermonkey: add destroy method to js (r:13016)\r
@@ -570,17 +586,21 @@ freeswitch (1.0.4)
        mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)\r
        mod_voicemail: Implement new config parser (r:13878,13879)\r
        mod_voicemail: Implement reload in non-blocking way (r:13884)\r
+       mod_voicemail: fix playback control keys being non-functional (MODAPP-302/r:14090)\r
+       mod_voicemail: Fix seg fault and do some cleanup (r:14107)\r
        mod_unimrcp: add to trunk (r:13788,13789,13790,13791)\r
        mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)\r
        mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)\r
        mod_unimrcp: use paths referenced to the project file dir (r:13840)\r
        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)\r
+       mod_unimrcp: add speech_channel_set_state_unlocked() (r:14049)\r
        mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)\r
        mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)\r
        scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)\r
        scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)\r
        scripts: Add AT&T System 25 PBX style call pickup (FSSCRIPTS-16/FSSCRIPTS-17/r:13896)\r
        support: Add print_list gdb macro (r:12687)     \r
+       switch_cpp: fix leak (FSCORE-394/r:14097)\r
 \r
 \r
 freeswitch (1.0.3)\r