AUTODONE (JANUS DEFINE parameter): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
m (1 revision)
(No difference)

Revision as of 23:19, 28 February 2012

<section begin="desc" />Treat command mode as $Web_Done<section end="desc" />

AUTODONE is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port. See the List of JANUS DEFINE parameters.

This parameter requests Janus Web Server to treat a return to command mode after all port and ON rules CMDs have been processed as an implicit $Web_Done.

Since AUTODONE is the default setting for Janus Web Server ports, there is no real reason to explicitly specify it other than for internal documentation. To suppress the default AUTODONE processing, specify the NOAUTODONE parameter on the port definition.

The setting of AUTODONE (or NOAUTODONE) applies to all URLs on the port unless explicitly overridden by a NOAUTODONE (or AUTODONE) parameter on a JANUS WEB ON rule. The recommended setting for this parameter is NOAUTODONE with AUTODONE added to any JANUS WEB ON rule where the implicit $Web_Done is really required.

Valid only for WEBSERV ports.

References

See: List of Janus commands | List of JANUS DEFINE parameters.