]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update Changelog through r13390
authorMichael Collins <msc@freeswitch.org>
Tue, 19 May 2009 19:10:47 +0000 (19:10 +0000)
committerMichael Collins <msc@freeswitch.org>
Tue, 19 May 2009 19:10:47 +0000 (19:10 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13391 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index 33e4661a9194922808901a73b89836f684e4c0f1..4f55618022a22161236b268623b7f2fd20a1ba7b 100644 (file)
@@ -50,6 +50,15 @@ freeswitch (1.0.4)
        build: use sound_version.txt and moh_version.txt to determine sound file version on windows (FSBUILD-152/r:13097)\r
        build: use in tree libtiff for msvc build and fix some header generation checks (r:13150)\r
        build: clean esl on make current (r:13204,13205)\r
+       build: fix warning-as-error that stops MSVC from building solution (FSCORE-367/r:13301)\r
+       build: fix MSVC build issue from r13294 (FSBUILD-159/r:13302)\r
+       build: remove broken code analysis test (r:13364)\r
+       build: cleanup msvc code analysis warnings (r:13366)\r
+       build: Add mod_file_string to build + misc cleaning and correction (FSBUILD-158/r:13367)\r
+       build: add new files to debian package build (FSBUILD-148/r:13368)\r
+       build: fix mod_file_string dependencies on windows (r:13370)\r
+       build: fix mod_pocketsphinx build error (JANITOR-1/r:13372)\r
+       build: fix PTHREAD_MUTEX_RECURSIVE detection on SUSE 10 (r:13386,13390)\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
@@ -57,6 +66,8 @@ freeswitch (1.0.4)
        config: Add ext 9991 as ClueCon ext; use transfer instead of bridge on demo ivr opt #4 (r:13046)\r
        config: remove invalid options from profiles (r:13153)\r
        config: add documention for dist-dtmf member flag in conference.conf.xml\r
+       config: remove mailbox= attribute (r:13375)\r
+       config: add default local stream (r:13376)\r
        core: fix suncc visibility support in libteletone (r:12154-12157)\r
        core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402)\r
        core: add separate mutex for state related methods (r:12191)\r
@@ -133,7 +144,7 @@ freeswitch (1.0.4)
        core: add auto-sync idle timers in switch_time.c (r:13161)\r
        core: Add Q850 hangup cause variable (FSCORE-356/r:13163)\r
        core: keep presence up to date (r:13166)\r
-       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)\r
+       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,13285)\r
        core: failed_xml_cdr_prefix doesn't work for list of destinations separated by pipe (FSCORE-359/r:13209)\r
        core: add support for gcc 4.4.0 (FSCORE-355/r:13210)\r
        core: add resume command to event socket and socket_resume variable (r:13212)\r
@@ -144,6 +155,15 @@ freeswitch (1.0.4)
        core: fix play and get digits when using phrase macros (r:13244)\r
        core: Don't set the caller name to origination_uuid's value (r:13248)\r
        core: Add switch_xml_parse_str_dynamic and switch_xml_parse_str_dup (r:13255)\r
+       core: In IVR menu use menu-timeout instead of menu-inter-digit-timeout when no digits have been entered (r:13279)\r
+       core: fix segault on OpenSolaris 2009.06 snv_111a (FSCORE-365/r:13286)\r
+       core: allow socket app to operate without pre_answer (r:13294)\r
+       core: ensure vasprintf is available on linux (FSBUILD-160/r:13358,13361)\r
+       core: setgroup/initgroup availability on linux (FSBUILD-160/r:13359)\r
+       core: use uint16_t instead of u_short (FSBUILD-160/r:13360)\r
+       core: add configure checks for tm->tm_gmtoff and tm->tm_zone (FSBUILD-160/r:13362)\r
+       core: Fix IVR key response broken when multiple files are played (MODAPP-280/r:13382)\r
+       core: fixx off-by-one in xml preprocessor (r:13385)\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
@@ -152,6 +172,7 @@ freeswitch (1.0.4)
        formats: add mod_portaudio_stream to get audio from any dev (MODFORM-25/r:12178)\r
        fs_cli: fix solaris build (r:12160)\r
        ivr: make tts-engine and tts-voice valid attributes on the menu xml (r:12278)\r
+       libapr-util: add xml/expat stuff back to apr-utils (requires re-bootstrap) (r:13289,13290)\r
        libdingaling: hijack gcrypt init call to fix threadsafe race in dingaling and fix buffer overrun in iksemel (r:12575)\r
        libdingaling: add ldl_handle_running (r:13085)\r
        libdingaling: add a function to check for connected and authorized (r:13100)\r
@@ -181,10 +202,12 @@ freeswitch (1.0.4)
        libesl: add arbitrary notify (r:13188)\r
        libesl: fix Phantom events when doing several bgapi calls without interleaving them with recvEvent (ESL-12/r:13217)\r
        libesl: add Ruby example for ESL (ESL-15/r:13235)\r
+       libesl: add INFO example for Perl (r:13293)\r
        libiksemel: let return 0 be a failure on read in iks to avoid cpu race (r:13123,13124,13133)\r
        libsndfile: add executable permissions to libs/libsndfile/src/create_symbols_file.py (FSBUILD-134/r:12535)\r
        libsofiasip: Fix compile time out-of-bounds error in su_uniqueid.c (SFSIP-136/r:12914)\r
        libsofiasip: make info work out of dialog (r:13087)\r
+       libsofiasip: silence solaris warning from missing braces (SFSIP-132/r:13369)\r
        libspandsp: update to snapshot spandsp-20090421 (r:13086)\r
        libspandsp: update to snapshot spandsp-20090427 (r:13177)\r
        libspeex: Add visibility support for suncc on solaris (r:13117,13118)\r
@@ -203,6 +226,7 @@ freeswitch (1.0.4)
        mod_commands: add "stun" fsapi command (r:13137)\r
        mod_commands: mod_commands: if no bind ip specified for stun fsapi command, use the guess ip (r:13140)\r
        mod_commands: add show channels like %foo% (no % in the string implies wrapped in %, no spaces allowed in match string (r:13193)\r
+       mod_commands: Add max-sessions to status (MODAPP-254/r:13373)\r
        mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466)\r
        mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582)\r
        mod_conference: add lock caller_control (r:12787)\r
@@ -218,6 +242,7 @@ freeswitch (1.0.4)
        mod_conference: add transfer action to caller-controls (r:13194)\r
        mod_conference: fix dtmf queue issue in dist-dtmf feature (MODAPP-268/r:13206)\r
        mod_conference: add execute_application to custom controls (r:13216)\r
+       mod_conference: disallow spaces in conference names (MODAPP-219/r:13313)\r
        mod_console: Fix mod_console (missing FD_ZERO before FD_SET) (r:13126)\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
@@ -228,6 +253,7 @@ freeswitch (1.0.4)
        mod_dingaling: fix core dump when calling Gtalk enabled FS using leg_timeout (MODENDP-199/r:12641)\r
        mod_dingaling: dl_login command line Usage and parameter doesn't match (MODENDP-202/r:12680)\r
        mod_dingaling: fix unload mod_dingaling core dump (MODENDP-204/r:12680)\r
+       mod_dingaling: fix small memory (r:13374)\r
        mod_dptools: prevent system crash when "user" in originate dialstring (FSCORE-313/r:12395)\r
        mod_dptools: added sched_heartbeat and enable_heartbeat dialplan apps (r:12491)\r
        mod_dptools: fix b & c legs not bridging when attended transfer used (FSCORE-334/r:12649)\r
@@ -236,13 +262,17 @@ freeswitch (1.0.4)
        mod_dptools: improvements to presence function (r:13164)\r
        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)\r
        mod_dptools: add param dial-timeout to directory (MODAPP-271/r:13247)\r
+       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_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
        mod_erlang_event: Reply appropriately to net_adm:ping() (r:13066)\r
        mod_erlang_event: snprintf needs a format string too, and write has the warn_unused_result attribute set, so store the return value somewhere (r:13090)\r
+       mod_erlang_event: fix erlang autoconf macro to deal with edge cases (MODEVENT-45/r:13288)\r
        mod_event_socket: disallow unloading mod_event_socket from event socket (r:12326,12334)\r
        mod_event_socket: fix api_exec crash on OSX (MODEVENT-40,r:12349)\r
        mod_event_socket: move connect command to always work on outbound socket not just the first time (r:12723)\r
+       mod_fax: can't print base 8 number that has a 9 in it.. use stringified version instead (r:13312)\r
        mod_fifo: consumer callback waiting an option in fifo.conf.xml (r:12685)\r
        mod_fifo: add fire events on bridge in fifo (r:12791)\r
        mod_fifo: fix fifo re-parse crash (FSCORE-343/r:12855)\r
@@ -258,6 +288,7 @@ freeswitch (1.0.4)
        mod_iax: autoflush these channels that use queues (r:13057)\r
        mod_lcr: allow channel vars in custom_sql (r:12198)\r
        mod_lcr: Add ifdefs around odbc calls in shutdown function (r:13268)\r
+       mod_lcr: Adjust handling of strip parameters so entire number can be stripped (MODAPP-279/r:13365)\r
        mod_limit: Add events and a shutdown function (r:12497)\r
        mod_limit: close odbc handle (r:12632)\r
        mod_limit: Add more error checking to hash api/app (r:13007)\r
@@ -278,6 +309,7 @@ freeswitch (1.0.4)
        mod_lua: windows build changes to support externally built modules. (MODLANG-101/r:12237)\r
        mod_lua: fix visibility support (FSCORE-302/r:12239-12240)\r
        mod_lua: fix windows build (FSBUILD-149/r:12919)\r
+       mod_lua: fix memory leak (MODLANG-111/r:13298)\r
        mod_memcache: add new module, mod_memcache; API for memcached (r:12871)\r
        mod_memcache: make -ERR for API call less verbose  (r:12949)\r
        mod_memcache: add hook reloadxml event (r:12950)\r
@@ -370,6 +402,13 @@ freeswitch (1.0.4)
        mod_sofia: Fix incoming anonymous from MetaSwitch will not bridge (SFSIP-144/r:13266)\r
        mod_sofia: Fix command "sofia xmlstatus profile internal reg" returns invalid xml text (SFSIP-145/r:13267)\r
        mod_sofia: Allow retrieval of redirect contact uri parameters via channel variable (MODSOFIA-7/r:13271)\r
+       mod_sofia: Fix Polycom SRTP (r:13295)\r
+       mod_sofia: preserve the transport on SLA interactions, still needs work for TLS but should work for UDP and TCP (r:13303)\r
+       mod_sofia: now pickup, barge-in and various other things will work with SLA is turned on (r:13306)\r
+       mod_sofia: Add ability to supply call-id when using SEND_INFO (MODENDP-219/r:13357)\r
+       mod_sofia: Allow sending the flush/reboot all the registration of a domain (MODENDP-187/r:13363)\r
+       mod_sofia: Fix double re-register problem (SFSIP-143/r:13384)\r
+       mod_sofia: make autoflush on bridge the default (r:13389)\r
        mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036)\r
        mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852)\r
        mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the\r
@@ -385,10 +424,14 @@ freeswitch (1.0.4)
        mod_voicemail: message-query-exact-match global param in settings section of voicemail to assume profile names match domain names (r:13138)\r
        mod_voicemail: allow unload and reload of mod_voicemail (MODAPP-177/r:13145)\r
        mod_voicemail: expand the right variable (r:13272)\r
+       mod_voicemail: rework vm_boxcount api and add an optional profile parameter (r:13283)\r
+       mod_voicemail: add voicemail disk quota (MODAPP-173/r:13314)\r
+       mod_voicemail: abolish mailbox attribute in users and use number-alias attribute instead (MODAPP-218/r:13377,13378,13379,13380,13381)\r
        mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)\r
        sofia-sip: su.h - define su_family via struct sockaddr (r:12260)\r
        sofia-sip: sip_parser.c - fixed sip_transport_d() (r:12261)\r
        spandsp: update to snapshot 20090308 (r:12514)\r
+       spandsp: update to spandsp-0.0.6pre12\r
        support: Add print_list gdb macro (r:12687)     \r
 \r
 \r