________________________________________
From: [email protected] 
[[email protected]] On Behalf Of Ujjval Karihaloo 
[[email protected]]

I am getting following error for the SIP Proxy Service….I am not using DNS SRV 
for now.

 *   SIP route to SIPXCHANGE_DOMAIN_NAME ‘abc.com' is not to my IP address: 
1.2.3.4
 *   See the installation guide on setting the DNS SRV records and domain names
_________________________________________

If you are not using SRV records, then there should be an A record that maps 
the SIP domain name to the IP address of the sipXecs server.  That is, such a 
record must be visible on the sipXecs server itself.  To test this, on the 
server, do

dig A abc.com

And see that the "answer" section shows an A record containing the IP address.  
It will look something like this:

     $ dig a abc.com

     ; <<>> DiG 9.6.2-P2-RedHat-9.6.2-5.P2.fc12 <<>> a abc.com
     ;; global options: +cmd
     ;; Got answer:
     ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 5163
     ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0

     ;; QUESTION SECTION:
     ;abc.com.                       IN      A

     ;; ANSWER SECTION:
>>>  abc.com.                3600    IN      A       1.2.3.4

     ;; Query time: 41 msec
     ;; SERVER: 68.87.71.230#53(68.87.71.230)
     ;; WHEN: Mon Aug  9 15:25:22 2010
     ;; MSG SIZE  rcvd: 45

Dale
_______________________________________________
sipx-users mailing list
[email protected]
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to