]> 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 14:12:46 +0000 (09:12 -0500)
commit62183bc777cea2c0682db9a00a91a876d49622b0
tree1558d3b8ad65aaa277822b64354e5e38019156a9
parentdd65a66ecbd9ad9f89ca88872a4e84d8a4d15b85
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