ah: at LEAST, something goofy with DNS.

but if using forward ONLY mode, why did I need to change 
/etc/resolv.conf to exclude the (obviously failing) dns caching mode?


  sipxproc --state

  "SIPXProxy"=>"ConfigurationTestFailed"}


host -t srv  _sip._tcp.rr.sip.secnap.com 10.70.1.2
Using domain server:
Name: 10.70.1.2
Address: 10.70.1.2#53
Aliases:

_sip._tcp.rr.sip.secnap.com has SRV record 1 0 5070 sip.secnap.com.

  host -t srv  _sip._tcp.rr.sip.secnap.com 127.0.0.1
Using domain server:
Name: 127.0.0.1
Address: 127.0.0.1#53
Aliases:

Host _sip._tcp.rr.sip.secnap.com not found: 3(NXDOMAIN)


// DNS_MODE="Caching"
//

options {
         directory "/var/named";
         dump-file "/var/named/data/cache_dump.db";
         statistics-file "/var/named/data/named_stats.txt";
         forwarders {
                 10.70.1.2;
                 204.89.241.2;
         };
         forward only;


in /etc/resolv.conf, comment out 127.0.0.1 and it works:

cat /etc/resolv.conf
search secnap.com
#nameserver 127.0.0.1
nameserver 10.70.1.2
nameserver 204.89.241.2
[r...@sip admin]# host -t srv  _sip._tcp.rr.sip.secnap.com
_sip._tcp.rr.sip.secnap.com has SRV record 1 0 5070 sip.secnap.com.


  sipxproc -r SIPXProxy
{"SIPXProxy"=>true}
[r...@sip admin]# sipxproc
{"FreeSWITCH"=>"Running",
  "sipXmrtg"=>"Running",
  "SIPRegistrar"=>"Running",
  "ParkServer"=>"Running",
  "ConfigAgent"=>"Running",
  "CallResolver"=>"Running",
  "ACDServer"=>"Running",
  "SIPStatus"=>"Running",
  "ConfigServer"=>"Running",
  "CallResolver-Agent"=>"Disabled",
  "SipXbridge"=>"Running",
  "MediaServer"=>"Running",
  "sipXivr"=>"Running",
  "PageServer"=>"Running",
  "PresenceServer"=>"Running",
  "ResourceListServer"=>"Running",
  "SipXrelay"=>"Running",
  "SIPXProxy"=>"Running"}


______________________________________________________________________
This email has been scanned and certified safe by SpammerTrap(r). 
For Information please see http://www.secnap.com/products/spammertrap/
______________________________________________________________________  
_______________________________________________
sipx-users mailing list [email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users
Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-users
sipXecs IP PBX -- http://www.sipfoundry.org/

Reply via email to