Hello,
I have asterisk 18.15
I have dnsmgr.conf:
[general]
enable=yes
refreshinterval=10
and I have pjsip.conf with such identify:
[kamailio]
type = identify
endpoint = kamailio
match = kamailio.mydomain.com
[kamailio]
type = aor
contact = sip:kamailio.mydomain.com
qualify_frequency = 60
If my kamailio server IP address changed and started to send OPTIONS from new IP to asterisk, asterisk reject these options with “No matching endpoint found”.
BUT asterisk start tp send OPTIONS to the new kamailio IP
So, does it mean, that dnsmgr settings are working with pjsip AOR, but not working with pjsip IDENTIFY?
How can I fix it, please?