You may want to ' grep "pool.ntp.org" /etc/dhcp/dhcpd.conf ' if sipxecs is handing out dhcp for your phones. I'd check /etc/ntp.conf too and see if the system itself is set to that. While you're in there I like to disable the local clocks on these two lines :
server 127.127.1.0 # local clock fudge 127.127.1.0 stratum 12 And set the same servers I use in ntp.conf inside /etc/ntp/ntpservers, as well as /etc/ntp/step-tickers. Another handy tip, I like to use "ack" for recursive searches like that. It's in the EPEL repo, or on Ubuntu the package name is "ack-grep". Then you just : ack -a "search term" from wherever and it will recursively search from where you are and give you a nice display of results by default. ________________________________________ From: [email protected] [[email protected]] On Behalf Of Michael Grosh [[email protected]] Sent: Thursday, June 28, 2012 4:41 PM To: [email protected] Subject: Re: [sipx-users] how are the <mac>.cfg files generated [email protected] wrote on Thu, 28 June 2012 16:16 > It's under Devices -> Network Parameters I think. under devices -> network parameters our NTP settings are blank. I think the mac.cfg is picking up pool.ntp.org from somewhere else. I have even run a grep pool.ntp.org * -r in /etc/ to find any files that might be used to generate the mac.cfg files. no luck. _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/ _______________________________________________ sipx-users mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-users/
