From f6e92c35df357a7f107a0f459089427c4d755af6 Mon Sep 17 00:00:00 2001 From: Jonathan Rose Date: Mon, 9 Dec 2013 22:17:14 +0000 Subject: 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 --- include/asterisk/dial.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 */ }; -- cgit v1.2.3