summaryrefslogtreecommitdiff
path: root/include/asterisk/dial.h
diff options
context:
space:
mode:
authorJonathan Rose <jrose@digium.com>2013-12-09 22:17:14 +0000
committerJonathan Rose <jrose@digium.com>2013-12-09 22:17:14 +0000
commitf6e92c35df357a7f107a0f459089427c4d755af6 (patch)
tree3cf828b3607809c81a5485457a6ed15e4e7314cc /include/asterisk/dial.h
parentc91d4d12de43324cc4a0a318f525935ecfecef54 (diff)
app_page: Add predial handlers for app_page.
(closes issue AFS-14) Review: https://reviewboard.asterisk.org/r/3045/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@403576 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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 7aa892f60..19b1c8753 100644
--- a/include/asterisk/dial.h
+++ b/include/asterisk/dial.h
@@ -44,6 +44,7 @@ enum ast_dial_option {
AST_DIAL_OPTION_ANSWER_EXEC, /*!< Execute application upon answer in async mode */
AST_DIAL_OPTION_MUSIC, /*!< Play music on hold instead of ringing to the calling channel */
AST_DIAL_OPTION_DISABLE_CALL_FORWARDING, /*!< Disable call forwarding on channels */
+ AST_DIAL_OPTION_PREDIAL, /*!< Execute a predial subroutine before dialing */
AST_DIAL_OPTION_MAX, /*!< End terminator -- must always remain last */
};