Skip to content
Snippets Groups Projects
Commit 55b060fb authored by Olle Johansson's avatar Olle Johansson
Browse files

Small documentation updates

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@335349 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 404151ad
Branches
Tags
No related merge requests found
...@@ -340,7 +340,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -340,7 +340,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
</application> </application>
<function name="SIP_HEADER" language="en_US"> <function name="SIP_HEADER" language="en_US">
<synopsis> <synopsis>
Gets the specified SIP header. Gets the specified SIP header from an incoming INVITE message.
</synopsis> </synopsis>
<syntax> <syntax>
<parameter name="name" required="true" /> <parameter name="name" required="true" />
...@@ -352,6 +352,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -352,6 +352,8 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<para>Since there are several headers (such as Via) which can occur multiple <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 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> 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> </description>
</function> </function>
<function name="SIPPEER" language="en_US"> <function name="SIPPEER" language="en_US">
...@@ -363,7 +365,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") ...@@ -363,7 +365,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
<parameter name="item"> <parameter name="item">
<enumlist> <enumlist>
<enum name="ip"> <enum name="ip">
<para>(default) The ip address.</para> <para>(default) The IP address.</para>
</enum> </enum>
<enum name="port"> <enum name="port">
<para>The port number.</para> <para>The port number.</para>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment