</application>
<function name="SIP_HEADER" language="en_US">
<synopsis>
- Gets the specified SIP header.
+ Gets the specified SIP header from an incoming INVITE message.
</synopsis>
<syntax>
<parameter name="name" required="true" />
<para>Since there are several headers (such as Via) which can occur multiple
times, SIP_HEADER takes an optional second argument to specify which header with
that name to retrieve. Headers start at offset <literal>1</literal>.</para>
+ <para>Please observe that contents of the SDP (an attachment to the
+ SIP request) can't be accessed with this function.</para>
</description>
</function>
<function name="SIPPEER" language="en_US">
<parameter name="item">
<enumlist>
<enum name="ip">
- <para>(default) The ip address.</para>
+ <para>(default) The IP address.</para>
</enum>
<enum name="port">
<para>The port number.</para>