add a new dialplan module

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6205 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale
2007-11-09 19:25:46 +00:00
parent b7b686ec4b
commit 4d2dfa633b
8 changed files with 301 additions and 1 deletions
+1
View File
@@ -105,6 +105,7 @@
#include <switch_xml.h>
#include <switch_core_event_hook.h>
#include <switch_scheduler.h>
#include <switch_config.h>
#include <libteletone.h>
/** \mainpage FreeSWITCH
+1
View File
@@ -303,6 +303,7 @@ SWITCH_DECLARE(char *) switch_strip_spaces(const char *str);
SWITCH_DECLARE(const char *) switch_stristr(const char *str, const char *instr);
SWITCH_DECLARE(switch_bool_t) switch_is_lan_addr(const char *ip);
SWITCH_DECLARE(char *) switch_replace_char(char *str, char from, char to, switch_bool_t dup);
SWITCH_DECLARE(switch_bool_t) switch_ast2regex(char *pat, char *rbuf, size_t len);
/*!
\brief Escape a string by prefixing a list of characters with an escape character