mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 13:09:00 +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
@@ -162,6 +162,9 @@ type=user
|
||||
; is ejected from the conference, the user's channel will have the CONFBRIDGE_RESULT
|
||||
; variable set to "TIMEOUT". A value of 0 indicates that there is no timeout.
|
||||
; Default: 0
|
||||
;text_messaging=yes ; When set to yes text messages will be sent to this user. Text messages
|
||||
; may occur as a result of events or can be received from other participants.
|
||||
; When set to no text messages will not be sent to this user.
|
||||
|
||||
; --- ConfBridge Bridge Profile Options ---
|
||||
[default_bridge]
|
||||
|
Reference in New Issue
Block a user