From ec6fdc8c2b9d1bbbebd96101de863e44c492bd64 Mon Sep 17 00:00:00 2001
From: Mark Spencer <markster@digium.com>
Date: Sun, 23 Jan 2000 01:06:34 +0000
Subject: [PATCH] Version 0.1.3 from FTP

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@205 65c4cc65-6c06-0410-ace0-fbb531ad65f3
---
 include/asterisk/pbx.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index e84ec59cfe..95c510fc8c 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 */
-- 
GitLab