|
@@ -269,7 +269,7 @@ modparam("siputils", "e164_max_len", 20)
|
|
</title>
|
|
</title>
|
|
<para>
|
|
<para>
|
|
This function checks if the request method is OPTIONS and
|
|
This function checks if the request method is OPTIONS and
|
|
- if the request URI does not contain an username. If both
|
|
|
|
|
|
+ if the request URI does not contain a username. If both
|
|
is true the request will be answered stateless with
|
|
is true the request will be answered stateless with
|
|
<quote>200 OK</quote> and the capabilities from the modules
|
|
<quote>200 OK</quote> and the capabilities from the modules
|
|
parameters.
|
|
parameters.
|
|
@@ -283,7 +283,7 @@ modparam("siputils", "e164_max_len", 20)
|
|
optional because it is also done by the function itself. But
|
|
optional because it is also done by the function itself. But
|
|
you should not call this function outside the myself check
|
|
you should not call this function outside the myself check
|
|
because in this case the function could answer OPTIONS requests
|
|
because in this case the function could answer OPTIONS requests
|
|
- which are sent to you as outbound proxy but with an other
|
|
|
|
|
|
+ which are sent to you as outbound proxy but with another
|
|
destination then your proxy (this check is currently missing
|
|
destination then your proxy (this check is currently missing
|
|
in the function).
|
|
in the function).
|
|
</para>
|
|
</para>
|