aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk
diff options
context:
space:
mode:
authormartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-04 15:02:38 +0000
committermartinp <martinp@f38db490-d61c-443f-a65b-d21fe96a405b>2003-06-04 15:02:38 +0000
commitee47bab9b4115505eba92024878f66b2c99bc13e (patch)
treea4221ccbe9b9b8a31a6166e979d86b408f92e45c /include/asterisk
parent60f25e1a9ffd65bc8679da9db77134034476296e (diff)
Add some configuration keywords for voicemail2: pbxskip, emailbody, fromstring
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@1073 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include/asterisk')
-rwxr-xr-xinclude/asterisk/pbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index de7c00ec6..fa2c5131b 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -505,6 +505,7 @@ struct ast_sw *ast_walk_context_switches(struct ast_context *con, struct ast_sw
extern char *pbx_builtin_getvar_helper(struct ast_channel *chan, char *name);
extern void pbx_builtin_setvar_helper(struct ast_channel *chan, char *name, char *value);
extern void pbx_builtin_clear_globals(void);
+extern void pbx_substitute_variables_helper(struct ast_channel *c,const char *cp1,char *cp2,int count);
#if defined(__cplusplus) || defined(c_plusplus)
}