]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Update ChangeLog through r14275
authorMichael Collins <msc@freeswitch.org>
Thu, 16 Jul 2009 20:05:54 +0000 (20:05 +0000)
committerMichael Collins <msc@freeswitch.org>
Thu, 16 Jul 2009 20:05:54 +0000 (20:05 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14276 d0543943-73ff-0310-b7d9-9358b9ac24b2

docs/ChangeLog
libs/esl/Makefile
libs/esl/python/Makefile
libs/esl/python/esl_wrap.cpp
src/mod/say/mod_say_es/mod_say_es.c
src/switch_ivr.c

index 140b27807d6e882665817b9af518d175e6e469af..a6265d25013811cc1721dc78c47431a3dd229c6d 100644 (file)
@@ -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)\r
        build: add experimental modules section to modules.conf.in (r:14062)\r
        build: allow comments (using ##) in modules.conf (r:14093)\r
+       build: update to 0.6.0 celt codec (r:14206)\r
+       build: fix 64 bit build of radius modules (FSBUILD-179/r:14201)\r
        config: default config, calling own extension no longer goes to voicemail (r:12596)\r
        config: default config, 1000-1019 uses $${default_password} instead of hard-coded 1234 (FSCONFIG-5/r:12838)\r
        config: tweak the configs to bind siptrace on and off to F10 and F11 (r:12938)\r
@@ -236,6 +238,9 @@ freeswitch (1.0.4)
        core: Fix IVR menu timeout issue (MODAPP-301/r:14129)\r
        core: add time of day routing attrs to condition tags in xml dialplan (r:14137)\r
        core: change timing for media bug recording *yet again* (r:14143)\r
+       core: Fix voicemail rewind key, improve file seek (MODAPP-305/FSCORE-401/r:14199)\r
+       core: Fix uPNP for WRT-54TG-TM (FSCORE-402/r:14241)\r
+       core: group_confirm_cancel_timeout=true to stop timers once a group_confirm is triggered (r:14247)\r
        docs: Fix filename references in phrase_en.xml (r:12976)\r
        docs: Update phrase_en.xml to include v1.0.8 sound prompts (r:13041)\r
        docs: Updates to phrase_es.xml (r:13067)\r
@@ -346,6 +351,7 @@ freeswitch (1.0.4)
        mod_conference: add member-type header to relevant events (r:13471)\r
        mod_conference: make endconf count cumulative (r:13526)\r
        mod_conference: don't transfer back to the same conference (r:13638)\r
+       mod_conference: Add Job-UUID to conference bgdial  (MODAPP-304/r:14161)\r
        mod_curl: Add mod_curl (API for querying Web resources) and moved mod_http to experimental because of probable leaks (r:14092)\r
        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)\r
        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)\r
@@ -405,6 +411,7 @@ freeswitch (1.0.4)
        mod_limit: close odbc handle (r:12632)\r
        mod_limit: Add more error checking to hash api/app (r:13007)\r
        mod_limit: prevent multiple bindings of the same event_hooks to make code simpler in mod_limit (MODAPP-264/r:13113)\r
+       mod_limit: Move over-limit messages down to INFO (MODAPP-308/r:14275)\r
        mod_local_stream: Add show_local_stream [stream name] (MODFORM-27/r:13165)\r
        mod_local_stream: fail over to default if desired stream is not found (r:13184,13185,13186)\r
        mod_local_stream: refactor resampling in mod_local_stream (r:13222)\r
@@ -423,6 +430,7 @@ freeswitch (1.0.4)
        mod_lua: fix windows build (FSBUILD-149/r:12919)\r
        mod_lua: fix memory leak (MODLANG-111/r:13298)\r
        mod_lua: fix error checking to be more reasonable (MODLANG-116/r:13993)\r
+       mod_lua: fix  memory leak in xml binding (MODLAN-113/r:14158)\r
        mod_managed: fix recursive file record during file playback issue (r:13551/IRC-00)\r
        mod_memcache: add new module, mod_memcache; API for memcached (r:12871)\r
        mod_memcache: make -ERR for API call less verbose  (r:12949)\r
@@ -467,9 +475,11 @@ freeswitch (1.0.4)
        mod_say_ru: add ru_ip (r:13026)\r
        mod_say_ru: Update phrase_ru.xml to include v1.0.8 sound prompts (r:13044,13045)\r
        mod_say_ru: add russian language support and makefile targets (r:14091)\r
+       mod_say_ru: add mod_say_ru to windows build (r:14246)\r
        mod_shell_stream: Initial commit (r:13851)\r
        mod_shout: Fix race conditions; fix stutter when first 64k is drained from shoutcast stream (r:13218)\r
        mod_shout: bring media back so telecast of a no-media call will work. (MODFORM-28/r:13895)\r
+       mod_shout: add mp3 improvements in seeking, cleanup (MODFORM-32/r:14223)\r
        mod_skel: add more example code and info (r:12459)\r
        mod_skypiax: move to trunk (r:12167)\r
        mod_skypiax: fix hang on invalid mod_skypiax.conf.xml (MODSKYPIAX-21/r:12320-12322,12343)\r
@@ -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)\r
        mod_sofia: manually handle bye to delay the 200 OK till after the call is torn down (reversible with a define) (r:14121)\r
        mod_sofia: Have I said how dumb sip is sometimes? (r:14142)\r
+       mod_sofia: fix SFSIP-163, don't blindly copy the extrtpip when ip is defined. (r:14209)\r
+       mod_sofia: add sip_auto_answer_detected var set when we get intercom request on inbound invite. (r:14220)\r
+       mod_sofia: Gateway Config option caller-id-in-from disables/ignores option from-domain (MODSOFIA-16/r:14244)\r
+       mod_sofia: Fix OPTIONS ping sends OPTIONS of many gateways to one gateway (SFSIP-162/r:14249,14250)\r
+       mod_sofia: Fix problem w/OCS after svn14200 with transport=tcp (MODSOFIA-17/r:14251)\r
+       mod_sofia: Send outbound INVITES to outbound proxy (SFSIP-165/r:14263)\r
        mod_spidermonkey: fix segfaults on dtmf callback (FSCORE-327/r:12577)\r
        mod_spidermonkey: fix error loading mod_spidermonkey due to missing PR_* symbols (r:12934,12939)\r
        mod_spidermonkey: add destroy method to js (r:13016)\r
@@ -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)\r
        mod_unimrcp: add speech_channel_set_state_unlocked() (r:14049)\r
        mod_xml_curl: fix data fetch (MODXMLINT-48/r:12586)\r
+       mod_xml_curl mod_xml_cdr: fix ssl verify peer option and add cookie options (MDXMLINT-51/MDXMLINT-52/r:14208)\r
        mod_xml_rpc: xmlrpc fails to check security restrictions (MDXMLINT-53/r:13912)\r
        scripts: Add -days option to set expiration time of certificates in gentls_cert (r:13825)\r
        scripts: Add zrtp enrollment script, we do auto enrollment and verification (r:13843)\r
index 1ddcb2db07803b3349473b6782eb8f837a79f25b..3afc3f8230613b8d8971b49716c87b8c5b4b486c 100644 (file)
@@ -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
 
index a231b1e74fa2d971920abeb489de8f8095d54731..84d5243a471fff0ab0ff298bc20f8aeb86fac8c2 100644 (file)
@@ -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
 
index f2090b79436a79e762d17470ac78b3e25b8fb1e9..76a6e7967db375d6331b26130a238bcbb60a6f8b 100644 (file)
@@ -137,7 +137,8 @@ template <typename T> T SwigValueInit() {
 
 
 /* Python.h has to appear first */
-#include <Python.h>
+//#include <Python.h>
+#include <Python/Python.h>
 
 /* -----------------------------------------------------------------------------
  * swigrun.swg
index 0f488100ab4dfc299a770524333482230a711e8f..a730020d089e43ddbfdaf03e1a47e7e5dc652b43 100644 (file)
@@ -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);
        }
 
index 78b809769e19d88de1ae857ed01e0b1e52ad3902..313f0c64ae28356afde2a9419f0970899b17373d 100644 (file)
@@ -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);