aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/features.h1
-rw-r--r--include/asterisk/pbx.h2
2 files changed, 0 insertions, 3 deletions
diff --git a/include/asterisk/features.h b/include/asterisk/features.h
index 6e2ae1eab..d49e2575b 100644
--- a/include/asterisk/features.h
+++ b/include/asterisk/features.h
@@ -47,7 +47,6 @@ struct ast_call_feature {
};
-
/*!
* \brief Park a call and read back parked location
* \param chan the channel to actually be parked
diff --git a/include/asterisk/pbx.h b/include/asterisk/pbx.h
index 37e6f42e5..50ba87b2f 100644
--- a/include/asterisk/pbx.h
+++ b/include/asterisk/pbx.h
@@ -40,8 +40,6 @@ extern "C" {
#define AST_PBX_HANGUP -1 /*!< Jump to the 'h' exten */
#define AST_PBX_OK 0 /*!< No errors */
#define AST_PBX_ERROR 1 /*!< Jump to the 'e' exten */
-#define AST_PBX_KEEPALIVE 10 /*!< Destroy the thread, but don't hang up the channel */
-#define AST_PBX_NO_HANGUP_PEER 11
/*! } */
#define PRIORITY_HINT -1 /*!< Special Priority for a hint */