summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2000-01-23 01:06:34 +0000
committerMark Spencer <markster@digium.com>2000-01-23 01:06:34 +0000
commitec6fdc8c2b9d1bbbebd96101de863e44c492bd64 (patch)
tree800c1a75bed51195ccdd9b685bf8a0ba1d0ea85a /include
parent101435bd3dbf33868009e12f786037112602bcb9 (diff)
Version 0.1.3 from FTP
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/pbx.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index e84ec59cf..95c510fc8 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -26,6 +26,9 @@ extern "C" {
/* Max length of an application */
#define AST_MAX_APP 32
+/* Special return values from applications to the PBX */
+#define AST_PBX_KEEPALIVE 10 /* Destroy the thread, but don't hang up the channel */
+
struct ast_context;
/* Register a new context */