mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 03:20:57 +00:00
confbridge: Add support for disabling text messaging.
When in a conference bridge it may be necessary to have text messages disabled for specific participants or for all. This change adds a configuration option, "text_messaging", which can be used to enable or disable this on the user profile. By default existing behavior is preserved as it defaults to "yes". ASTERISK-28841 Change-Id: I30b5d9ae6f4803881d1ed9300590d405e392bc13
This commit is contained in:
committed by
Joshua Colp
parent
191f136260
commit
6cfc6ff53c
@@ -279,6 +279,8 @@ struct ast_bridge_features {
|
||||
unsigned int dtmf_passthrough:1;
|
||||
/*! TRUE to avoid generating COLP frames when joining the bridge */
|
||||
unsigned int inhibit_colp:1;
|
||||
/*! TRUE if text messaging is permitted. */
|
||||
unsigned int text_messaging:1;
|
||||
};
|
||||
|
||||
/*!
|
||||
|
Reference in New Issue
Block a user