]> git.ipfire.org Git - thirdparty/asterisk.git/commit
asterisk.c: Warn of incompatibilities with remote console.
authorNaveen Albert <asterisk@phreaknet.org>
Sat, 5 Mar 2022 11:43:13 +0000 (11:43 +0000)
committerJoshua Colp <jcolp@sangoma.com>
Wed, 27 Apr 2022 17:38:49 +0000 (12:38 -0500)
commit7d80c8a49c3d2b8b6d63431f69d7e0128fddd648
tree4a0ffdaa99a78bea9f9e124d6c616b6e2ce85dd9
parent45ed328d08b462f6781a89d552ff2f4945f92d75
asterisk.c: Warn of incompatibilities with remote console.

Some command line options to Asterisk only apply when Asterisk
is started and cannot be used with remote console mode. If a
user tries to use any of these, they are currently simply
silently ignored.

This prints out a warning if incompatible options are used,
informing users that an option used cannot be used with remote
console mode. Additionally, some clarifications are added to
the help text and man page.

ASTERISK-22246
ASTERISK-26582

Change-Id: I980a5380ef2c19e8ea348596396d5382893c4337
doc/asterisk.8
main/asterisk.c