mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 07:35:18 +00:00
app_confbridge: New option to prevent answer supervision
A new user option, answer_channel, adds the capability to prevent answering the channel if it hasn't already been answered yet. ASTERISK-29440 Change-Id: I26642729d0345f178c7b8045506605c8402de54b
This commit is contained in:
committed by
George Joseph
parent
c8bf8a54c2
commit
5f8cabc232
@@ -69,6 +69,7 @@ enum user_profile_flags {
|
||||
USER_OPT_SEND_EVENTS = (1 << 17), /*!< Send text message events to users */
|
||||
USER_OPT_ECHO_EVENTS = (1 << 18), /*!< Send events only to the admin(s) */
|
||||
USER_OPT_TEXT_MESSAGING = (1 << 19), /*!< Send text messages to the user */
|
||||
USER_OPT_ANSWER_CHANNEL = (1 << 20), /*!< Sets if the channel should be answered if currently unanswered */
|
||||
};
|
||||
|
||||
enum bridge_profile_flags {
|
||||
|
Reference in New Issue
Block a user