mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-12 23:40:04 +00:00
Update ChangeLog thru Nov 30 (more coming)
This commit is contained in:
parent
63c3ec6774
commit
eb93c17df2
@ -31,6 +31,9 @@ freeswitch (1.0.7)
|
||||
build: unimrcp vs2010 build fixes for new version (r:2dcca5f4)
|
||||
build: add sqlite to clean on make current or update-clean (r:2366f429)
|
||||
build: Update windows to use Lame 3.98.4 (r:4349ec00)
|
||||
build: fix mod_silk build issue (r:6fe6d8d7/FS-3649)
|
||||
build: Rename AUTOMAKE_OPTS to AUTOMAKE_OPTIONS in several places (r:992eafd0)
|
||||
build: don't allow using system libcurl on systems that strip out Curl_setopt, we use it (r:36f0a5b8/FS-2936)
|
||||
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
|
||||
@ -57,6 +60,7 @@ freeswitch (1.0.7)
|
||||
config: Fix mod_directory phrase file references to 'dir-press.wav' (correct: vm-press) (r:3ef2692f)
|
||||
config: bump ru sounds version to 1.0.13 (r:2b1b19bf)
|
||||
config: Fix eavesdrop so that *0 works as well as 88 as the access code (r:cbfe83cc)
|
||||
config: change default to short date-time in VM sounds (r:3603a69d)
|
||||
core: Add RTCP support (FSRTP-14)
|
||||
core: handle some errors on missing db handle conditions
|
||||
core: add ... and shutdown as a fail-safe when no modules are loaded
|
||||
@ -336,6 +340,15 @@ freeswitch (1.0.7)
|
||||
core: add getGlobalVariable and setGlobalVariable to swig stuff (r:2faaee0e)
|
||||
core: Fix erroneous "module busy" messages on module unload (r:bad5964b/FS-3589)
|
||||
core: move code from uuid_kill into core (r:3c9551ee)
|
||||
core: Directed pickup sends "call completed elsewhere" (r:43ca3ee8/FS-3634)
|
||||
core: jitter-buffer tweaks (r:e3ade445/FS-3671 and r:599a4543/FS-3672)
|
||||
core: Add option to disable PLC when using the jitter buffer (r:ba14f95d/FS-3678)
|
||||
core: Allow fail_on_single_reject to do negated causes, i.e. fail_on_single_reject=!UNALLOCATED_NUMBER (r:522c0d53/FS-3675)
|
||||
core: move the thing that passes proto_specific_hangup_cause to the core and prefix it with last_bridge_ and also log last_bridge_hangup_cauuse for good measure (r:e04f9ba9)
|
||||
core: Add CHANNEL_EXECUTE to the list of default "verbose events" (r:ff7432d9/FS-3680)
|
||||
core: fix queued dtmf on channels with no timer issue (r:bc968ca8)
|
||||
core: use the non-signal checking version of switch_channel_up/down in the core (r:9ecf187d)
|
||||
core: Link curl into core (r:74ed2cef)
|
||||
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)
|
||||
@ -404,6 +417,7 @@ freeswitch (1.0.7)
|
||||
libs: Merged OpenZAP and FreeTDM into the FreeSWITCH tree.
|
||||
libs: Add support for TLS on Windows using openssl (r:1abe3b93/MODSOFIA-92)
|
||||
libs: fix bsd shell incompatibility (r:e2b85e94/FS-287)
|
||||
libsndfile: Update libsndfile and edit mod_sndfile.c to support ogg and flac (r:02a604f7/FS-1197)
|
||||
libsofiasip: Fix random crashes (r:c15ee980/SFSIP-219)
|
||||
libsofiasip: Fix T.38 bug in sofia_glue (r:2843f1ad/MODSOFIA-94)
|
||||
libsofiasip: VS2010 sofia posix problem (r:46dd24c2/SFSIP-220)
|
||||
@ -478,6 +492,7 @@ freeswitch (1.0.7)
|
||||
mod_callcenter: New strategies: round-robin, random, and 'top-down' (r:2b4b23aa,r:bee247ca)
|
||||
mod_callcenter: Display an warning when MOH is invalid and resume wait with silence. (r:37b14c9a/FS-2740)
|
||||
mod_callcenter: Fix member been switch as abandoned when he was pickup by an agent (r:9ff8f53f/FS-3281)
|
||||
mod_callcenter: Adapt mod_callcenter loopback agent fix to work with commit 2eae19e6 (r:d32ba761/FS-3657)
|
||||
mod_cdr_mongodb: add MongoDB CDR module (r:a9169199)
|
||||
mod_cdr_sqlite: initial commit (r:f625fe3b)
|
||||
mod_cdr_sqlite: config file for mod_cdr_sqlite (r:25bc8fe3)
|
||||
@ -562,9 +577,14 @@ freeswitch (1.0.7)
|
||||
mod_conference: remove waste flags from both conference and member and explicitly always send audio from conferences to avoid random interop issues and general discomfort these flags are now deprecated (r:5d77e789)
|
||||
mod_conference: add conference cdrs to mod_conference (r:127be02d)
|
||||
mod_conference: add custom kick sound to conference (r:8fde25cc)
|
||||
mod_conference: Fix bug where not entering PIN allows caller into PIN-protected conference (r:9dd45e35/FS-3661)
|
||||
mod_conference: fix crash in video-bridge mode (r:4c13e7c0)
|
||||
mod_curl: use method=post when post requested (r:c6a4ddd0/FSMOD-69)
|
||||
mod_db: fix stack corruption (MODAPP-407)
|
||||
mod_dialplan_xml: Add in the INFO log the caller id number when processing a request (Currenly only show the caller name) (r:e1df5e13)
|
||||
mod_dialplan_xml: Add <regex> tag for OR logic in XML dialplan (r:c1615dbb/FS-3655)
|
||||
mod_dialplan_xml: add xor to regex attr (r:7c7b0068/FS-3655)
|
||||
mod_dialplan_xml: add tod_tz_offset variable to set to the integer value of the tz offset or the tz-offset tag on a per-tag basis (r:65a75664)
|
||||
mod_dingaling: make mod_dingaling compat with google's new free phonecalls thing (r:ba0a2a32)
|
||||
mod_dingaling: make dingaling work with google voice inbound too (r:4ee68141)
|
||||
mod_dingaling: Fix crash when testing the new gv-dingaling with around 24 concurrent calls (r:73e1ec5e/FSCORE-667)
|
||||
@ -602,6 +622,8 @@ freeswitch (1.0.7)
|
||||
mod_dptools: fix seg on user_recurse_variables reported on the mailing list (r:01b2bd04)
|
||||
mod_dptools: add digit_action_set_target app that can set the target (direction of the dtmf flow and subsequent channel who gets the events) to self or peer (bridged channel when possible) (r:cf9859ea)
|
||||
mod_dptools: get rid of digit_action_set target and add target,bind_target params to bind_digit_action (r:42b64ccd)
|
||||
mod_dptools: add flags to digit bindings (r:d93ed90b)
|
||||
mod_dptools: New dialplan app: play_and_detect_speech (r:34338e5a/FS-3692)
|
||||
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)
|
||||
@ -685,6 +707,15 @@ freeswitch (1.0.7)
|
||||
mod_gsmopen: copy from branch
|
||||
mod_gsmopen: fix FS-2793, compilation stops (r:355c0dbb/FS-2793)
|
||||
mod_gsmopen: retry serial initialization if failed, zeroing audio buffers, slower retry on soundcard busy (EAGAIN) (r:c7aefe93)
|
||||
mod_h323: initial t.38 support. remake logical channel opening. add missing param name in example config. (r:8c58074c)
|
||||
mod_h323: some t.38 and locking improvements. replace ptrace with switch_log_printf. (r:5efe5c88)
|
||||
mod_h323: add missing conf praameter (r:0b353d7a)
|
||||
mod_h323: Add mod_h323 to windows (r:015bcaf6/MODENDP-301)
|
||||
mod_h323: move PTrace level set to FSH323EndPoint::Initialise. partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directiv e. (r:7b5803f7)
|
||||
mod_h323: set network_addr of caller profile to signaling ip address. (requested by Steven Ayre) (r:072bf5ad)
|
||||
mod_h323: fix race condition on destroying signaling thread in h323 library (r:c22aac0e)
|
||||
mod_h323: move the switch_rtp_request_port() call from the contructor to FSH323Connection::CreateRealTimeLogicalChannel() - fix rtp port leak. tnx to Peter Olsson. (r:6f4c4ea0)
|
||||
mod_h323: fix stale calls then fax send/recv in some circumstance (r:00fce043)
|
||||
mod_hash: free all hashtables on shutdown (r:e76d7d92)
|
||||
mod_hash: remove unneeded initializer (r:10d468a6)
|
||||
mod_hash: begin working on remote support (r:c5ad49da)
|
||||
@ -701,14 +732,6 @@ freeswitch (1.0.7)
|
||||
mod_hash: limit_remote_thread sending invalid handle to esl_connect_timeout causing core (r:6cdd3e2a/MODAPP-446)
|
||||
mod_hash: avoid scheduler calling a function on null hash during shutdown (r:8458adeb)
|
||||
mod_hash: add realm filter to hash_dump db command so that you can quickly dump all entries that belong only to a specific realm without getting the whole db (r:81347126)
|
||||
mod_h323: initial t.38 support. remake logical channel opening. add missing param name in example config. (r:8c58074c)
|
||||
mod_h323: some t.38 and locking improvements. replace ptrace with switch_log_printf. (r:5efe5c88)
|
||||
mod_h323: add missing conf praameter (r:0b353d7a)
|
||||
mod_h323: Add mod_h323 to windows (r:015bcaf6/MODENDP-301)
|
||||
mod_h323: move PTrace level set to FSH323EndPoint::Initialise. partially apply patch from from Peter Olsson, Remove UnLock() when TryLock() failed and DEBUG_RTP_PACKETS directiv e. (r:7b5803f7)
|
||||
mod_h323: set network_addr of caller profile to signaling ip address. (requested by Steven Ayre) (r:072bf5ad)
|
||||
mod_h323: fix race condition on destroying signaling thread in h323 library (r:c22aac0e)
|
||||
mod_h323: move the switch_rtp_request_port() call from the contructor to FSH323Connection::CreateRealTimeLogicalChannel() - fix rtp port leak. tnx to Peter Olsson. (r:6f4c4ea0)
|
||||
mod_http_cache: Initial commit of new module (thanks crienzo) (r:c51acfcc/FS-3597)
|
||||
mod_java: fix eventConsumer issue and add flush() method (r:7fd3aff6)
|
||||
mod_java: Allow user defined java methods to be called at startup and shutdown of JVM (r:1339e218/MODLANG-117)
|
||||
@ -730,6 +753,7 @@ freeswitch (1.0.7)
|
||||
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_logfile: Replace hard-coded file permissions w/ OS default or umask (r:513a9e1a/FS-3710)
|
||||
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)
|
||||
@ -780,7 +804,8 @@ freeswitch (1.0.7)
|
||||
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_portaudio: mod_portaudio: fix incorrect use of pa input buffer that could lead to garbage audio (r:f2cf68bf)
|
||||
mod_protovm: Removed by author; replaced by mod_voicemail_ivr
|
||||
mod_python: add chat app to python (r:08917021)
|
||||
mod_radius_cdr: Add 'Freeswitch-Direction' av pair (r:a5170df0)
|
||||
mod_radius_cdr: Add 'Freeswitch-Other-Leg-Id' av pair (r:18d29b46)
|
||||
@ -818,6 +843,7 @@ freeswitch (1.0.7)
|
||||
mod_say_de: method PRONOUNCED - grammatical fixes, thank you Christian Benke (r:5d46ddbc/FS-3195)
|
||||
mod_say_en: introduce new say_string method of doing say and use it in mod_say_en as an example. try: eval ${say_string en.gsm en current_date_time pronounced ${strepoch()}} from the cli with this patch. We can do more to centralize the say things and go back and apply it to other langs, using this method you can set the desired file ext as well which I think is a bounty.... (r:d5ef86d7)
|
||||
mod_say_en: If you only tell SAY CURRENCY to say 100 it should only say 100 dollars without the "0 cents" (r:426a4e76/FS-2922)
|
||||
mod_say_en: add "PRONOUNCED_YEAR" so 1985 is "nineteen eighty-five" (r:c0af0a85)
|
||||
mod_say_es: fix grammar when saying dates and time (r:6bed19b2/MODAPP-429)
|
||||
mod_say_he: Add Hebrew say module (r:ebd9c83e/FS-3211)
|
||||
mod_say_ja: initial commit, still needs sound files (r:b2423158/FS-2755)
|
||||
@ -828,6 +854,7 @@ freeswitch (1.0.7)
|
||||
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_shout: Initialize Lame sooner for file open (r:44b5cf82/FS-3646)
|
||||
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)
|
||||
@ -1093,6 +1120,16 @@ freeswitch (1.0.7)
|
||||
mod_sofia: add presence_map config (r:48416707)
|
||||
mod_sofia: add lookup params to presence_map (r:ea7f6a18)
|
||||
mod_sofia: add missing mod_sofia indexes (r:40df8d65)
|
||||
mod_sofia: When doing direct pickup send CANCEL with reason="call completed elsewhere" (r:6cd6a719/FS-3634)
|
||||
mod_sofia: Handle "isup-oli" in SIP From: field (similar to "gw" handling) (r:0ed54079/FS-3663)
|
||||
mod_sofia: Fix NOTIFY expiry time to conform to RFC 3265 (r:42c69c04/FS-3685)
|
||||
mod_sofia: Preserve VIA headers in sofia recovery (r:5a6231b6/FS-3686)
|
||||
mod_sofia: Add respond 503 "Maximum Calls In Progress" param for incoming SIP OPTIONS when busy (r:a891514c/FS-3697)
|
||||
mod_sofia: don't list all registrations when doing "sofia status profile foo" (use 'reg' option instead) (r:00e381f1/FS-3699)
|
||||
mod_sofia: Fix typo and possible memory corruption in sofia presence (r:ff910276/FS-3706)
|
||||
mod_sofia: comment out optional Require header from re-invites for the sake of interop with testy t.38 terminals (r:58c3c3a0)
|
||||
mod_sofia: Set reg and invite auto failures to loglevel debug10 to satisfy Fail2ban (r:35112f22/FS-3586)
|
||||
mod_sofia: Fix segfault on malformed NOTIFY (r:82807998/FS-3718)
|
||||
mod_soundtouch: updated soundtouch to library 1.5.0 to fix gcc > 4.3 incompatibilities (r:dfb5c629)
|
||||
mod_soundtouch: Update soundtouch to 1.6.0 to fix FS-3634 (r:d8ae59fd/FS-3634)
|
||||
mod_spandsp: initial checkin of mod_fax/mod_voipcodecs merge into mod_spandsp (r:fa9a59a8)
|
||||
@ -1143,6 +1180,7 @@ freeswitch (1.0.7)
|
||||
mod_valet_parking: valet_info now returns uuid properly (r:34ddeb75/FS-3613)
|
||||
mod_valet_parking: add presence to mod_valet_parking subscribe to the lot name for general stats or individual slots to monitor with park+ prefix *note* this used to be used in mod_fifo which now will use queue+ going forward (r:9daa42c1)
|
||||
mod_valet_parking: lower token freq to 5, put it in a define and have more obvious warning about full lots (r:2f786a07)
|
||||
mod_valet_parking: make auto unpark choose the one waiting the longest instead of the earliest ext val (r:00cf5aed)
|
||||
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)
|
||||
@ -1167,6 +1205,9 @@ freeswitch (1.0.7)
|
||||
mod_voicemail: use vm_email as notification address if vm_notify_email isn't set (that behavior was in voicemail_leave_main but not in deliver_vm) (r:8974f9d6)
|
||||
mod_voicemail: better fix for voicemail email key match (r:aff4bcbe/FS-3080)
|
||||
mod_voicemail: Prevent rewind key from breaking out of message playback (r:923a104b/FS-3637)
|
||||
mod_voicemail: add variable vm_auth_only or option auth_only to voicemail app so you can use it as a pin checker (r:3051480d)
|
||||
mod_voicemail: fix wrong message count with saved urgent messages (r:54b4b088)
|
||||
mod_voicemail: add voicemail_formatted_caller_id_number param for templates in vm (r:94b9cc0f)
|
||||
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…
x
Reference in New Issue
Block a user