]> 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)
committerN A <mail@interlinked.x10host.com>
Wed, 27 Apr 2022 11:03:48 +0000 (06:03 -0500)
commit467505d1dad7c03b8a94f2468fbee944430ea307
treeb2beb86e5d0f157948711c903ca081f5c05e98de
parent4199afd360e03fec49f24284ffaf1dedeb6c4b12
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