[Home]

Summary:ASTERISK-07746: dnsmgr.conf not detecting and updating address changes
Reporter:art (bernart)Labels:
Date Opened:2006-09-14 19:44:18Date Closed:2006-09-18 09:53:35
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I have a SIP peer with a DynDNS address but I cannot get dnsmgr.conf to resolve and update when the address changes.

As far as dnsmgr configuration is concerned:

[general]
enable=yes    
refreshinterval=300

And it is trying to update because every 5 minutes the following is displayed:

-- Refreshing DNS lookups.

but it never update if and when the SIP peer DYNDNS address changes






****** ADDITIONAL INFORMATION ******

[root]# dig talk.homedns.org

;; ANSWER SECTION:
talk.homedns.org. 60      IN      A       41.204.37.22
Comments:By: Serge Vecher (serge-v) 2006-09-18 09:17:56

you will have to show a little more debug information here:
1) is this a real-time or static peer?
2) show the dig / sip show peer output prior to ip address change and after.
3) also, the latest Asterisk release is 1.2.12.1.

Thanks.



By: Joshua C. Colp (jcolp) 2006-09-18 09:53:35

dnsmgr is not supported in chan_sip at this time, that's why you're not seeing it update.