Update ChangeLog through SVN r14393
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14394 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
bf77c75f43
commit
7d6123ad59
|
@ -2,6 +2,7 @@ freeswitch (1.0.4)
|
|||
|
||||
add: TextMate bundle for FreeSWITCH - thanks mrene (r:12559-12560)
|
||||
add: ZRTP Support please download your SDK from http://www.zfone.com and use build/buildzrtp.sh to build the lib. (r:13406)
|
||||
add: gdb helpers to .gdbinit
|
||||
all: numerous code cleanups, removal of unused variables
|
||||
all: update numerous Doxygen comments
|
||||
build: fix mod_flite (FSBUILD-126/r:12153)
|
||||
|
@ -80,6 +81,9 @@ freeswitch (1.0.4)
|
|||
build: allow comments (using ##) in modules.conf (r:14093)
|
||||
build: update to 0.6.0 celt codec (r:14206)
|
||||
build: fix 64 bit build of radius modules (FSBUILD-179/r:14201)
|
||||
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)
|
||||
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)
|
||||
|
@ -100,6 +104,7 @@ freeswitch (1.0.4)
|
|||
config: Remove use_profile from default dialplan, move to vars.xml, default value is 'internal'
|
||||
config: clean up configs and put wan.auto in by default commented out (r:13907)
|
||||
config: turn on rollover by default (r:13940)
|
||||
config: remove unused param comfort-noise-level from default conference config file (MODAPP-299/r:14350)
|
||||
core: fix suncc visibility support in libteletone (r:12154-12157)
|
||||
core: fix crash on FS shutdown with "..." (FSCORE-297/r:12173,12361,12402)
|
||||
core: add separate mutex for state related methods (r:12191)
|
||||
|
@ -241,6 +246,11 @@ freeswitch (1.0.4)
|
|||
core: Fix voicemail rewind key, improve file seek (MODAPP-305/FSCORE-401/r:14199)
|
||||
core: Fix uPNP for WRT-54TG-TM (FSCORE-402/r:14241)
|
||||
core: group_confirm_cancel_timeout=true to stop timers once a group_confirm is triggered (r:14247)
|
||||
core: Fix record_sample_rate when using stereo (FSCORE-403/r:14283)
|
||||
core: hit the xml registry to look up path information for the say app (r:14310)
|
||||
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)
|
||||
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)
|
||||
|
@ -308,6 +318,8 @@ freeswitch (1.0.4)
|
|||
libspandsp: update to snapshot spandsp-20090427 (r:13177)
|
||||
libspandsp: update to spandsp-0.0.6pre12 (r:13311)
|
||||
libspandsp: use __cdecl calling convention for span_rx_handler_t and span_tx_handler_t type functions (r:13509)
|
||||
libspandsp: update to spandsp snapshot 20090714 (r:14316)
|
||||
libspandsp: add --enable-builtin-tiff configure arg to tell spandsp to use pre-built libtiff in parallel directory (r:14318)
|
||||
libspeex: Add visibility support for suncc on solaris (r:13117,13118)
|
||||
libteletone: update api visibility macros for windows
|
||||
libtiff: add libtiff, v3.8.2
|
||||
|
@ -330,6 +342,7 @@ freeswitch (1.0.4)
|
|||
mod_commands: remove double safe_free's (r:13453,13454,13455)
|
||||
mod_commands: add nat_map API (r:13531)
|
||||
mod_commands: add show distinct_channels (mix of show channels and show calls) (r:13944)
|
||||
mod_commands: allow xml_locate to just take section (r:14317)
|
||||
mod_conference: fix read terminating on single digit when called from a meta-app inside a conference (MODAPP-226/r:12466)
|
||||
mod_conference: recording members should be invisible to commands (MODAPP-233/r:12582)
|
||||
mod_conference: add lock caller_control (r:12787)
|
||||
|
@ -353,17 +366,20 @@ freeswitch (1.0.4)
|
|||
mod_conference: don't transfer back to the same conference (r:13638)
|
||||
mod_conference: Add Job-UUID to conference bgdial (MODAPP-304/r:14161)
|
||||
mod_curl: Add mod_curl (API for querying Web resources) and moved mod_http to experimental because of probable leaks (r:14092)
|
||||
mod_curl: Add ability to make a post request from dialplan (MODAPP-307/r:14348)
|
||||
mod_dahdi_codec: delay init of resources until the first time they are actually used to avoid unnecessary waste of resources in hardware codec (r:12962)
|
||||
mod_dahdi_codec: set mod_dahdi_codec dahdi transcoding device sockets to non-blocking to avoid hanging when there is no data and just return 0 bytes frame (MODCODEC-8/r:13257)
|
||||
mod_dahdi_codec: added proper waiting (up to 10ms) for the DAHDI transcoder output frame (r:13262)
|
||||
mod_dahdi_codec: return silence frame in dahdi codec when there is no output from the decoder (r:13265)
|
||||
mod_dahdi_codec: add 30ms G729 codec in mod_dahdi_codec (r:13404)
|
||||
mod_dialplan_xml: add min of day to time rules (r:14378)
|
||||
mod_dingaling: fix crash when unloading/reload mod_dingaling (LBDING-13/r:12612)
|
||||
mod_dingaling: fix no sound if phone picked up after 5th dingaling on Gtalk client (MODENDP-198/r:12641)
|
||||
mod_dingaling: fix core dump when calling Gtalk enabled FS using leg_timeout (MODENDP-199/r:12641)
|
||||
mod_dingaling: dl_login command line Usage and parameter doesn't match (MODENDP-202/r:12680)
|
||||
mod_dingaling: fix unload mod_dingaling core dump (MODENDP-204/r:12680)
|
||||
mod_dingaling: fix small memory (r:13374)
|
||||
mod_dingaling: fix potential core dump (MODENDP-230/r:14296)
|
||||
mod_dptools: prevent system crash when "user" in originate dialstring (FSCORE-313/r:12395)
|
||||
mod_dptools: added sched_heartbeat and enable_heartbeat dialplan apps (r:12491)
|
||||
mod_dptools: fix b & c legs not bridging when attended transfer used (FSCORE-334/r:12649)
|
||||
|
@ -387,6 +403,7 @@ freeswitch (1.0.4)
|
|||
mod_event_socket: fix api_exec crash on OSX (MODEVENT-40,r:12349)
|
||||
mod_event_socket: move connect command to always work on outbound socket not just the first time (r:12723)
|
||||
mod_event_socket: add nat-map option to mod_event_socket (r:13567)
|
||||
mod_event_socket: sendevent Fire events with correct event-name and subclass (MODEVENT-41/r:14354)
|
||||
mod_fax: can't print base 8 number that has a 9 in it.. use stringified version instead (r:13312)
|
||||
mod_fifo: consumer callback waiting an option in fifo.conf.xml (r:12685)
|
||||
mod_fifo: add fire events on bridge in fifo (r:12791)
|
||||
|
@ -407,6 +424,8 @@ freeswitch (1.0.4)
|
|||
mod_lcr: Add ifdefs around odbc calls in shutdown function (r:13268)
|
||||
mod_lcr: Adjust handling of strip parameters so entire number can be stripped (MODAPP-279/r:13365)
|
||||
mod_lcr: honor effective_caller_id_number for CID override (r:13611)
|
||||
mod_lcr: Add variable expansion in cid regexp processing (MODAPP-309/r:14287)
|
||||
mod_lcr: add "as xml" option (r:14311)
|
||||
mod_limit: Add events and a shutdown function (r:12497)
|
||||
mod_limit: close odbc handle (r:12632)
|
||||
mod_limit: Add more error checking to hash api/app (r:13007)
|
||||
|
@ -432,6 +451,7 @@ freeswitch (1.0.4)
|
|||
mod_lua: fix error checking to be more reasonable (MODLANG-116/r:13993)
|
||||
mod_lua: fix memory leak in xml binding (MODLAN-113/r:14158)
|
||||
mod_managed: fix recursive file record during file playback issue (r:13551/IRC-00)
|
||||
mod_managed: New mod_managed with multi-appdomain (reloading) and scripting support (r:14364)
|
||||
mod_memcache: add new module, mod_memcache; API for memcached (r:12871)
|
||||
mod_memcache: make -ERR for API call less verbose (r:12949)
|
||||
mod_memcache: add hook reloadxml event (r:12950)
|
||||
|
@ -439,6 +459,7 @@ freeswitch (1.0.4)
|
|||
mod_memcache: Fix C99 error, move var declaration out of the "for()" statement (no -std=c99?) (r:12959)
|
||||
mod_memcache: cleanup xml config handling (r:13050,13051)
|
||||
mod_memcache: fix compile failure (MODAPP-292/r:13883)
|
||||
mod_native_file: add fh->pos setting (MODFORM-34/r:14388)
|
||||
mod_nibblebill: mod_nibblebill question: DB Error while updating cash (MODAPP-229/r:12907)
|
||||
mod_nibblebill: Updated mod_nibblebill to work properly w/ postgres fields (r:13031)
|
||||
mod_nibblebill: Added feature mod_nibblebill to check balance and transfer the caller to an alternate dialplan context & extension if they deplete their funds. (r:13432)
|
||||
|
@ -465,6 +486,7 @@ freeswitch (1.0.4)
|
|||
mod_python: fix EventConsumer::pop() can deadlock mod_python (MODLANG-109/r:12849)
|
||||
mod_python: fix seg on unload when scripts are running (MODLANG-107/r:13721)
|
||||
mod_say_en: fix missing "at" in time readback, change from cardinal to ordinal numbers on dates, e.g. "January 20th" vs. "January 20" (MODAPP-263/r:13099)
|
||||
mod_say_en: tweak grammar (MODAPP-310/r:14351)
|
||||
mod_say_es: Add stub phrase_es.xml (r:13019)
|
||||
mod_say_ru: add Russian language say module and config files (r:12966-12971)
|
||||
mod_say_ru: change encoding on phrase_ru.xml from cp1251 to utf8 (r:12974)
|
||||
|
@ -488,10 +510,18 @@ freeswitch (1.0.4)
|
|||
mod_skypiax: great startup speedup in Windows (using only one Broadcast sendmessage for each interface hunting) (r:13083)
|
||||
mod_skypiax: when repeatedly you try to connect to non-existing Skype account in a short period, the Skype client send you back the two halves of the message 'ERROR 92 CALL: Unrecognised identity' inverted in a way that breaks the flux of the API messages. Maybe an anti-spam feature? Anyway, let's try to work around it and restore sanity with a 1 second delay (r:13663)
|
||||
mod_skypiax: the Skype client sends us BOTH inband and out_of_band DTMFs, no way to shut the inbands. Let's intercept the out_of_bands ONLY if we are not bridged (eg: IVR, so not to waste CPU in detecting inband), but not propagate the out_of_band DTMFs if we are bridged (inband ones will be propagated) (r:13664)
|
||||
skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)
|
||||
mod_skypiax: now it manages the REMOTEHOLD status, when the remote party puts the call on-hold (r:13667)
|
||||
mod_skypiax: removed FARMING ifdefs (r:13810)
|
||||
skypiax: added XInitThreads() to configs/client.c, now is kind of a reliable tool (r:14125)
|
||||
mod_skypiax: added XInitThreads() to configs/client.c, now is kind of a reliable tool (r:14125)
|
||||
mod_skypiax: added directory 'alsa', contains customized snd-dummy ALSA driver (r:14335)
|
||||
mod_skypiax: added directory 'kernel', contains .config file for compilation of kernel 2.6.24.7 (64bit) tickless and 100HZ. (r:14336)
|
||||
mod_skypiax: added directory 'configs/multiple-instance-same-skype-username', contains configuration file and script to launch Skype clients with multiple instances of the same skype user (r:14337)
|
||||
mod_skypiax: added configs/windows-service directory, contains batch files needed to start skype instances as service, and then start FreeSWITCH (r:14359)
|
||||
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_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)
|
||||
mod_sofia: allow add params to a contact that isn't a gateway (r:12289)
|
||||
mod_sofia: add sip_route_uri var to set proxy route (r:12408)
|
||||
|
@ -578,10 +608,19 @@ freeswitch (1.0.4)
|
|||
mod_sofia: Fix OPTIONS ping sends OPTIONS of many gateways to one gateway (SFSIP-162/r:14249,14250)
|
||||
mod_sofia: Fix problem w/OCS after svn14200 with transport=tcp (MODSOFIA-17/r:14251)
|
||||
mod_sofia: Send outbound INVITES to outbound proxy (SFSIP-165/r:14263)
|
||||
mod_sofia: do not auto-set from-domain value (r:14304)
|
||||
mod_sofia: fix MODSOFIA-18 (r:14319)
|
||||
mod_sofia: add some err checking to sqlite case for nonce checking (r:14322)
|
||||
mod_sofia: Also support 300 redirections (r:14329)
|
||||
mod_sofia: Mitel interop (MODSOFIA-15/r:14332)
|
||||
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_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)
|
||||
mod_spidermonkey: Let session.destroy() take the cause as a string too (r:13020)
|
||||
mod_spidermonkey: add error checking on switch_core_db_column_text (r:14323)
|
||||
mod_spy: add new module, mod_spy (MODAPP-260/r:13035,13036)
|
||||
mod_syslog: Keep the indent string in memory (LOGGER-1/r:12852)
|
||||
mod_t38gateway: Introduction of the skeleton of a media bug implementing a T.38 gateway, so the
|
||||
|
@ -604,15 +643,22 @@ freeswitch (1.0.4)
|
|||
mod_voicemail: Implement reload in non-blocking way (r:13884)
|
||||
mod_voicemail: fix playback control keys being non-functional (MODAPP-302/r:14090)
|
||||
mod_voicemail: Fix seg fault and do some cleanup (r:14107)
|
||||
mod_voicemail: Flush DTMF Before Tone (MODAPP-312/r:14380)
|
||||
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_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)
|
||||
mod_unimrcp: use paths referenced to the project file dir (r:13840)
|
||||
mod_unimrcp: Added LPCM (16-bit linear PCM) codec, which is used internally in host order; while L16 is RFC3551 defined 16-bit linear PCM codec in network order. (r:13859)
|
||||
mod_unimrcp: add speech_channel_set_state_unlocked() (r:14049)
|
||||
mod_xml_cdr: Implement optional directory rotation for mod_xml_cdr (XML-6/r:14300)
|
||||
mod_xml_cdr: use switch_true instead of atoi (r:14342)
|
||||
mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)
|
||||
mod_xml_curl mod_xml_cdr: fix ssl verify peer option and add cookie options (MDXMLINT-51/MDXMLINT-52/r:14208)
|
||||
mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)
|
||||
mod_xml_rpc: add virtual-host (default to true) and default-domain params (MDXMLINT-45/r:14349)
|
||||
scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)
|
||||
scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)
|
||||
scripts: Add AT&T System 25 PBX style call pickup (FSSCRIPTS-16/FSSCRIPTS-17/r:13896)
|
||||
|
|
Loading…
Reference in New Issue