forked from Mirrors/freeswitch
Update ChangeLog through r15482
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15483 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ad97aa5ec4
commit
2f0d3162d4
|
@ -13,6 +13,12 @@ freeswitch (1.0.5)
|
|||
build: fix Build-Depends on debian build for skypiax (FSBUILD-197/r:15113)
|
||||
build: Debian build misses some packages (FSBUILD-201/r:15216)
|
||||
build: Win32 Dependencies do not download if there is a space in the path to sources (FSBUILD-203/r:15348)
|
||||
build: Handle BIGENDIAN Windows Bug (MODENDP-245/r:15410)
|
||||
build: fix spandsp installing (FSBUILD-198/r:15414)
|
||||
build: use same version of libtool and libtoolize (FSBUILD-205/r:15416)
|
||||
build: Update Debian build init script (FSBUILD-204/r:15417)
|
||||
build: Fix Debian script broken in r15417 (FSSCRIPS-21/r:15443)
|
||||
build: Add windows projects for Broadvoice only 2008 (r:15470)
|
||||
config: improvements to French language handling (MODASRTTS-20/r:14911)
|
||||
config: Add valet_parking to default config (r:15124)
|
||||
config: Add valet macros (r:15156)
|
||||
|
@ -99,6 +105,18 @@ freeswitch (1.0.5)
|
|||
core: fix some bypass xfer scenarios (r:15326)
|
||||
core: Originate/bride doesn't pass 183s, then times out on media while in bypass-media mode (FSCORE-479/r:15329)
|
||||
core: add flags to state_handler table (r:15356)
|
||||
core: send callee id info as caller id info when an outbound call becomes the a leg of another outbound call (r:15390)
|
||||
core: fix issue with global bypass_media_after_bridge messing up callflow (r:15404)
|
||||
core: add DUMP_EVENT macro (r:15439)
|
||||
core: Add Record-File-Path to SWITCH_EVENT_RECORD_* fired by switch_ivr_record_file() (FSCORE-486/r:15446)
|
||||
core: expand per-thread db caching to odbc (r:15453)
|
||||
core: add switch_ivr_enterprise_originate optional new dimension to originate strings every element in :_: separated list in originate strings will fire in a dedicated thread and can contain their own {} and , and | lists (r:15455)
|
||||
core: add read_frame_callback to gentones (r:15459)
|
||||
core: add ringback to enterprise_originate (r:15461)
|
||||
core: tolerate MySQL ODBC limitation (FSCORE-487/r:15465)
|
||||
core: add <> var container to enterprise_originate syntax to set variables to pass to every thread (r:15469)
|
||||
core: add cache_db handle api (odbc/sqlite abstraction) (r:15473)
|
||||
core: caller/ee id cleanup (r:15474)
|
||||
docs: Add large Doxygen update (thanks Muhammed Shahzad) (r:14973)
|
||||
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||
embedded_languages: add session.hangupCause() (r:14912)
|
||||
|
@ -109,10 +127,18 @@ freeswitch (1.0.5)
|
|||
libesl: fix php swig generation (ESL-20/r:14750)
|
||||
libesl: disable duplicate headers on request param events (r:14909)
|
||||
libesl: c# wrapper for esl lib (r:14955)
|
||||
libesl: add logger.pl a FS debug tool using ESL.pm (r:15377)
|
||||
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)
|
||||
libspandsp: update to spandsp snapshot 20091005 (r:15084)
|
||||
libspandsp: update to spandsp-20091006 snapshot (r:15093)
|
||||
libstfu: add resize function (r:14871)
|
||||
mod_alsa: update to new module api (r:14833)
|
||||
mod_bv16: add support for BroadVoice16 codec (r:15464)
|
||||
mod_bv16: add plc (r:15466)
|
||||
mod_bv16: move bv16 so it doesn't use the same number as another codec in mod_voipcodecs (r:15468)
|
||||
mod_bv32: add support for BroadVoice32 codec (r:15464)
|
||||
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_cid_lookup: Fix segfault on no DSN (MODAPP-346/r:15019)
|
||||
|
@ -135,6 +161,7 @@ freeswitch (1.0.5)
|
|||
mod_conference: Don't start conf auto record until a second party arrives (MODAPP-348/r:15029)
|
||||
mod_conference: wait-mod doesn't loop moh-sound audio file (MODAPP-349/r:15171)
|
||||
mod_conference: Return additional flags in xml_list (MODAPP-360/r:15275)
|
||||
mod_conference: take pin from x header (MODAPP-333/r:15415)
|
||||
mod_console: Improved tab completions, and more description usage informations (LOGGER-2/r:15103)
|
||||
mod_dialplan_xml: Fix anti-action not being supported for time-based conditions (DP-6/r:14901)
|
||||
mod_dialplan_xml: add inline=true to actions to exec certian apps right away (also mod_dptools) (r:14906)
|
||||
|
@ -143,12 +170,14 @@ freeswitch (1.0.5)
|
|||
mod_dingaling: Fix mod_dingaling does not reads profile information from configuration file at runtime till whole module is reloaded (LBDING-15/r:14917)
|
||||
mod_directory: initial commit of real code (MODAPP-325/r:14981)
|
||||
mod_directory: fix segfault on failure (r:15076)
|
||||
mod_distributor: Initial commit (r:15421)
|
||||
mod_dptools: add optional level argument to info app to choose the log level it logs on (r:14643)
|
||||
mod_dptools: jump to a specific offset with the playback by appending @@<samples> to the path (r:14752)
|
||||
mod_dptools: make continue_on_fail trigger explicit matching and only do default behaviour when it's not set (r:14972)
|
||||
mod_dptools: att_xfer sometimes doesn't detect B leg hanging up on PSTN - this is a patch to hangup B and initiate the transfer of A to C by pressing * (DP-8/r:15013)
|
||||
mod_dptools: Add Campon feature. (r:15201)
|
||||
mod_dptools: Add campon_stop_key and campon_announce_sound to tell the user how to force it to the end of the waiting period (r:15220)
|
||||
mod_dptools: Add campon_stop_key and campon_announce_sound to tell the user how to force it to the end of the waiting period (r:15220)
|
||||
mod_dptools: Remove attended transfer from reasons for continue_on_fail (FSCORE-367/r:15367)
|
||||
mod_erlang_event: Add support for simply sending an arbitrary message to an arbitrary registered process at a node (r:14875)
|
||||
mod_erlang_event: Deprecate new_pid message in favor of get_pid which has an extra element, the call's UUID (r:14877)
|
||||
mod_erlang_event: optionally allow compatability with nodes running older OTP releases (R7 through current) (r:15189)
|
||||
|
@ -157,6 +186,7 @@ freeswitch (1.0.5)
|
|||
mod_event_socket: add unique-id check to sendevent to send and event to a session instead of the system (r:14874)
|
||||
mod_event_socket: fix mem leak (MODEVENT-54/r:14891)
|
||||
mod_event_socket: fix CHANNEL_HANGUP_COMPLETE missing under myevents (MODEVENT-56/r:15011)
|
||||
mod_event_socket: fix event_sink race (r:15389)
|
||||
mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)
|
||||
mod_fifo: add fifo_position var (r:14806)
|
||||
mod_fifo: add API: fifo_add_outbound to add outbound members to a FIFO (r:14809)
|
||||
|
@ -164,8 +194,10 @@ freeswitch (1.0.5)
|
|||
mod_fifo: skip setting callerid when it's already set (r:15071)
|
||||
mod_h323: initial commit (r:15223)
|
||||
mod_h323: fix faststart in progress handling (r:15352)
|
||||
mod_h323: remove SWITCH_RTP_FLAG_AUTOADJ because its not work correctly and not do anything reliable in our cases (r:15374)
|
||||
mod_fifo: gracefully fail on missing config file (r:15106)
|
||||
mod_iax: avoiding buffer overflow in silly iax lib (r:14910)
|
||||
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)
|
||||
mod_limit: set more chan vars in limit_function (r:14733)
|
||||
|
@ -174,12 +206,16 @@ freeswitch (1.0.5)
|
|||
mod_limit: add limit_execute (like limit_hash_execute); allow -#s to act as counter only; add INFO level logs to limit similar to limit_hash (r:14870)
|
||||
mod_limit: make limit work with neg count like limit_hash (r:14920)
|
||||
mod_local_stream: add chime-list to local_stream (r:14966)
|
||||
mod_local_stream: Fix memory leak at mod_local_stream (MODFORM-36/r:15431)
|
||||
mod_lua: add conjure-session code and make session available in API commands (r:14739)
|
||||
mod_lua: make luarun use a new pool every call (r:14763)
|
||||
mod_lua: fix seek function (MODLANG-124/r:14812)
|
||||
mod_lua: add argv[0] (MODLANG-122/r:15433)
|
||||
mod_managed: Add utility function to create SWIGTYPE_p objects (r:14923)
|
||||
mod_managed: Add ProgressMediaTime to ChannelVariables (r:15001)
|
||||
mod_managed: Set stick flag on state handler so signal_bridge won't nuke it (r:15357)
|
||||
mod_managed: hangup handler should run in cs_reporting (r:15375)
|
||||
mod_managed: Add XmlSearchBinding (r:15406)
|
||||
mod_memcache: update to libmemcached 0.32 (r:14935)
|
||||
mod_memcache: add --with-memcached=no to libmemcached configure (r:14938)
|
||||
mod_opal: Added setting of outgoing number and display name from extension number so H.323/Q.931 fields are set correctly in ALERTING and CONNECT messages sent for incoming calls.(r:14900)
|
||||
|
@ -187,8 +223,11 @@ freeswitch (1.0.5)
|
|||
mod_portaudio: add context param (r:14737)
|
||||
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)
|
||||
mod_radius_cdr: Fix Framed-IP-Address in start and stop having wrong IP (MODEVENT-52/r:15197)
|
||||
mod_radius_cdr: Fix memory leak from large CPS test (MODEVENT-55/r:15198)
|
||||
mod_say_es: Improve Spanish lang handling (MODAPP-317/r:15424)
|
||||
mod_say_it: Fix italian pronunce in mod_say_it (MODAPP-362/r:15407)
|
||||
mod_skel_codec: Add (thanks Moy) (MODCODEC-14/r:14959)
|
||||
mod_skypiax: ubermegapatch, more stability, robustness, scalability. Memory leaks not yet investigated, we'll do next (r:14517)
|
||||
mod_skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236 (r:14533)
|
||||
|
@ -243,7 +282,19 @@ freeswitch (1.0.5)
|
|||
mod_sofia: windows compiler fixes and switch_mprintf overflow(32bit only) (r:15286)
|
||||
mod_sofia: doing carot dialing to a location without a gateway will result in the host being null in some cases this will not allow that if you specify the full sip:dest@host it works fine but if you only specify the number then host will be null (r:15332)
|
||||
mod_sofia: add distinct-to=true|false to be used with from-domain when you don't want to change the to (r:15334)
|
||||
mod_sofia: make subscriptions time out, discard code that made them last forever (r:15364)
|
||||
mod_sofia: reset handle on bad reg (r:15365)
|
||||
mod_sofia: dont send blank update (r:15366)
|
||||
mod_sofia: fix sql stmt for blf subs (r:15396)
|
||||
mod_sofia: fix bug tolerating the other guy's bug (r:15401)
|
||||
mod_sofia: experimental support for send-message-query-on-register=first-only (r:15405)
|
||||
mod_sofia: add pai to responses (r:15408)
|
||||
mod_sofia: add columns to sip_dialogs (r:15420)
|
||||
mod_sofia: avoiding initial segfault (MODENDP-265/r:15427)
|
||||
mod_sofia: solve problem from MODENDP-258 with an alternate approach, and make send-message-query-on-register=first-only and sql-in-transactions=true the defaults (MODENDP-258/r:15441)
|
||||
mod_sofia: lookup gateway by realm when not found by name (r:15475)
|
||||
mod_syslog: Enable mod_syslog to log to a specific facility (LOGGER-3/r:15162)
|
||||
mod_syslog: mod_syslog does not respect facility setting, always logs to user.* (LOGGER-4/r:15447)
|
||||
mod_tts_commandline: Add new module (r:14827)
|
||||
mod_tts_commandline: introduce the rate parameter, decrease useless verbosity (r:14885)
|
||||
mod_tts_commandline: cut samples in half (suggested by anthm), ajust and clean log levels (r:14886)
|
||||
|
@ -268,6 +319,9 @@ freeswitch (1.0.5)
|
|||
mod_voicemail: Fix VM disk quota (MODAPP-353/r:15161)
|
||||
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs (windows build to follow) (r:15036)
|
||||
mod_voicemail: add missing switch_event_destroy in profile config function (r:15262)
|
||||
mod_voicemail: default samplerate to 0 instead of 8000 so that we record using the channel's native rate, thx bkw (r:15394)
|
||||
mod_voicemail: prevent obscure divide by zero code path (r:15413)
|
||||
mod_voicemail: create max timeouts feature like the one in ivr_menu (MODAPP-365/r:15471)
|
||||
mod_voipcodecs: move mod_voipcodecs to use spandsp instead of libvoipcodecs - windows (r:15088)
|
||||
mod_xml_curl: Fix crash when using use-dynamic-url (XML-10/r:14850)
|
||||
mod_xml_curl: Allow choice between HTTP Basic and Digest authentication (r:15107)
|
||||
|
@ -275,6 +329,7 @@ freeswitch (1.0.5)
|
|||
phrases: Add Recursive phrases support (FSCORE-458/r:15101)
|
||||
support: add fscore_pb script for dumping core info directly to pastebin (r:14904)
|
||||
switch_utils: add a host lookup func (r:14653)
|
||||
mod_zeroconf: Move to unsupported (r:15429)
|
||||
|
||||
|
||||
freeswitch (1.0.4)
|
||||
|
|
Loading…
Reference in New Issue