[OpenSIPS-Users] Module OPTIONS documentation error
VozToVoice Net
voztovoice.net at voztovoice.net
Fri Dec 7 14:38:45 EST 2018
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: info at voztovoice.net
Canal Telegram: @voztovoice
Telefonos:
Linea Gratuita: 018005184359
Colombia Cel. +573163435746
Miami +13057288631
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20181207/10f1539c/attachment-0001.html>
More information about the Users
mailing list