|
@@ -228,7 +228,7 @@ request_route {
|
|
|
<para>Meaning of the parameters is as follows:</para>
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
- <para><emphasis>conid</emphasis> (optionnal): the &kamailio; internal
|
|
|
+ <para><emphasis>conid</emphasis> (optional): the &kamailio; internal
|
|
|
connection id. If no parameter
|
|
|
is given, it will be enabled on the current message source connection.
|
|
|
</para>
|
|
@@ -271,7 +271,7 @@ event_route[tcp:closed] {
|
|
|
<itemizedlist>
|
|
|
<listitem>
|
|
|
<para><emphasis>hostport</emphasis> - target "host:port" address,
|
|
|
- the port can be ommited (default to 5060) and the parameter can
|
|
|
+ the port can be omitted (default to 5060) and the parameter can
|
|
|
contain variables.
|
|
|
</para>
|
|
|
</listitem>
|
|
@@ -282,7 +282,7 @@ event_route[tcp:closed] {
|
|
|
</itemizedlist>
|
|
|
<para>Return values:</para>
|
|
|
<para>1: connection was found</para>
|
|
|
- <para>-1: connection was not found or an error occured</para>
|
|
|
+ <para>-1: connection was not found or an error occurred</para>
|
|
|
<example>
|
|
|
<title><function>tcp_get_conid</function> usage</title>
|
|
|
<programlisting><![CDATA[
|