On May 21, 2003 at 00:09, Juha Tuomala Juha.Tuomala@netnix.fi wrote:
http://www.iptel.org/ser/doc/seruser-html/x510.html
Text: "It also passes request's source IP address in environment variable named SRC_IP."
Code example: # first dump the message to a file using cat command exec_msg("printenv SRCIP > /tmp/exectest.txt; cat >> /tmp/exectest.txt");
Is there a typo in underscore? At least in the sources SCRIP seems to exist.
Yes, there is a typo. The variable is named SRCIP.
Andrei