Hi,

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.

https://github.com/OpenSIPS/opensips/commit/8370a8d7f6919ad621f7123b405bc023434c5123

Many thanks,

Bogdan-Andrei Iancu

OpenSIPS Founder and Developer
  https://www.opensips-solutions.com
OpenSIPS Summit 2019
  https://www.opensips.org/events/Summit-2019Amsterdam/

On 12/07/2018 09:38 PM, VozToVoice Net wrote:

Hello,

I think there is a mistake on the OPTIONS module documentation (2.4)

core parameter method i think no longer exist:

if (is_myself("$rd")) {
        if ((method==OPTIONS) && (! $ru=~"sip:.*[@]+.*")) {
                options_reply();
        }
}

now is:

if (is_myself("$rd")) {
                 if (is_method("OPTIONS") && (! $ru=~"sip:.*[@]+.*")) {
                         options_reply();
                 }
         }

Con you confirm please?

Thank you

Regards

--
VozToVoice - Talking around the World
Web:www.voztovoice.net
E-Mail:i...@voztovoice.net
Canal Telegram: @voztovoice
Telefonos:
Linea Gratuita: 018005184359
Colombia Cel. +573163435746
Miami +13057288631


_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

_______________________________________________
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to