Skip to main content

Name

vctx:set_code — Set the inbound disposition and response message

Synopsis

vctx:set_code(codenum, message);

codenum: string
message: string

Description

Sets the inbound disposition and response message. This can cause the current message to be rejected if the codenum is set to an appropriate value.

Because this function is in the msys.core namespace, an explicit require('msys.core') is not necessary.

Was this page helpful?