]> git.ipfire.org Git - thirdparty/asterisk.git/commit
confbridge: Add support for disabling text messaging.
authorJoshua C. Colp <jcolp@sangoma.com>
Thu, 16 Apr 2020 13:15:42 +0000 (10:15 -0300)
committerFriendly Automation <jenkins2@gerrit.asterisk.org>
Mon, 20 Apr 2020 16:32:26 +0000 (11:32 -0500)
commit21f0759b2c890d692e965853ae59857da51755b8
tree4573b45843690001c9f84447d84af16b4e972de7
parentc4c259c3af0c1edb25324ec759ae003c3a63aba1
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
apps/app_confbridge.c
apps/confbridge/conf_config_parser.c
apps/confbridge/include/confbridge.h
configs/samples/confbridge.conf.sample
doc/CHANGES-staging/confbridge_text_messaging.txt [new file with mode: 0644]
include/asterisk/bridge_features.h
main/bridge.c
main/bridge_channel.c