RPCONLY (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 22:33, 29 February 2012

<section begin="desc" />Permit only RPC requests (on OPENSERV ports)<section end="desc" />

RPCONLY is a parameter on JANUS DEFINE, which defines and sets characteristics of a Janus port.

This parameter indicates that only RPC requests are allowed on the port. All non-RPC (language) requests are rejected. If the port is also defined as EXEC2RPC, an attempt is made to convert the language request to an RPC. If this is successful, the request is treated as a valid RPC request. If a port is defined as RPCONLY, the only valid return code from $SRV_WAIT (on that port) is 1, meaning an RPC was received.

Valid only for OPENSERV ports.

See also