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:
Naveen Albert
2021-05-20 10:51:32 -04:00
committed by Friendly Automation
parent 8e2672d2a4
commit a861522467
5 changed files with 24 additions and 7 deletions

View File

@@ -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 {