<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<tt>Hi,<br>
<br>
Thanks for the report and fix. I just committed it on the repo.
The online docs and the README files will automatically
re-generate in the next days.<br>
<br>
<a class="moz-txt-link-freetext" href="https://github.com/OpenSIPS/opensips/commit/8370a8d7f6919ad621f7123b405bc023434c5123">https://github.com/OpenSIPS/opensips/commit/8370a8d7f6919ad621f7123b405bc023434c5123</a><br>
<br>
Many thanks,<br>
</tt>
<pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="https://www.opensips-solutions.com">https://www.opensips-solutions.com</a>
OpenSIPS Summit 2019
<a class="moz-txt-link-freetext" href="https://www.opensips.org/events/Summit-2019Amsterdam/">https://www.opensips.org/events/Summit-2019Amsterdam/</a>
</pre>
<div class="moz-cite-prefix">On 12/07/2018 09:38 PM, VozToVoice Net
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:cfb49682-8ee5-cf4c-2088-49b8db4274e6@voztovoice.net">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<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:.*[@]+.*" moz-do-not-send="true">"sip:.*[@]+.*"</a>)) {
options_reply();
}
}
now is:
if (is_myself("$rd")) {
if (is_method("OPTIONS") && (! $ru=~<a class="moz-txt-link-rfc2396E" href="sip:.*[@]+.*" moz-do-not-send="true">"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" moz-do-not-send="true">www.voztovoice.net</a>
E-Mail: <a class="moz-txt-link-abbreviated" href="mailto:info@voztovoice.net" moz-do-not-send="true">info@voztovoice.net</a>
Canal Telegram: @voztovoice
Telefonos:
Linea Gratuita: 018005184359
Colombia Cel. +573163435746
Miami +13057288631</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
</blockquote>
<br>
</body>
</html>