Update ChangeLog through r16500
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@16561 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
2c79749d8b
commit
dd5880f7b9
|
@ -61,6 +61,7 @@ freeswitch (1.0.5)
|
|||
config: Block intercepts after call has been answered (FSCONFIG-16/r:15828)
|
||||
config: Move erlang module's default config file to be with all the others (r:15881)
|
||||
config: Add confirm-key & -macro, tts-engine & -voice, confirm-attempts attributes, extra comments to ivr.conf.xml (r:15929)
|
||||
config: Allow specifying auth-scheme in config (r:16350/MDXMLINT-56)
|
||||
core: Add per-call logging (r:14509)
|
||||
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
|
||||
core: re-factor node allocation and make a copy of userdata in case the session gets killed before the logger module gets the node (r:14555)
|
||||
|
@ -209,6 +210,15 @@ freeswitch (1.0.5)
|
|||
core: fix mitm for audio for passing sas with zrtp (r:16204)
|
||||
core: setting jitter buffer keeps dtmf events from firing (FSCORE-523/r:16207)
|
||||
core: don't segfault when -nonat is used and nat_map reinit is called (r:16253)
|
||||
core: switch to conditional broadcast mode on slow kernels (r:16308)
|
||||
core: add bridge_early_media=true variable to hear early media from first channel with early media as ringback, this is 1 way audio (r:16313)
|
||||
core: fix progress_timeout sets incorrect originate_status (FSCORE-527/r:16314)
|
||||
core: switch_ivr_originate: fix windows compiler warning (r:16320)
|
||||
core: few new command line opts -vm for conditonal timer, -nocal to skip timer calibration and -nort to turn off clock_realtime fam of functions (r:16324)
|
||||
core: fix failed_xml_cdr prefix is not respected (FSCORE-529/r:16401)
|
||||
core: allow alias expansion from fs_cli (r:16416)
|
||||
core: allow double escape in parser for \ (r:16440)
|
||||
core: Add a -version flag to freeswitch binary (FSCORE-534/r:16482)
|
||||
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
|
||||
docs: update es phrase file (MODAPP-317/r:15575)
|
||||
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||
|
@ -229,10 +239,12 @@ freeswitch (1.0.5)
|
|||
libesl: change execute and executeAsync to return the last event instead of status since it will almost always be 0 (r:15973)
|
||||
libesl: add help banner on connection failure (ESL-25/r:16040)
|
||||
libesl: add support for user level auth to esl and fs_cli (r:16161)
|
||||
libesl: tcl example thanks Mark Mann (r:16307)
|
||||
libiksemel: fix iksemel build against gnutls 2.x (FSBUILD-219/r:16019)
|
||||
libjs: pass ldflags to dso builds for libjs and nspr (r:16549)
|
||||
libportaudio: Dither code in mod_portaudio doesn't properly compile on 64 bit systems (r:15422)
|
||||
libsofiasip: fix sofia build with new openssl (r:15426)
|
||||
libsofiasip: make sofia not auto-respond to SUBSCRIBE refresh requests (r:16273)
|
||||
libspandsp: update to spandsp snapshot 20091005 (r:15084)
|
||||
libspandsp: update to spandsp-20091006 snapshot (r:15093)
|
||||
libspandsp: fix spandsp build on 32 bit 10.6 OS X builds (LBCODEC-4,MODAPP-351/r:15631)
|
||||
|
@ -249,6 +261,7 @@ freeswitch (1.0.5)
|
|||
mod_bv32: add plc (r:15466)
|
||||
mod_cdr_csv: try to rotate on failed write to cdr file (r:14948)
|
||||
mod_celt: bring CELT up to the latest build we need more testers (r:15278)
|
||||
mod_celt: add CELT for Windows (r:16414)
|
||||
mod_cidlookup: Fix segfault on no DSN (MODAPP-346/r:15019)
|
||||
mod_cidlookup: add whitepages.com support (r:15023)
|
||||
mod_cidlookup: add channel var / debug log for cidlookup src (r:15268)
|
||||
|
@ -280,6 +293,8 @@ freeswitch (1.0.5)
|
|||
mod_commands: Fix group_call_function not loading group-dial-string and dial-string from user type pointer (MODAPP-335/r:16034)
|
||||
mod_commands: add timer_test cli app (r:16079)
|
||||
mod_commands: fsctl add shutdown now for debugging (r:16220)
|
||||
mod_commands: add uuid_simplify and sip_auto_simplify (r:16420)
|
||||
mod_commands: switch_channel_expand_variables value escape enhancement (MODAPP-354/r:16465)
|
||||
mod_conference: Fix conference floor ownership being ceded too easily (MODAPP-323/r:14703)
|
||||
mod_conference: Display callers' rates (r:14992)
|
||||
mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)
|
||||
|
@ -291,6 +306,7 @@ freeswitch (1.0.5)
|
|||
mod_conference: add mute on/mute off actions in addition to toggle mute action (MODAPP-370/r:15845)
|
||||
mod_conference: add conference member data into the play-file-member-done event (r:15909)
|
||||
mod_conference: add waste-bandwidth flag to conference (r:16110)
|
||||
mod_conference: mix member play file data in with conference so you can hear the bg while hearing the member file (r:16408)
|
||||
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
|
||||
mod_curl: don't include response code in response data as it has its own var (MODAPP-369/r:15591)
|
||||
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
|
||||
|
@ -343,6 +359,7 @@ freeswitch (1.0.5)
|
|||
mod_h323: add PI handling in Call Proceeding (r:15397)
|
||||
mod_fifo: gracefully fail on missing config file (r:15106)
|
||||
mod_iax: avoiding buffer overflow in silly iax lib (r:14910)
|
||||
mod_iax: move to unsupported (r:16460)
|
||||
mod_lang: Change mod_lua so that it registers as a dialplan (MODLANG-140/r:15400)
|
||||
mod_lcr: fix possible null string passed to switch_log_printf (r:14514)
|
||||
mod_lcr: Add support for user_rates which are the (optional) end-user rates (MODAPP-340/r:15022)
|
||||
|
@ -376,6 +393,8 @@ freeswitch (1.0.5)
|
|||
mod_portaudio: fix mod_portaudio linux build with alsa (MODAPP-377/r:15899)
|
||||
mod_portaudio: Set a new channel variable with the call_id (MODAPP-277/r:16115)
|
||||
mod_portaudio: fix pa play bug (r:16188)
|
||||
mod_portaudio: default to dialplan 'XML' instead of 'default' (r:16345)
|
||||
mod_portaudio: Add event for audio device error and properly register/unregister custom event subclasses (MODENDP-282/r:16354)
|
||||
mod_python: Fix segfault on multiple calls to Python (MODLANG-133/r:14847)
|
||||
mod_python: Fix infinite recursion in python script causing crash (MODLANG-134/r:14898)
|
||||
mod_python: fix memory leak (MODLANG-136/r:15432)
|
||||
|
@ -399,6 +418,7 @@ freeswitch (1.0.5)
|
|||
mod_skypiax: commented out 'XCloseDisplay' lines, seems to cause crashes... (r:15344)
|
||||
mod_skypiax: no more pipes for audio samples exchange between threads.(r:15541)
|
||||
mod_skypiax: do not add delay when a sleep() or play() are executed by a script after answer() and before sending audio. (MODSKYPIAX-29, MODSKYPIAX-58/r:15585)
|
||||
mod_skypiax: changed audio i/o tcp socket size and timing constant on linux, for better compatibility with virtual machines (r:16330)
|
||||
mod_snipe_hunt: add mod_snipe_hunt to tree (r:14937)
|
||||
mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)
|
||||
mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)
|
||||
|
@ -491,6 +511,12 @@ freeswitch (1.0.5)
|
|||
mod_sofia: share and share alike, only nothing is alike in sip =/ (r:16194)
|
||||
mod_sofia: Get sofia "auth-calls" parameter and directory "auth-acl" parameter to work through a proxy. (BOUNTY-12/r:16200)
|
||||
mod_sofia: add command-line completion for sofia xmlstatus (MODSOFIA-52/r:16260)
|
||||
mod_sofia: held-private now works (r:16295)
|
||||
mod_sofia: add event header to gateway registration events (MODENDP-281/r:16319)
|
||||
mod_sofia: fix PUBLISH/200 response sent without ETag (FSCORE-262/r:16388)
|
||||
mod_sofia: set chanvars on both directions in sip and introduce sip_to_tag and sip_from_tag vars (r:16395)
|
||||
mod_sofia: fix rpid and from correctly when auto-nat is enabled so polycom won't display the flipping URI and freak some poor souls out :P (r:16473)
|
||||
mod_sofia: sip is stupid MODSOFIA-51, the 202 has to have the correct contact or the phone comes back and subscribes to the contact and not the actual extension (MODSOFIA-51/r:16500)
|
||||
mod_spidermonkey: allow inline javascript, use a ~ as first script character (r:15598)
|
||||
mod_spidermonkey: fix mod_spidermonkey on OSX 10.6 (lets see if this breaks any other platforms) (r:15650)
|
||||
mod_spidermonkey_core_db: Allow to bind value to parameters in prepared statements (MODLANG-139/r:15632)
|
||||
|
|
Loading…
Reference in New Issue