aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/pbx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/pbx.h')
-rwxr-xr-xinclude/asterisk/pbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index f86793e92..1a1ab65f5 100755
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -28,6 +28,7 @@ extern "C" {
//! Special return values from applications to the PBX
#define AST_PBX_KEEPALIVE 10 /* Destroy the thread, but don't hang up the channel */
+#define AST_PBX_NO_HANGUP_PEER 11
//! Special Priority for an hint
#define PRIORITY_HINT -1