]> 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:54 +0000 (06:03 -0500)
commit09e989f972e2583df4e9bf585c246c37322d8d2f
treed9ea9d2bf762367e63dd6a269db45dcc6a736a07
parent79689d9df8c0426604dc4156521ed82aabd113cb
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