From 28d8aeaf5c156c964fc375f2986734c56c71eded Mon Sep 17 00:00:00 2001 From: Michael Collins Date: Thu, 16 Jul 2009 20:05:54 +0000 Subject: [PATCH] Update ChangeLog through r14275 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14276 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- docs/ChangeLog | 17 +++++++++++++++++ libs/esl/Makefile | 3 ++- libs/esl/python/Makefile | 3 ++- libs/esl/python/esl_wrap.cpp | 3 ++- src/mod/say/mod_say_es/mod_say_es.c | 1 + src/switch_ivr.c | 1 + 6 files changed, 25 insertions(+), 3 deletions(-) diff --git a/docs/ChangeLog b/docs/ChangeLog index 140b27807d..a6265d2501 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -78,6 +78,8 @@ freeswitch (1.0.4) build: replace mod_radius_cdr's Makefile.am with Makefile that pulls freeradius-client source when needed (r:14053) build: add experimental modules section to modules.conf.in (r:14062) 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) 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) @@ -236,6 +238,9 @@ freeswitch (1.0.4) core: Fix IVR menu timeout issue (MODAPP-301/r:14129) core: add time of day routing attrs to condition tags in xml dialplan (r:14137) core: change timing for media bug recording *yet again* (r:14143) + 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) 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) @@ -346,6 +351,7 @@ freeswitch (1.0.4) mod_conference: add member-type header to relevant events (r:13471) mod_conference: make endconf count cumulative (r:13526) 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_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) @@ -405,6 +411,7 @@ freeswitch (1.0.4) mod_limit: close odbc handle (r:12632) mod_limit: Add more error checking to hash api/app (r:13007) mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113) + mod_limit: Move over-limit messages down to INFO (MODAPP-308/r:14275) mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165) mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186) mod_local_stream: refactor resampling in mod_local_stream (r:13222) @@ -423,6 +430,7 @@ freeswitch (1.0.4) mod_lua: fix windows build (FSBUILD-149/r:12919) mod_lua: fix memory leak (MODLANG-111/r:13298) 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_memcache: add new module, mod_memcache; API for memcached (r:12871) mod_memcache: make -ERR for API call less verbose (r:12949) @@ -467,9 +475,11 @@ freeswitch (1.0.4) mod_say_ru: add ru_ip (r:13026) mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045) mod_say_ru: add russian language support and makefile targets (r:14091) + mod_say_ru: add mod_say_ru to windows build (r:14246) mod_shell_stream: Initial commit (r:13851) mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218) mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895) + mod_shout: add mp3 improvements in seeking, cleanup (MODFORM-32/r:14223) mod_skel: add more example code and info (r:12459) mod_skypiax: move to trunk (r:12167) mod_skypiax: fix hang on invalid mod_skypiax.conf.xml (MODSKYPIAX-21/r:12320-12322,12343) @@ -562,6 +572,12 @@ freeswitch (1.0.4) mod_sofia: this one was my fault, it shouldn't set them as sip_h just in case. Moved it to set the full header into sip_HEADERNAME so you can use it as you see fit or re-export it to a sip_h on the b-leg if needed unchanged. (r:14081) mod_sofia: manually handle bye to delay the 200 OK till after the call is torn down (reversible with a define) (r:14121) mod_sofia: Have I said how dumb sip is sometimes? (r:14142) + mod_sofia: fix SFSIP-163, don't blindly copy the extrtpip when ip is defined. (r:14209) + mod_sofia: add sip_auto_answer_detected var set when we get intercom request on inbound invite. (r:14220) + mod_sofia: Gateway Config option caller-id-in-from disables/ignores option from-domain (MODSOFIA-16/r:14244) + 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_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) @@ -595,6 +611,7 @@ freeswitch (1.0.4) 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_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) 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) diff --git a/libs/esl/Makefile b/libs/esl/Makefile index 1ddcb2db07..3afc3f8230 100644 --- a/libs/esl/Makefile +++ b/libs/esl/Makefile @@ -12,7 +12,8 @@ LDFLAGS=-L. OBJS=src/esl.o src/esl_event.o src/esl_threadmutex.o src/esl_config.o SRC=src/esl.c src/esl_event.c src/esl_threadmutex.c src/esl_config.c src/esl_oop.cpp HEADERS=src/include/esl_config.h src/include/esl_event.h src/include/esl.h src/include/esl_threadmutex.h src/include/esl_oop.h -SOLINK=-shared -Xlinker -x +//SOLINK=-shared -Xlinker -x +SOLINK=-dynamiclib -Xlinker -x # comment the next line to disable c++ (no swig mods for you then) OBJS += src/esl_oop.o diff --git a/libs/esl/python/Makefile b/libs/esl/python/Makefile index a231b1e74f..84d5243a47 100644 --- a/libs/esl/python/Makefile +++ b/libs/esl/python/Makefile @@ -1,5 +1,6 @@ LOCAL_CFLAGS=-I/usr/include/python2.4 -LOCAL_LDFLAGS=-lpython2.4 +LOCAL_LDFLAGS=-framework python +#LOCAL_LDFLAGS=-lpython2.4 all: _ESL.so diff --git a/libs/esl/python/esl_wrap.cpp b/libs/esl/python/esl_wrap.cpp index f2090b7943..76a6e7967d 100644 --- a/libs/esl/python/esl_wrap.cpp +++ b/libs/esl/python/esl_wrap.cpp @@ -137,7 +137,8 @@ template T SwigValueInit() { /* Python.h has to appear first */ -#include +//#include +#include /* ----------------------------------------------------------------------------- * swigrun.swg diff --git a/src/mod/say/mod_say_es/mod_say_es.c b/src/mod/say/mod_say_es/mod_say_es.c index 0f488100ab..a730020d08 100644 --- a/src/mod/say/mod_say_es/mod_say_es.c +++ b/src/mod/say/mod_say_es/mod_say_es.c @@ -501,6 +501,7 @@ static switch_status_t es_say(switch_core_session_t *session, char *tosay, switc } if (say_cb) { + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Using es callback [tosay: %s, type: %d, method: %d]\n", tosay, type, method); return say_cb(session, tosay, type, method, args); } diff --git a/src/switch_ivr.c b/src/switch_ivr.c index 78b809769e..313f0c64ae 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -2039,6 +2039,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_say(switch_core_session_t *session, c if ((si = switch_loadable_module_get_say_interface(module_name))) { /* should go back and proto all the say mods to const.... */ + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_NOTICE, "Using SAY Interface %s\n", module_name); status = si->say_function(session, (char *) tosay, switch_ivr_get_say_type_by_name(say_type), switch_ivr_get_say_method_by_name(say_method), args); } else { switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Invalid SAY Interface [%s]!\n", module_name);