]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update changelog for 1.0.3
authorMichael Jerris <mike@jerris.com>
Wed, 18 Feb 2009 22:28:19 +0000 (22:28 +0000)
committerMichael Jerris <mike@jerris.com>
Wed, 18 Feb 2009 22:28:19 +0000 (22:28 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12147 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog

index 13427adebfa0294872dbc145b5888e8625f2f6bd..49e0536cec7b7d61b591cde026f2f20b357887ee 100644 (file)
@@ -1,3 +1,134 @@
+freeswitch (1.0.3)\r
+\r
+       build: add targets cd-sounds[-install] and cd-moh[-install] for 48k sounds (r:11151)\r
+       build: autoconf detect odbc library (FSBUILD-8)\r
+       build: fix sound install on windows build (r:11635,11638)\r
+       build: fix configure --sysconfdir (FSBUILD-84)\r
+       build: fix uclibc build (MODLANG-99)\r
+       build: fix adduser in debian (FSBUILD-122, FSBUILD-102)\r
+       core: fix buffering issues (r:11101,11145,11152-11157,11162,11191,11200)\r
+       core: fix c leg no hangup when converting attended to blind transfer before b leg answers (MODENDP-165/r:11061)\r
+       core: fix codec and media handling issues (r:11104) \r
+       core: fix double close of file handles and add recording of native files (r:11108-11113,11482,11483)\r
+       core: fix file resampling issue (r:11090)\r
+       core: fix incorrect call progress timestamps in timetable (r:11186-11187/FSCORE-268)\r
+       core: fix media handling issues (r:11079-11082)\r
+       core: fix multiple 2833 dtmf handling issues (r:11149,11261,11262,11266,11293,11294,11338/FSCORE-266,FSCORE-273)\r
+       core: send more event types verbos bridge,unbridge,park,unpark (r:11097-11098)\r
+       core: Prevent media setup on failed originates (r:11462/FSCORE-279)\r
+       core: fix recorded soundfiles had random data at end of file (r:11491/MODAPP-205)\r
+       core: fix user for windows service (r:11538/FSCORE-277)\r
+       core: modify variable expansion code to expand in more places and to fix potential security issue from injecting variables (r:11569,11570)\r
+       core: look for soundfiles in more locations based on rate (r:11601/MODFORM-23)\r
+       core: state machine veto behavior changed (r:11610)\r
+       core: add enable_file_write_buffering variable (r:11677)\r
+       core: fix garbled audio on media bug during bridge using stateful codecs (FSCORE-288)\r
+       core: fix tone detect running multiple bugs when detecting multiple tones\r
+       core: add {instant_ringback=true} to make ringback not wait for indication to generate ringback\r
+       core: fix segfault from race condition on multiple reloadxml calls (MOODAPP-211)\r
+       core: modify xml locking so phrases do not lock the xml for the duration of playing them\r
+       core: replace resampler with the speexdsp resampler\r
+       core: fix windows calling convention on threads launched that return a value to fix shutdown segfault (FSCORE-298)\r
+       core: do not auto-export origination_caller_id_* to avoid confusion (r:12052)\r
+       core: API visibility support (GCC/SUNCC) (FSCORE-264)\r
+       core: fix leak in exposed event class serialize method (r:12068)\r
+       core: add volume as possible return value from input callback on embedded languages (r:12114)\r
+       core: add resampler to seech handles (r:12141)\r
+       freeswitch: allow you to specify -htdocs dir at runtime. (r:11614)\r
+       fs_cli: add "debug" command to change the esl debug level at runtime (r:11057)\r
+       iksemel: update to 1.3 (r:11645)\r
+       libesl: fix disconnect failure (r:11078,11083)\r
+       libesl: fix solaris build (r:11067,11068)\r
+       libesl: add c++ wrapper and swigged wrappers for multiple scripting languages\r
+       libg722_1: fix dct4.h code generator to include the "f" (r:11188-11189,11367)\r
+       libilbc: update to new library from Steve Underwood\r
+       mod_amrwb: add amr wideband passthrough codec (r:11971)\r
+       mod_cepstral: fix failure return code handling (MODASRTTS-9)\r
+       mod_conference: add 'conference xml_list' and 'conference [conf_name] xml_list' (r:11062-11063)\r
+       mod_conference: make conference verbose-events param to control if events have all the channel data or not (r:11073-11077)\r
+       mod_conference: add MINTWO flag to end conference when down to 1 participant (r:11523)\r
+       mod_conference: refactor conference record function (r:11626)\r
+       mod_conference: add conference list summary command (MODAPP-197)\r
+       mod_conference: fix Deadlock or coredump on conference commands play, transfer (MODAPP-209)\r
+       mod_dahdi_codec: added (MODCODEC-7)\r
+       mod_dialplan_xml: make previous auto hunt feature optional and off by defaule use auto_hunt=true session or global variable to enable (r:12144)\r
+       mod_dptools: Add failure_causes channel variable (r:12058)\r
+       mod_easyroute: add configuration file example for custom-query (r:11055)\r
+       mod_easyroute: add custom-query configuration option (r:11054)\r
+       mod_easyroute: fix build error when not configured for odbc (r:11478)\r
+       mod_easyroute: fix memory leak (r:11611)\r
+       mod_erlang_event: add ability to spawn a process (module/function) outbound on a specified node. (r:11460,11477)\r
+       mod_erlang_event: Fix some issues with standing up a new outbound listener and cleaning up after a failed session (r:11479)\r
+       mod_erlang_event: Fix setting up a listener for an outbound session if one doesn't already exist (r:11488)\r
+       mod_erlang_event: add "erlang" fscli command (r:11488)\r
+       mod_erlang_event: Monitor spawned outbound processes for premature exits (r:11489)\r
+       mod_erlang_event: Allow the event encoding strategy to be configurable; choices are string or binary (r:11495)\r
+       mod_erlang_event: Allow certain tuple elements to be binaries or strings, to reduce conversion requirements on the erlang side (r:11496)\r
+       mod_erlang_event: Support sending a message to a registered process to request a pid (when spawning won't cut it) (r:11499)\r
+       mod_erlang_event: Ensure events received while a pid session is being created aren't discarded but are queued instead (r:11500)\r
+       mod_erlang_event: Add freeswitch.erl - An erlang module to make talking to mod_erlang_event more painless (r:11525)\r
+       mod_erlang_event: use rpc:call instead of spawn and to make the registered process argument to handlecall optional (r:11542)\r
+       mod_event_socket: add ability to use a comma sep list of events on event-sink create-listener (r:11056)\r
+       mod_event_socket: add debug logging to event-sink (r:11060)\r
+       mod_event_socket: fix race condition (r:11680,12146)\r
+       mod_dptools: add all modifier to break command (r:11557,11558)\r
+       mod_dptools: add sound_test application (r:11658)\r
+       mod_fax: Dont hangup after sending/receiving faxes\r
+       mod_fifo: pause media bugs while not in a bridge (r:11466,11490)\r
+       mod_fifo: allow unpark during chime list playing (r:11555/MODAPP-206)\r
+       mod_fifo: fix outbound fifos doesn't check if the consumer is in the fifo in question. (r:11561/MODAPP-207)\r
+       mod_fifo: Fix segfault when no argument were supplied to fifo_member call (MODAPP-210)\r
+       mod_lcr: added (r:11180,11184,11532,11609)\r
+       mod_limit: fix memory corruption caused by race condition when using limit hash (r:11070-11071)\r
+       mod_limit: Fix transfer bug, fix leak and make the channel hangup if the extension is \!hangup_cause (r:11604,11932)\r
+       mod_limit: add write different channel variables per realm_id (r:11608)\r
+       mod_limit: Make max argument optional on the limit app, set the limit_usage variable to current count after inserting call in the db (r:11955)\r
+       mod_lua: Create empty argv table when no args are passed to a Lua script (r:11559)\r
+       mod_lua: use dll for lua windows build (FSCORE-299)\r
+       mod_openmrcp: removed (r:11176-11179)\r
+       mod_opal: added\r
+       mod_pocketsphinx: fix leak (r:11974)\r
+       mod_portaudio: fix stuck channels on outbound calls (r:11160,11470,11471,11472,11475,11476,11485)\r
+       mod_python: fix build when site dir is not /usr/lib/python2.4 (r:12070)\r
+       mod_say_en: add short form date/time (MODAPP-180)\r
+       mod_sofia: add auto-rtp-bugs profile option to make rtp bug compensation configurable  (r :11146-11147)\r
+       mod_sofia: add support in sdp for a=maxptime (r:11103)\r
+       mod_sofia: fix codec change race condition (r:11143)\r
+       mod_sofia: fix notify event wasn't allowing content-length 0 (r:11106/MODENDP-167)\r
+       mod_sofia: fix sending extra sdp in 200 OK when using 100rel in violation of sdp o/a protocol draft-ietf-sipping-sip-offeranswer-10 (r:11088)\r
+       mod_sofia: fix sip_auto_answer=true (r:11069)\r
+       mod_sofia: improve outbound registration error message (r:11059)\r
+       mod_sofia: reset media timeout on re-invite (r:11161)\r
+       mod_sofia: fix segfault due to missing contact header in invite (r:11463/MODENDP-177)\r
+       mod_sofia: allow <params> tag in gateways as well as <variables> with direction inbound/outbound (default both) and call counter (r:11468)\r
+       mod_sofia: add support or SLA, works with Polycom and Snom(Sylantro mode). (r:11562/MODENDP-179)\r
+       mod_sofia: tolerate missing user in the request uri (r:11636)\r
+       mod_sofia: Add purpose=gateways and profile=[name] so xml_curl requests make sense (MDXMLINT-46)\r
+       mod_sofia: Add disable-srv and disable-naptr params to sip profiles (default false) (MODENDP-183)\r
+       mod_sofia: add outbound-proxy param (MODENDP-184)\r
+       mod_sofia: fix segfault with stun-enabled=false (SFSIP-120)\r
+       mod_sofia: Profile Name in Expire Event is incorrect (MODENDP-185)\r
+       mod_sofia: add "scrooge" mode to "inbound-codec-negotiation" (r:11881)\r
+       mod_sofia: Add context to reconfig_sofia (r:12080)\r
+       mod_sofia: fix segfault when calling from a Cisco 7940 using bypass_media (FSCORE-301)\r
+       mod_sofia: ilbc to default to 30 if no mode= fmtp is defined on the inbound (r:12110)\r
+       mod_sofia: fix challenge-realm (r:12113)\r
+       mod_sofia: Segmentation fault when running killgw command on sofia profile without specifying a gateway (MODENDP-189)\r
+       mod_sofia: gateways will inherit the context from its parent unless manually provided (r:12138)\r
+       mod_sndfile: Add IMA ADPCM support (MODFORM-22)\r
+       mod_spidermonkey: fix loading of spidermonkey modules (r:11084-11085)\r
+       mod_spidermonkey: block some unwanted behaviours in  session.originate\r
+       mod_spidermonkey_socket: fix gc blocking (MODLANG-97)\r
+       mod_xml_rpc: fixed authentication using @domain syntax (r:11064)\r
+       mod_xml_rpc: fix http content types sent in responses (r:11099,11148,11150)\r
+       mod_voicemail: voicemail insert into the proper fields (MODAPP-190)\r
+       mod_voipcodecs: add  G.726 24k (r:12083)\r
+       sofia-sip: update to current sofia-sip repository\r
+       spandsp: sync to latest snapshot and fix windows build\r
+       speex: updated to 1.2rc1\r
+       sqlite: fix random assert on windows (FSCORE-292)\r
+\r
+\r
 freeswitch (1.0.2)\r
 \r
        all: don't add module interfaces before returning from error conditions in module load functions (MDXMLINT-36)\r