Update ChangeLog through Aug 11
This commit is contained in:
parent
fd83dc8e9e
commit
ead5790c99
|
@ -29,6 +29,7 @@ freeswitch (1.0.7)
|
|||
build: pocketsphinx build for 0.7 windows vs2008 (r:a7613c06/FS-3348)
|
||||
build: They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. (r:23571680)
|
||||
build: unimrcp vs2010 build fixes for new version (r:2dcca5f4)
|
||||
build: add sqlite to clean on make current or update-clean (r:2366f429)
|
||||
codec2: working prototype, still for testing only (r:04ca0751)
|
||||
config: move limit.conf to db.conf
|
||||
config: Update VM phrase macros to voice option then action on main, config menus
|
||||
|
@ -297,6 +298,17 @@ freeswitch (1.0.7)
|
|||
core: Fix setting display on wrong channel on eavesdrop (r:3dc4b530)
|
||||
core: add new detailed_calls view a version of the channels table that shows only one legged calls or bridged calls (r:beecd937)
|
||||
core: display update on flip_cid (r:0fc8050c)
|
||||
core: make sql stmt more portable (r:6b948cf1)
|
||||
core: print ip:port on rtp bind err (r:11d2cd1b)
|
||||
core: display fixes and add 2 new cols to channels to store last sent display data (r:d364e9f2)
|
||||
core: sanitize outbound caller id number on one-legged calls (r:dee0f540/FS-3483)
|
||||
core: clean up originator/ee profile so the right one is prevelant in events (r:3e2c662a)
|
||||
core: check for answer flag in bridge to do display update properly (r:0f459d4b)
|
||||
core: add event subclasses in switch_event.c (r:3696ced7/FS-3497)
|
||||
core: add max_sessions to heartbeat event (r:9c8437a1/FS-3415)
|
||||
core: fix event firing for CHANNEL_PROGRESS_MEDIA event (r:e2a4fb11/FS-3396)
|
||||
core: add emulation for asterisk DIALSTATUS magic var (r:9d98d49f)
|
||||
core: the new code requires accurate timestamps, we were incrementing it by the interval (20) instead of the samples (160) (r:f10566af/FS-3181)
|
||||
docs: Major clean up of doxygen generated core API documentation (r:794246e1)
|
||||
docs: Add libteletone back to core API documentation (r:c35c138d)
|
||||
embedded languages: Provide core level support for conditional Set Global Variable (r:c017c24b/FSCORE-612)
|
||||
|
@ -368,6 +380,7 @@ freeswitch (1.0.7)
|
|||
libsofiasip: use individual pools instead of sub-pools for nua handles to avoid pool swell (r:f7612413)
|
||||
libsofiasip: Fix segfault in sofia's stun code (r:7403db70)
|
||||
libsofiasip: add homer capture hooks to libsofia (r:3e029f0d)
|
||||
libsofiasip: Fix mem leak when homer capture server not available (r:bc177a4b/FS-3475)
|
||||
libspandsp: Fixed a typo in spandsp's msvc/inttypes.h Updated sig_tone processing in spandsp to the latest, to allow moy to proceed with his signaling work.
|
||||
libspandsp: removed a saturate16 from spandsp that was causing problems fixed a typo in the MSVC inttypes.h file for spandsp
|
||||
libspandsp: Changes to the signaling tone detector to detect concurrent 2400Hz + 2600Hz tones. This passes voice immunity and other key tests, but it bounces a bit when transitions like 2400 -> 2400+2600 -> 2600 occur. Transitions between tone off and tone on are clean. (r:bc13e944)
|
||||
|
@ -381,6 +394,8 @@ freeswitch (1.0.7)
|
|||
libspandsp: Another round of tweaks for spandsp. There should be no functional changes, although quite a few things have changed in the test suite (r:4a7bbf4e)
|
||||
libstfu: add param to jb to try to recapture latency (disabled by default) (r:d59d41d7)
|
||||
libsqlite: fix issue on mailing list mod_crd_sqlite entry limit and sqlite segfaults on triggers (r:1badec17)
|
||||
libsqlite: make strdup NULL return strdup("") in sqlite for mac bug (r:b6bed14f)
|
||||
libsqlite: force an update on sqlite build (r:71dd3ca8)
|
||||
libunimrcp: Update to latest UniMRCP version. MRCP requests can no timeout if there is no server response. (r:17099473)
|
||||
libunimrcp: unimrcp lib does not notify mod_unimrcp of RTSP TEARDOWN timeouts (r:3484f338)
|
||||
libunimrcp: fixed unimrcp to prevent double destroy of connection (r:493085bb)
|
||||
|
@ -455,6 +470,9 @@ freeswitch (1.0.7)
|
|||
mod_commands: add moh by default to uuid_broadcast when only broadcasting to A leg use aleg arg to disable this (r:d164a797)
|
||||
mod_commands: add API uuid_limit - thanks to Francois Delawarde (r:98a95016/FS-1792)
|
||||
mod_commands: omit file_string:// prefix if input begins with ~ (r:f12ab59e)
|
||||
mod_commands: fix crash when uuid_break all cannot find bonded uuid channel (r:69e61f76/FS-3468)
|
||||
mod_commands: fix uuid_dual_transfer for inline dialplan (r:5d84efc3/FS-3403)
|
||||
mod_commands: update show calls to show both 1 legged calls and bridged calls, also show bridged_calls for previous behaviour of show calls (r:c16c74d9)
|
||||
mod_conference: Fix reporting of volume up/down (MODAPP-419)
|
||||
mod_conference: add last talking time per member to conference xml list
|
||||
mod_conference: add terminate-on-silence conference param
|
||||
|
@ -530,6 +548,7 @@ freeswitch (1.0.7)
|
|||
mod_dptools: fix campon to play music even on first run and cancel faster (r:9cf44f3a)
|
||||
mod_dptools: fix small leak in strftime (r:bbbd67ba)
|
||||
mod_dptools: resolve Heap corruption in strftime_api_function -thanks (r:707bd05b/FS-3417)
|
||||
mod_dptools: fix seg on user_recurse_variables reported on the mailing list (r:01b2bd04)
|
||||
mod_easyroute: Fix possible segfaults and memory leak during unload, and add new setting odbc-retries (r:7fbc47f8/FS-2973)
|
||||
mod_enum: switch mod_enum to use new portable in-tree version (r:2bbc37e3)
|
||||
mod_enum: fix race condition between ldns configure creating ldns/util.h and mod_enum (r:87884c5c)
|
||||
|
@ -543,6 +562,7 @@ freeswitch (1.0.7)
|
|||
mod_erlang_event: Rewrite XML fetch conditional wait to be more sane (Reported by James Aimonetti) (r:6941c6eb/FS-2775)
|
||||
mod_erlang_event: Don't urlencode events (and destroy an event after use) (r:4eccdfef)
|
||||
mod_erlang_event Add proper locking for the list of XML bindings (r:9fe440b2)
|
||||
mod_event_multicast: make multicast loopback configurable (r:97a7668c/FS-3416)
|
||||
mod_event_socket: fix up other users of switch_event_xmlize() to use SWITCH_EVENT_NONE (r:d6eb7562)
|
||||
mod_event_socket: Fix small mem leaks (r:e4f90584/MODEVENT-68)
|
||||
mod_event_socket: Add "-ERR" to api cmd response when failure occurs (r:58759052/FS-2827)
|
||||
|
@ -646,6 +666,7 @@ freeswitch (1.0.7)
|
|||
mod_lcr: don't add routes that have no rate of the desired type (r:82e3ccf8)
|
||||
mod_lcr: fix "as xml" for larger number of arguments (r:3dca2ebb/FS-3283)
|
||||
mod_lcr: fix malformed XML when has embedded %s (r:5fa9619f/FS-3284)
|
||||
mod_lcr: initial addition of very basic LRN (r:6d1d4a9c)
|
||||
mod_loopback: add loopback_bowout_on_execute var to make 1 legged loopback calls bow out of the picture
|
||||
mod_loopback: only execute app once in app mode (r:64f58f2d)
|
||||
mod_loopback: fix bug in mod_loopback where bowout=false (r:e9ab5368)
|
||||
|
@ -653,6 +674,7 @@ freeswitch (1.0.7)
|
|||
mod_loopback: fix voicemail failure (r:1a1881e8/FS-2795)
|
||||
mod_loopback: pass ring_ready like we do with pre_answer (r:9d087d45)
|
||||
mod_loopback: refactor mod_loopback timeout handling (r:43442e4f)
|
||||
mod_loopback: Fix loopback_bowout_on_execute failure when doing txfax calls (r:895b505f/FS-3494)
|
||||
mod_lua: Add switch_core_sqldb functionality from inside Lua script (r:26f2e095/FS-1384)
|
||||
mod_lua: Made 2nd arg to freeswitch.Dbh:query (cb func) optional (r:87db11af)
|
||||
mod_lua: Added SAF_ROUTING_EXEC flag to lua app, so it can be run inline (r:7d5ca1c0)
|
||||
|
@ -666,6 +688,7 @@ freeswitch (1.0.7)
|
|||
mod_managed: add mono 2.8 patch file see FS-2774 (r:6a948bd9/FS-2774)
|
||||
mod_managed: resolve Memory leak in mod_managed by EventBinding and swig delete_switch_event (r:c6048134/FS-3381)
|
||||
mod_mongo: New mod, initial commit; module for MongoDB (http://www.mongodb.org/) (r:dc6ca6f8/FS-3278)
|
||||
mod_mongo: add mapreduce API (r:7c5b5797/FS-3357)
|
||||
mod_mp4v: MP4V-ES passthru for washibechi on IRC
|
||||
mod_mp4: New module. Supports playback of MP4 files. Depends on libmp4v2 <http://code.google.com/p/mp4v2/> (originally compiled against v1.6.1)
|
||||
mod_nibblebill: free allocated mem at shutdown; free properly if using custom_sql
|
||||
|
@ -690,6 +713,7 @@ freeswitch (1.0.7)
|
|||
mod_portaudio: Add pa devlist to portaudio webapi (r:e8f10ea3)
|
||||
mod_portaudio: fix crash on bad init (r:6f49e6ba/FS-3361)
|
||||
mod_portaudio: move load_config a bit lower since it needs to use the hashtables (r:1529c0ec)
|
||||
mod_portaudio: Fix Windows crash (r:94c9cbf6/FS-3498)
|
||||
mod_portaudio_stream: update to specify the channel index (r:d1169d6e)
|
||||
mod_protovm: This is a very early new prototype voicemail ivr system. You need to copy the sounds.xml and make it loadale in the language folder and protovm.conf.xml inside the autoload_configs folder. Configs file will most definitly change. Once stabilized, we make it install those file by default. (r:fb549777)
|
||||
mod_radius_cdr: Add 'Freeswitch-Direction' av pair (r:a5170df0)
|
||||
|
@ -735,6 +759,7 @@ freeswitch (1.0.7)
|
|||
mod_shell_stream: Fix defunct processes being left behind (r:89666f44/FS-3316)
|
||||
mod_shout: bump mod_shout to use mpg123-1.13.2 to hopefully address unwanted calls to exit() and inherit other upstream fixes (r:079f3f73)
|
||||
mod_shout: add append flag to mod_shout, can append MP3's (r:0419c4e0)
|
||||
mod_shout: add ability to set bitrate, samplerate, and encoder quality in config file (r:8ea3cbd5/FS-1231)
|
||||
mod_silk: Fix mod_silk compliance and performance issues (r:2ddbc457/MODCODEC-20)
|
||||
mod_skinny: Add the missing api files
|
||||
mod_skinny: add example dialplan and directory config (r:1bfcc17e)
|
||||
|
@ -766,6 +791,7 @@ freeswitch (1.0.7)
|
|||
mod_skypopen: refining INTERACTIVE INSTALLER for Linux (to be announced :) ) (r:aa7f47ac)
|
||||
mod_skypopen: refining oss driver, removing audio sync during call (was each 20 secs), audio sync at the tcp interfacing with the skype client (reading more than 20ms worth) (r:891015e6)
|
||||
mod_skypopen: fixed a demented bug (incrementing a variable zeroed in the same loop) maybe responsible for moh sputtering under load on virtual machines (r:43eeeb82)
|
||||
mod_skypopen: avoid accumulating delay on VMs, better debug logging (r:1b4c78bf)
|
||||
mod_snapshot: fix bad codepaths in mod_snapshot (r:844ac220)
|
||||
mod_sndfile: Add support for .alaw and .ulaw to mod_sndfile (r:facf09b8/MODFORM-41)
|
||||
mod_sndfile: return break in mod_sndfile when seek returns failure (r:564dc7e4)
|
||||
|
@ -968,6 +994,11 @@ freeswitch (1.0.7)
|
|||
mod_sofia: use register contact to determine proper contact in 200 ok response to register (r:f9612fec)
|
||||
mod_sofia: add NDLB-allow-nondup-sdp to indicate you want to parse a differnt sdp in 200 ok from 1xx (previous default) this is a RFC violation so I decided not to support it by default anymore. Enable this if you want that broken behaviour (r:3f489a2a)
|
||||
mod_sofia: add homer capture hooks to mod_sofia (r:98473085)
|
||||
mod_sofia: sdp_m_per_ptime is now implied to be true, if you don't like this set it to false but its going to be undefined behaviour. This basically means if you call in with ptime 30 then you have a bunch of ptime 20 codecs in your outbound list that there will be one m= line with 30 and the original inbound codec and more m= lines for each discinct ptime in your list. This is, of course, will depend on disable_trancoding or absolute_codec_string as well (r:56d67ead)
|
||||
mod_sofia: filter re-transmission of extra SIP headers (r:9e399c19/FS-3439)
|
||||
mod_sofia: Fix RTP handling bug to allow goofy & undefined behavior (r:77413ba9/FS-3451)
|
||||
mod_sofia: don't allow auto answer on an non-outbound call (r:61ee7fdc)
|
||||
mod_sofia: use the call_id of the original register in the unsolicited notify for MWI (r:53b0ecce)
|
||||
mod_soundtouch: updated soundtouch to library 1.5.0 to fix gcc > 4.3 incompatibilities (r:dfb5c629)
|
||||
mod_spandsp: initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp (r:fa9a59a8)
|
||||
mod_spandsp: rework of new mod_spandsp to have functions broken up into different c files (r:65400642)
|
||||
|
@ -1009,6 +1040,7 @@ freeswitch (1.0.7)
|
|||
mod_valet_parking: add event for Valet Parking action exit
|
||||
mod_valet_parking: pass hold class on transfer (r:76a065ec)
|
||||
mod_valet_parking: add valet_announce_slot variable (r:293d7254)
|
||||
mod_valet_parking: make valet parking reserve a space for 10 seconds to allow time for an attended transfer switcharoo (r:308f44af)
|
||||
mod_voicemail: Fix vm_prefs profile lock (MODAPP-417)
|
||||
mod_voicemail: add 'vm-enabled' param (default true)
|
||||
mod_voicemail: fix vm msg being deleted when pressing key to forward to email (MODAPP-403)
|
||||
|
@ -1028,6 +1060,8 @@ freeswitch (1.0.7)
|
|||
mod_voicemail: Adding a new voicemail fsdb api vm_fsdb_auth_login that does basic login authentication for a user (r:bfdfac5e)
|
||||
mod_voicemail: Fix vm to email dial 8 option (r:8592b6d9/FS-3382)
|
||||
mod_voicemail: Add 2 new profile settings, db-password-override and allow-empty-password-auth. By default, they have value of their previous behavior. If db-password-override=true, the db password will only be used if present, if not present fallback to the xml config file vm-password. If allow-empty-password-auth=false, it will disable login via a authentication method if there is no password set in the user account (This wont affect voicemail_authorize=true login). (r:a9db642a)
|
||||
mod_voicemail: remove pointless update_mwi() in vm_list api command (r:b952b2b2)
|
||||
mod_voicemail: add message_len to output of vm_list api command (r:77c5000d)
|
||||
mod_xml_cdr: add force_process_cdr var to process b leg cdr on a case by case basis when b leg cdr is disabled (XML-17)
|
||||
mod_xml_cdr: add leg param to query string (XML-24)
|
||||
mod_xml_cdr: fix locked sessions (XML-26)
|
||||
|
|
Loading…
Reference in New Issue