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: [email protected]
Canal Telegram: @voztovoice
Telefonos:
Linea Gratuita: 018005184359
Colombia Cel. +573163435746
Miami +13057288631

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to