From 2955aa9962d602ee35fb0f18d05375fdc24e93e6 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 23 Jan 2000 01:06:34 +0000 Subject: Version 0.1.3 from FTP git-svn-id: http://svn.digium.com/svn/asterisk/trunk@205 f38db490-d61c-443f-a65b-d21fe96a405b --- include/asterisk/pbx.h | 3 +++ 1 file changed, 3 insertions(+) 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 */ -- cgit v1.2.3