From dcfe0f574313c5cfa3499c923ed557694aae29f8 Mon Sep 17 00:00:00 2001 From: Brian West Date: Wed, 16 Sep 2009 21:24:22 +0000 Subject: [PATCH] FSCORE-442 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14893 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/autoload_configs/switch.conf.xml | 19 ++++- src/include/private/switch_core_pvt.h | 1 + src/include/switch_core.h | 1 + src/include/switch_types.h | 2 + .../applications/mod_commands/mod_commands.c | 10 ++- src/mod/endpoints/mod_sofia/sofia.c | 4 +- .../languages/mod_managed/freeswitch_wrap.cxx | 79 +++++++++++++++++++ src/mod/languages/mod_managed/managed/swig.cs | 45 +++++++++++ src/mod/languages/mod_perl/mod_perl_wrap.cpp | 6 +- src/switch_channel.c | 11 +++ src/switch_core.c | 32 +++++++- src/switch_core_io.c | 12 +++ src/switch_rtp.c | 8 +- 13 files changed, 217 insertions(+), 13 deletions(-) diff --git a/conf/autoload_configs/switch.conf.xml b/conf/autoload_configs/switch.conf.xml index c9570d07af..21cca06cba 100644 --- a/conf/autoload_configs/switch.conf.xml +++ b/conf/autoload_configs/switch.conf.xml @@ -26,8 +26,25 @@ + + + - + +