+freeswitch (1.0.5)\r
+\r
+ build: Fix build to account for FreeBSD sed issues (FSBUILD-184/r:14479)\r
+ build: build unimrcp after sofia (r:14507)\r
+ core: Add per-call logging (r:14509)\r
+ core: Fix IVR menu timeout when caller presses no digits (DP-4/r:14548)\r
+ 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)\r
+ core: don't expose node allocation functions outside of switch_log.c (r:14556)\r
+ core: Fix leak in xml ivr menus (FSCORE-421/r:14579)\r
+ core: add record_start and record_stop events (r:14591)\r
+ 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)\r
+ core: add answersec answermsec and answerusec to time how long it took for a call to be answered (r:14620)\r
+ embedded_languages: Prevent unloading of embedded languages modules (also fixes MODLANG-121/r:14491)\r
+ mod_dingaling: fix segfault on unload (MODENDP-243/r:14588)\r
+ mod_fifo: fix mod_fifo not honoring member_timeout (MODAPP-322/r:14552)\r
+ mod_lcr: fix possible null string passed to switch_log_printf (r:14514)\r
+ mod_portaudio: fix compilation failure in mod_portaudio_stream (MODFORM-35/r:14531)\r
+ mod_skypiax: ubermegapatch, more stability, robustness, scalability. Memory leaks not yet investigated, we'll do next (r:14517)\r
+ mod_skypiax: more stability, no dangling channels, MODSKYPIAX-42, added 'sk list' statistics (thanks Seven Du) MODENDP-236 (r:14533)\r
+ mod_sofia: allow custom SIP X-headers in 180/183/200 messages (MODSOFIA-20/r:14482)\r
+ mod_sofia: use switch_mprintf to securely parse the user parameters for the SQL query for reboot in mod_sofia (MODENDP-233/r:14484)\r
+ mod_sofia: display the profile name on sofia status gateway xxx (r:14520)\r
+ mod_sofia: display the profile name on sofia xmlstatus gateway xxx (r:14527)\r
+ mod_sofia: fix stun: from appearing in sdp round two (r:14532)\r
+ 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)\r
+ mod_sofia: refactor sofia_glue_tech_choose_[video_]port (r:14541)\r
+ mod_sofia: Fix NAT Reboot notify by merging the MWI notify and Reboot notify to a unified function (MODENDP-242/r:14581)\r
+ mod_sofia: FIX parsing of argument of sofia status AND add a new search option (MODENDP-232/r:14585)\r
+ mod_sofia: add 10 second media timeout waiting for codec establishment (MODSOFIA-22/r:14586)\r
+ mod_voicemail: fix operator-ext/operator-extension duplicate config declaration (r:14498)\r
+ mod_xml_rpc: Fix auth issue (XMLINT-54/r:14580)\r
+ \r
+ \r
+\r
freeswitch (1.0.4)\r
\r
add: TextMate bundle for FreeSWITCH - thanks mrene (r:12559-12560)\r
build: use internal libtiff instead of system libtiff (r:14321)\r
build: partial libsndfile build fix (FSBUILD-180/r14330)\r
build: fix compile on Mac OS X Snow Leopard 10.6 (FSBUILD-178/r:14333)\r
+ build: nat pmp causes segfault on solaris, so we won't support upnp or nat pmp on solaris (FSCORE-410/r:14449)\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
core: timeout calls stuck in CS_NEW after 1 minute (r:14313)\r
core: use FREESWITCH_OPTS env var to hold a string of desired command line switches (r:14352)\r
core: Handle UPNP from pfsense sending malformed header (FSCORE-405/r:14373)\r
+ core: add switch_sockaddr_equal (LBAPR-3/r:14397)\r
+ core: fix missing UNPROTECT_INTERFACE (r:14398)\r
+ core: fire_asr_events should be true/false (FSCORE-406/r:14447)\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
mod_limit: Add more error checking to hash api/app (r:13007)\r
mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113)\r
mod_limit: Move over-limit messages down to INFO (MODAPP-308/r:14275)\r
+ mod_limit: Refactor and add limit_hash_execute application (see wiki) (r:14401)\r
mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165)\r
mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186)\r
mod_local_stream: refactor resampling in mod_local_stream (r:13222)\r
mod_skypiax: patch from Muhammad Shahzad for adding and removing interfaces on the fly (r:14367)\r
mod_skypiax: manage the 'BUSY' call status message (r:14371)\r
mod_skypiax: manage the 'WAITING_REDIAL_COMMAND' call status message (r:14372)\r
+ 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)\r
+ 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)\r
+ mod_skypiax: now interprets correctly the_interface whichever it is: interface_id, interface_name, skype_username. And reload works too :-) (r:14414)\r
+ mod_skypiax: fix segfault when used with record_session (MODSKYPIAX-35/r:14444)\r
+ mod_skypiax: fix STATE_PRERING/STATE_DOWN issue (MODSKYPIAX-42/r:14453)\r
mod_sndfile: fix off by one error (MODFORM-29/r:13890)\r
mod_sndfile: update pos on the file handle on reads (MODFORM-33/r:14377)\r
mod_sofia: allow you to set invite, to and from params independently (r:12287)\r
mod_sofia: Fix issue of gateway parameters register-proxy and outbound-proxy being interchanged (SFSIP-167/r:14344)\r
mod_sofia: Fix Multiple ODBC table creation issues (SFSIP-168/r:14346)\r
mod_sofia: Optionally rewrite fs_path element of sip contact string on multicasted registrations (MODENDP-231/r:14353)\r
+ mod_sofia: add sofia_gateway_data api (r:14425)\r
mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)\r
mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)\r
mod_spidermonkey: add destroy method to js (r:13016)\r
mod_voicemail: add option to move to next and previous message(MODAPP-313/r:14386) \r
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)\r
mod_voicemail: allow to skip the info section of a message by pressing a key (MODAPP-314/r:14392) \r
+ mod_voicemail: fix isten to the msg again option after pressing # to stop info msg (MODAPP-316/r:14395)\r
mod_unimrcp: add to trunk (r:13788,13789,13790,13791)\r
mod_unimrcp: make mod_unimrcp compile with gcc 4.3 (MODUNIMRCP-1/r:13833)\r
mod_unimrcp: mrcp_profile for unimrcpserver 0.6.0 (MODASRTTS-18/r:13835)\r