<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hello,</p>
<p>I think there is a mistake on the OPTIONS module documentation
(2.4)</p>
<p>core parameter method i think no longer exist:</p>
<pre class="programlisting">if (is_myself("$rd")) {
if ((method==OPTIONS) && (! $ru=~<a class="moz-txt-link-rfc2396E" href="sip:.*[@]+.*">"sip:.*[@]+.*"</a>)) {
options_reply();
}
}
now is:
if (is_myself("$rd")) {
if (is_method("OPTIONS") && (! $ru=~<a class="moz-txt-link-rfc2396E" href="sip:.*[@]+.*">"sip:.*[@]+.*"</a>)) {
options_reply();
}
}
Con you confirm please?
</pre>
<p>Thank you</p>
<p>Regards<br>
</p>
<pre class="moz-signature" cols="72">--
VozToVoice - Talking around the World
Web: <a class="moz-txt-link-abbreviated" href="http://www.voztovoice.net">www.voztovoice.net</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:info@voztovoice.net">info@voztovoice.net</a>
Canal Telegram: @voztovoice
Telefonos:
Linea Gratuita: 018005184359
Colombia Cel. +573163435746
Miami +13057288631</pre>
</body>
</html>