]> 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:20 +0000 (12:38 -0500)
commit4585a9c3b858d60996c69c7d70786204d8ac878f
tree8d1d62cc0696b18c8c840e848f56211441735a7e
parent306ce09df26a7b4831839cfd043d9ee72ef6e566
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