aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-23 01:06:34 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2000-01-23 01:06:34 +0000
commit2955aa9962d602ee35fb0f18d05375fdc24e93e6 (patch)
tree800c1a75bed51195ccdd9b685bf8a0ba1d0ea85a
parent990690f056e7d3e45f67dd3311d1926a16edbcf6 (diff)
Version 0.1.3 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205 f38db490-d61c-443f-a65b-d21fe96a405b
-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 */