summaryrefslogtreecommitdiff
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2004-11-22 22:11:10 +0000
committerMark Spencer <markster@digium.com>2004-11-22 22:11:10 +0000
commitd7da31797996c13b030debcc6d3dd8879743e93d (patch)
treedfd168516c18f196d90ca6b18db8c2b6ab1a8f84 /include/asterisk/pbx.h
parent4562f0632a7012df578954033007af289844136a (diff)
Add improved macro functionality (bug #2905)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4317 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 327a4eea9..4343dc35c 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -578,7 +578,9 @@ int ast_extension_patmatch(const char *pattern, const char *data);
set to 1, sets to auto fall through. If newval set to 0, sets to no auto
fall through (reads extension instead). Returns previous value. */
extern int pbx_set_autofallthrough(int newval);
-
+int ast_goto_if_exists(struct ast_channel *chan, char* context, char *exten, int priority);
+/* I can find neither parsable nor parseable at dictionary.com, but google gives me 169000 hits for parseable and only 49,800 for parsable */
+int ast_parseable_goto(struct ast_channel *chan, const char *goto_string);
#if defined(__cplusplus) || defined(c_plusplus)
}
#endif