mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
Update ChangeLog through r14620, add 1.0.5
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14621 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
74da51e862
commit
b8db86a369
@ -1,3 +1,37 @@
|
||||
freeswitch (1.0.5)
|
||||
|
||||
build: Fix build to account for FreeBSD sed issues (FSBUILD-184/r:14479)
|
||||
build: build unimrcp after sofia (r:14507)
|
||||
core: Add per-call logging (r:14509)
|
||||
core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)
|
||||
core: refactor node allocation and make a copy of userdata in case the session gets killed before the logger module gets the node (r:14555)
|
||||
core: don't expose node allocation functions outside of switch_log.c (r:14556)
|
||||
core: Fix leak in xml ivr menus (FSCORE-421/r:14579)
|
||||
core: add record_start and record_stop events (r:14591)
|
||||
core: refactor mod_event_socket so it uses switch_log functions to duplicate and free log nodes while it uses them internally (fix bad ptr for userdata on event socket listeners) (r:14598)
|
||||
core: add answersec answermsec and answerusec to time how long it took for a call to be answered (r:14620)
|
||||
embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)
|
||||
mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)
|
||||
mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)
|
||||
mod_lcr: fix possible null string passed to switch_log_printf (r:14514)
|
||||
mod_portaudio: fix compilation failure in mod_portaudio_stream (MODFORM-35/r:14531)
|
||||
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)
|
||||
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)
|
||||
mod_sofia: display the profile name on sofia status gateway xxx (r:14520)
|
||||
mod_sofia: display the profile name on sofia xmlstatus gateway xxx (r:14527)
|
||||
mod_sofia: fix stun: from appearing in sdp round two (r:14532)
|
||||
mod_sofia: we need to handle redirects before checking for proxy mode if we want them to work in bypass or proxy media (IRC-00/r:14537)
|
||||
mod_sofia: refactor sofia_glue_tech_choose_[video_]port (r:14541)
|
||||
mod_sofia: Fix NAT Reboot notify by merging the MWI notify and Reboot notify to a unified function (MODENDP-242/r:14581)
|
||||
mod_sofia: FIX parsing of argument of sofia status AND add a new search option (MODENDP-232/r:14585)
|
||||
mod_sofia: add 10 second media timeout waiting for codec establishment (MODSOFIA-22/r:14586)
|
||||
mod_voicemail: fix operator-ext/operator-extension duplicate config declaration (r:14498)
|
||||
mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)
|
||||
|
||||
|
||||
|
||||
freeswitch (1.0.4)
|
||||
|
||||
add: TextMate bundle for FreeSWITCH - thanks mrene (r:12559-12560)
|
||||
@ -84,6 +118,7 @@ freeswitch (1.0.4)
|
||||
build: use internal libtiff instead of system libtiff (r:14321)
|
||||
build: partial libsndfile build fix (FSBUILD-180/r14330)
|
||||
build: fix compile on Mac OS X Snow Leopard 10.6 (FSBUILD-178/r:14333)
|
||||
build: nat pmp causes segfault on solaris, so we won't support upnp or nat pmp on solaris (FSCORE-410/r:14449)
|
||||
config: default config, calling own extension no longer goes to voicemail (r:12596)
|
||||
config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)
|
||||
config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)
|
||||
@ -251,6 +286,9 @@ freeswitch (1.0.4)
|
||||
core: timeout calls stuck in CS_NEW after 1 minute (r:14313)
|
||||
core: use FREESWITCH_OPTS env var to hold a string of desired command line switches (r:14352)
|
||||
core: Handle UPNP from pfsense sending malformed header (FSCORE-405/r:14373)
|
||||
core: add switch_sockaddr_equal (LBAPR-3/r:14397)
|
||||
core: fix missing UNPROTECT_INTERFACE (r:14398)
|
||||
core: fire_asr_events should be true/false (FSCORE-406/r:14447)
|
||||
docs: Fix filename references in phrase_en.xml (r:12976)
|
||||
docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)
|
||||
docs: Updates to phrase_es.xml (r:13067)
|
||||
@ -431,6 +469,7 @@ freeswitch (1.0.4)
|
||||
mod_limit: Add more error checking to hash api/app (r:13007)
|
||||
mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113)
|
||||
mod_limit: Move over-limit messages down to INFO (MODAPP-308/r:14275)
|
||||
mod_limit: Refactor and add limit_hash_execute application (see wiki) (r:14401)
|
||||
mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165)
|
||||
mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186)
|
||||
mod_local_stream: refactor resampling in mod_local_stream (r:13222)
|
||||
@ -520,6 +559,11 @@ freeswitch (1.0.4)
|
||||
mod_skypiax: patch from Muhammad Shahzad for adding and removing interfaces on the fly (r:14367)
|
||||
mod_skypiax: manage the 'BUSY' call status message (r:14371)
|
||||
mod_skypiax: manage the 'WAITING_REDIAL_COMMAND' call status message (r:14372)
|
||||
mod_skypiax: patch from Seven Du for hunting IDLE channels in a round-robin way (RR interface vs ANY interface). patch from Seven Du for removing interface as #'interface_id' and #'interface_name'. gmaruzz (meh) patch interface_remove() not to alter the global 'running' variable (it would cause all running signaling and API thread to exit) but to use a newly added tech_pvt->running variable. Also, changed behavior of interface_exists() for correct identification when using #interface_name and #interface_id. PLEASE TEST IT HEAVILY (r:14410)
|
||||
mod_skypiax: fixed crash when you set an interface as 'sk' console, then remove the interface, then use the 'sk' command to send a message to the API (it try to use a non-existing interface) (r:14411)
|
||||
mod_skypiax: now interprets correctly the_interface whichever it is: interface_id, interface_name, skype_username. And reload works too :-) (r:14414)
|
||||
mod_skypiax: fix segfault when used with record_session (MODSKYPIAX-35/r:14444)
|
||||
mod_skypiax: fix STATE_PRERING/STATE_DOWN issue (MODSKYPIAX-42/r:14453)
|
||||
mod_sndfile: fix off by one error (MODFORM-29/r:13890)
|
||||
mod_sndfile: update pos on the file handle on reads (MODFORM-33/r:14377)
|
||||
mod_sofia: allow you to set invite, to and from params independently (r:12287)
|
||||
@ -616,6 +660,7 @@ freeswitch (1.0.4)
|
||||
mod_sofia: Fix issue of gateway parameters register-proxy and outbound-proxy being interchanged (SFSIP-167/r:14344)
|
||||
mod_sofia: Fix Multiple ODBC table creation issues (SFSIP-168/r:14346)
|
||||
mod_sofia: Optionally rewrite fs_path element of sip contact string on multicasted registrations (MODENDP-231/r:14353)
|
||||
mod_sofia: add sofia_gateway_data api (r:14425)
|
||||
mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)
|
||||
mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)
|
||||
mod_spidermonkey: add destroy method to js (r:13016)
|
||||
@ -647,6 +692,7 @@ freeswitch (1.0.4)
|
||||
mod_voicemail: add option to move to next and previous message(MODAPP-313/r:14386)
|
||||
mod_voicemail: allow Voicemail FF REW key to have configurable millisec interval AND allow REW to limit at the begining of the recording. (MODAPP-311/r:14389)
|
||||
mod_voicemail: allow to skip the info section of a message by pressing a key (MODAPP-314/r:14392)
|
||||
mod_voicemail: fix isten to the msg again option after pressing # to stop info msg (MODAPP-316/r:14395)
|
||||
mod_unimrcp: add to trunk (r:13788,13789,13790,13791)
|
||||
mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)
|
||||
mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)
|
||||
|
Loading…
x
Reference in New Issue
Block a user