aboutsummaryrefslogtreecommitdiffstats
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 525f425a0..dd3604556 100644
--- a/include/asterisk/dial.h
+++ b/include/asterisk/dial.h
@@ -39,6 +39,7 @@ typedef void (*ast_dial_state_callback)(struct ast_dial *);
enum ast_dial_option {
AST_DIAL_OPTION_RINGING, /*!< Always indicate ringing to caller */
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_MAX, /*!< End terminator -- must always remain last */
};