summaryrefslogtreecommitdiff
path: root/include/asterisk/dial.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/dial.h')
-rw-r--r--include/asterisk/dial.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/asterisk/dial.h b/include/asterisk/dial.h
index ab9219811..c59257ce5 100644
--- a/include/asterisk/dial.h
+++ b/include/asterisk/dial.h
@@ -46,6 +46,7 @@ enum ast_dial_option {
AST_DIAL_OPTION_DISABLE_CALL_FORWARDING, /*!< Disable call forwarding on channels */
AST_DIAL_OPTION_PREDIAL, /*!< Execute a predial subroutine before dialing */
AST_DIAL_OPTION_DIAL_REPLACES_SELF, /*!< The dial operation is a replacement for the requester */
+ AST_DIAL_OPTION_SELF_DESTROY, /*!< Destroy self at end of ast_dial_run */
AST_DIAL_OPTION_MAX, /*!< End terminator -- must always remain last */
};