msys.policyeditor.get_mess_recv_from
Last updated March 2020
Name
msys.policyeditor.get_mess_recv_from — Return the IP:port combination from which the message was received
Synopsis
msys.policyeditor.get_mess_recv_from(ctx, vars, params);
ctx: table vars: table params: table
**Configuration Change. ** This function is deprecated. Use local rip = msg:reception_peer('ip')
to get the IP address of the injecting server. For more information see msg:reception_peer.
Description
Return the IP:port combination from which the message was received.
The ctx
parameter is the context containing objects from the callout, vars
is a table containing script variables and params
is a table containing parameters to be passed to this routine.
There are no defined parameters for params
.
See Also
Was this page helpful?