Update ChangeLog through Oct 31; update phrase_en.xml
This commit is contained in:
parent
51fe96281c
commit
092c232814
|
@ -30,6 +30,7 @@ freeswitch (1.0.7)
|
|||
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)
|
||||
build: Update windows to use Lame 3.98.4 (r:4349ec00)
|
||||
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
|
||||
|
@ -328,6 +329,13 @@ freeswitch (1.0.7)
|
|||
core: prevent sql injection by using sqlite formatter on various code that generates sql stmts with switch_snprintf (r:256a6264)
|
||||
core: add ivr_menu_terminator variable you can set to none or the dtmf chars you want to terminate input (r:0a3e5d2f)
|
||||
core: delay_echo was double the length in milliseconds from what it should be (r:3317f5d3)
|
||||
core: fix issue where clearing a single realm does not completely clear (r:d2710422)
|
||||
core: add manual_rtp_bug gen_one_gen_all to prevent rtp passthru to break the *S* word.. (r:9e094835)
|
||||
core: Add transfer_history to logs (r:1bf97fa7)
|
||||
core: add fsctl sync_clock_when_idle so you can sync the clock but have it not do it till there are 0 calls (r:2094f2d3)
|
||||
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)
|
||||
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)
|
||||
|
@ -341,6 +349,8 @@ freeswitch (1.0.7)
|
|||
fs_cli: add timeout option to fs_cli (r:5fad26b4)
|
||||
fs_cli: implement CLI prompt redrawing (r:a79f1f42) (many other minor changes by TC on 2011-09-22)
|
||||
fs_cli: implement configurable prompt, input, and output coloring (r:c7ec19d6)
|
||||
fs_cli: allow ;; seperated commands in fs_cli -x (r:cbc92936)
|
||||
fs_cli: only enable new features on supported terminals (r:26cd927c)
|
||||
lang: Improve French phrase files (FSCONFIG-23)
|
||||
lang: Update langs - Add pt_PT, update es to have es_ES and es_MX, update mod_say_es and add mod_say_pt (FS-2937) (r:c81a9448/FS-2937)
|
||||
libapr: Fix issue where after a bridge with a member, uuid of Agent is set to single quote character ' (r:3fee704d/FS-2738)
|
||||
|
@ -348,6 +358,7 @@ freeswitch (1.0.7)
|
|||
libdingaling: Fix crash in new GV interface when exceeding 24 calls (r:be00609a/FS-2171)
|
||||
libdingaling: fix crash when GV call ends (r:687140b5/FS-3139)
|
||||
libdingaling: fix small leak (r:d3ea42d8/FS-3334)
|
||||
libdingaling: send keep alive packets to prevent NAT from munging connection (thanks Federico Beffa) (r:4bd305e5/FS-3612)
|
||||
libesl: Fix potential race condition (ESL-36)
|
||||
libesl: Add /uuid command to fs_cli to filter logs by uuid
|
||||
libesl: Increase buffer in fs_cli for Win (r:d1d6be88/FSCORE-611)
|
||||
|
@ -386,6 +397,7 @@ freeswitch (1.0.7)
|
|||
libfreetdm: receive side, update libteletone to track duration so it is less likely to double detect and push api changes down to freetdm (r:a65794fb/FS-3570)
|
||||
libg7221: A bunch of tweaks to the G.722.1 codec (r:5d548570)
|
||||
libgnutls: link to libgcrypt as well, please report any platforms this breaks, but it should be portable (r:c569fb0f/FS-1248)
|
||||
libiksemel: making this the new default and patching libdingaling to use it exclusively with openssl, now we actually have single thread for gtalk an no gah noodlez (r:f506e19e/FS-3471)
|
||||
libjs: non-portable comment syntax in .s files
|
||||
libldns: select on FD > 1024 get this patch to ldns ppl (r:710fc7a7/FS-3110)
|
||||
libopenzap: Add CLI tracing
|
||||
|
@ -429,6 +441,7 @@ freeswitch (1.0.7)
|
|||
mod_blacklist: Add example configuration file (r:d00f7464)
|
||||
mod_blacklist: Resource leak fixes, config checks and add help output for api interface (r:41abb3e6)
|
||||
mod_blacklist: add ability to dump a list back to it's text file (r:1d5f5ec7)
|
||||
mod_blacklist: fix broken dump/save (r:abc5d7cd/FS-3617)
|
||||
mod_callcenter: Initial commit of the mod_callcenter application. This module is in it early state of developpement. You can see documentation on the wiki at : <a href="http://wiki.freeswitch.org/wiki/Mod_callcenter">http://wiki.freeswitch.org/wiki/Mod_callcenter</a> For support/comments, please use <a href="http://jira.freeswitch.org/">http://jira.freeswitch.org/</a> and select the MOD CALLCENTER module. (r:ba09b96d)
|
||||
mod_callcenter: Add ability to unload/reload/load a queue setting (You still need to reloadxml before). Note that joining a queue will check for it in the config and load it on the fly... I've used the same system as in mod_voicemail. Not sure if we should allow this, but just comment it out of the config before unload and it wont be available anymore (r:3eafca60)
|
||||
mod_callcenter: Try to fix the ring-all, also add cli auto complete done in previous commit (r:1666783c)
|
||||
|
@ -545,6 +558,10 @@ freeswitch (1.0.7)
|
|||
mod_conference: add conference member flag nomoh (r:f35a6814)
|
||||
mod_conference: add hup command to conference (kick without the kick sound) (r:492db906)
|
||||
mod_conference: see H.264 iFrames (r:765be8c9/FS-3406)
|
||||
mod_conference: add moderator PIN controls (thanks Moy) (r:1936c2b0/FS-3493)
|
||||
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_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)
|
||||
|
@ -557,6 +574,8 @@ freeswitch (1.0.7)
|
|||
mod_dingaling: fix mod_dingaling/iksemel/gnutls link error when using newer autotools (r:294b0779/FS-3182)
|
||||
mod_dingaling: fix segmentation fault on mod_dingaling when receiving a discovery from the server (r:2e651c8f/FS-3391)
|
||||
mod_dingaling: Remove unused but set variables GCC-4.6 -Wunused-but-set-variable (r:0f45b8ba/GCC-4)
|
||||
mod_dingaling: Add from_jid (r:f0b52ef7/FS-3611)
|
||||
mod_dingaling: autoflush durning bridge in dingaling (r:bd9317f2)
|
||||
mod_directory: Add variable directory_search_order to allow to search by first name by default is set to "first_name" (r:163ca31f)
|
||||
mod_directory: let mod_directory use non-XML dialplans (r:8895de1b)
|
||||
mod_distributor: Add mod_distributor to VS2010 - not built by default (r:bac79ba1)
|
||||
|
@ -606,6 +625,7 @@ freeswitch (1.0.7)
|
|||
mod_event_socket: (and mod_erlang_event) make empty apply-inbound-acl config line not deny all (r:8ae9ab5d/FS-3034)
|
||||
mod_event_socket: allow duplicate headers to be parsed into events received on the wire (r:2b7a830d)
|
||||
mod_event_socket: add optional format string after myevent (r:7ed7f539)
|
||||
mod_event_socket: Allow ridiculously long commands over event socket (r:6bbde4e2/FS-3621)
|
||||
mod_event_zmq: Intitial mod_event_zmq code (r:4d554067)
|
||||
mod_event_zmq: Update download file from 2.1.3 to 2.1.4 (2.1.3 tar file is gone from zmq server) (r:0b780702)
|
||||
mod_event_zmq: Bump to zeromq-2.1.9 (r:3a352e67)
|
||||
|
@ -625,6 +645,7 @@ freeswitch (1.0.7)
|
|||
mod_fifo: Fix URI (r:26039c57/FS-3548)
|
||||
mod_fifo: add _continue_ value for fifo orbit exten that just means exit back to the next dp instruction (r:4d6ee827)
|
||||
mod_file_string: Fix segfault when using file string in conference (r:9c40e8e9/FS-3122)
|
||||
mod_flite: Update to flite 1.5.1 it should sound better now too (r:ecbd1db8)
|
||||
mod_freetdm: Fix for TON and NPI not passed through to channel variables on incoming calls
|
||||
mod_freetdm: add pvt data to freetdm channels fix fxs features (r:9d456900)
|
||||
mod_freetdm: export and import boost custom data (r:edb2d582)
|
||||
|
@ -688,6 +709,7 @@ freeswitch (1.0.7)
|
|||
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)
|
||||
mod_json_cdr: Fix segfault in mod_json_cdr.c (r:f347698a/MODEVENT-66)
|
||||
|
@ -728,6 +750,7 @@ freeswitch (1.0.7)
|
|||
mod_managed: add additional support (r:5be58aac)
|
||||
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_managed: upgrade mono to support 2.8 - MichaelGG (r:1dcac642/FS-2774)
|
||||
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
|
||||
|
@ -747,6 +770,7 @@ freeswitch (1.0.7)
|
|||
mod_opus: Use libtool archives for linking, add dependencies to fix parallel builds (r:74bbd4be)
|
||||
mod_osp: initial check (Open Settlement Protocol)
|
||||
mod_osp:Changed OSP TCP port from 1080 to 5045. (r:03abefdf)
|
||||
mod_perl: add chat app to perl (r:18897f9e)
|
||||
mod_pocketsphinx: Update PocketSphinx to the latest builds... only had to make two changes (r:1a39d7fb)
|
||||
mod_pocketsphinx: They no longer ship the wsj model in pocketsphinx... and seems the dictionary has moved a bit. (r:23571680)
|
||||
mod_portaudio: Fix inbound state (CS_ROUTING not CS_INIT) (MODENDP-302)
|
||||
|
@ -757,6 +781,7 @@ freeswitch (1.0.7)
|
|||
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_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)
|
||||
mod_radius_cdr: log errors with the call's uuid (r:fee49b16)
|
||||
|
@ -774,6 +799,7 @@ freeswitch (1.0.7)
|
|||
mod_rtmp: remove superfluous hangup (r:50817655)
|
||||
mod_rtmp: fix crash when call made from user not in domain (r:a5452174/FS-3353)
|
||||
mod_rtmp: add params so xml curl can know who's calling the directory request (r:91b73d1f)
|
||||
mod_rtmp: New feature: param disallow-multiple-registration on user directory logs out all other users on other sessions with the same user:domain pair. (r:624a2921)
|
||||
mod_sangoma_codec: Add sample config file
|
||||
mod_sangoma_codec: added load/noload options for the supported codecs
|
||||
mod_sangoma_codec: rename load/noload to register/noregister
|
||||
|
@ -1058,7 +1084,17 @@ freeswitch (1.0.7)
|
|||
mod_sofia: save telephony event data for recovery (r:4d1a76ee)
|
||||
mod_sofia: tighten up the parsing of these boolean vals issue in t38 sdp (r:626b5cb2/FS-3571,FS-3442,FS-957)
|
||||
mod_sofia: resolve race condition caused by unresponsive host when unregistering the gateway. (r:607c112f/FS-3583)
|
||||
mod_sofia: only require user and pass in gateway when register is true (r:9e4ca2c2)
|
||||
mod_sofia: Remove arbitrary 100 ACL limit (r:dd5188f3/FS-3605)
|
||||
mod_sofia: add t38_pass_broken_boolean to pass the broken boolean behaviour over to the other side of the call when detected (r:afd0e1fc)
|
||||
mod_sofia: Update handling of sub/notify (fixes broken Snom BLF) (r:51c22811/FS-2877)
|
||||
mod_sofia: Don't add Contact header to MESSAGE requests, per RFC3428 (libsofia still does it a bit) (r:1f6670e7/FS-3628)
|
||||
mod_sofia: add presence_map (r:4ee1722f)
|
||||
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_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)
|
||||
mod_spandsp: rework of new mod_spandsp to have functions broken up into different c files (r:65400642)
|
||||
mod_spandsp: improve duplicate digit detection and add 'min_dup_digit_spacing_ms' channel variable for use with the dtmf detector (r:eab4f246/FSMOD-45)
|
||||
|
@ -1081,6 +1117,8 @@ freeswitch (1.0.7)
|
|||
mod_spandsp: add more fax event information (r:0555b702/FS-3345)
|
||||
mod_spandsp: fix memory issue in spandsp_tone_detect (r:8793c2ed)
|
||||
mod_spandsp: Tweak link order of some libs to fix build on gcc platforms that have ld flag "--as-needed" as default. (r:0db88b59/FS-2873/FS-2874)
|
||||
mod_spandsp: Fix spandsp_start_fax_detect timeout issue (r:90a6e78d/FS-3619)
|
||||
mod_spandsp: Add tone_type param to start_fax_detect to handle outbound fax detection (r:d6d18748/FS-3624)
|
||||
mod_spidermonkey: allow vars to be set containing vars from languages (r:5cd072a3)
|
||||
mod_spidermonkey: fix seg in js hangup (r:7d554c11)
|
||||
mod_spidermonkey: Fix mod_spidermonkey build on FreeBSD, (Undefined symbol PR_LocalTimeParameters). (r:3edb8419)
|
||||
|
@ -1102,6 +1140,9 @@ freeswitch (1.0.7)
|
|||
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_valet_parking: refactor timeout tracker for valet (r:3514c780)
|
||||
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_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)
|
||||
|
@ -1125,12 +1166,14 @@ freeswitch (1.0.7)
|
|||
mod_voicemail: add message_len to output of vm_list api command (r:77c5000d)
|
||||
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_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)
|
||||
mod_xml_cdr: fix minor memory leaks and config bug (r:19253d83/MODEVENT-62)
|
||||
mod_xml_cdr: Fix prefix-a-leg not respected for url submission (r:ea9021a2/FS-2998)
|
||||
mod_xml_cdr: Fix delay to 5 sec from 5000 sec (r:34a38009/FS-2815)
|
||||
mod_xml_cdr: Accept all 2xx messages, not just "200" (r:d39b7c6b/FS-3593)
|
||||
mod_xml_rpc: Fix crash if unauthorized XML RPC is attempted (r:9835395c/FS-184)
|
||||
scripts: added honeypot.pl and blacklist.pl which add extra SIP security options (r:b6a81ba7)
|
||||
scripts: do simple verification to make sure we are getting IP addresses from VoIP abuse blacklist (r:b0049160)
|
||||
|
|
|
@ -493,7 +493,7 @@
|
|||
<prompt phrase="This conference is full. Please contact the conference moderator." filename="conf-conference_is_full.wav"/>
|
||||
<prompt phrase="You do not have permission to perform this action." filename="ivr-not_have_permission.wav"/>
|
||||
<prompt phrase="You're doing it wrong, but I'll try to connect you anyway. (Douchebag!)" filename="ivr-youre_doing_it_wrong.wav"/>
|
||||
<prompt phrase="" filename=""/>
|
||||
<prompt phrase="3... 2... 1... WE'RE ASTERISK FREE!!!" filename="ivr-were_asterisk_free"/>
|
||||
<prompt phrase="" filename=""/>
|
||||
<prompt phrase="" filename=""/>
|
||||
</ivr>
|
||||
|
|
Loading…
Reference in New Issue