My reading of the original text:
> USE_NAPTR - if defined the naptr lookup support will be compiled in. > NAPTR support still has to be enabled from Kamailio's config file (it's > off by default).
was that USE_NAPTR was by default off (undefined). This change clarifies that by default USE_NAPTR is defined, but naptr support is by default disabled from the cofiguration file. You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3353
-- Commit Summary --
* doc/tutorials/dns: USE_NAPTR is on by default
-- File Changes --
M doc/tutorials/dns.txt (13)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3353.patch https://github.com/kamailio/kamailio/pull/3353.diff
Merged #3353 into master.
Thank you