Than you for the quick answer. When I instaleed it I said that I had no DNS
in my network and I wanted my SipXecs server to be a DNS so it is install (
i have all the config file) I probably just need to configure them like
they should. When your are saying the record i assume you are talking about
the SRV record and if I am right they are already configure.

Here are the line in the domain.zone file :

; SRV record for domain SIP TCP netappsid.voip
;     priority: 1  weight: 0  port: 5060  server: sipxecs.netappsid.voip
;
_sip._tcp.netappsid.voip. IN  SRV     1 0 5060 sipxecs.netappsid.voip.

; SRV record for domain SIP UDP netappsid.voip
;     priority: 1  weight: 0  port: 5060  server: sipxecs.netappsid.voip
;
_sip._udp.netappsid.voip. IN  SRV     1 0 5060 sipxecs.netappsid.voip.

; SRV record for domain SIP TLS netappsid.voip
;     priority: 1  weight: 0  port: 5061  server: sipxecs.netappsid.voip
;
_sip._tls.netappsid.voip. IN  SRV     1 0 5061 sipxecs.netappsid.voip.

; SRV record for domain SIPS TCP netappsid.voip
;     priority: 1  weight: 0  port: 5061  server: sipxecs.netappsid.voip
;
_sips._tcp.netappsid.voip. IN   SRV     1 0 5061 sipxecs.netappsid.voip.


Maybe this detail can help you help me :) I can ping my server with his Ip
adresse but I can't ping or nslookup the domain or the fqhn the answer is
unknown. Is the problem coming from the server mabe the router ??

Thank you.

2012/4/11 Josh Patten <[email protected]>

> Yes, you didnt set up DNS. DNS is a requirement for the system to run.
>
> Re-run sipxecs-setup-system and select the option to enable the DNS
> server, or configure the records yourself:
> http://wiki.sipfoundry.org/display/sipXecs/DNS+Concepts+for+sipXecs
>
>
> On Wed, Apr 11, 2012 at 3:25 PM, Simon Brûlé 
> <[email protected]>wrote:
>
>> Hi,
>>
>> I just finished installing SipXecs on a new VM and when I go to the
>> Service page under Server I got 2 error. My Sip Trunking failed and my
>> SipProxy failed the configuration test. The more elaborate error are those :
>>
>> Sip Trunking :
>>
>>
>>    - SipXbridge : Exception caught while running
>>    - org.sipfoundry.sipxbridge.SipXbridgeException: Could not do dns
>>    lookup for netappsid.voip
>>    - at
>>    
>> org.sipfoundry.sipxbridge.Gateway.initializeSipxProxyAddresses(Gateway.java:511)
>>    - at org.sipfoundry.sipxbridge.Gateway.start(Gateway.java:1053)
>>    - at org.sipfoundry.sipxbridge.Gateway.main(Gateway.java:1416)
>>    - Caused by: java.lang.NullPointerException
>>    - at java.util.AbstractQueue.addAll(AbstractQueue.java:183)
>>    - at
>>    
>> org.sipfoundry.sipxbridge.Gateway.initializeSipxProxyAddresses(Gateway.java:506)
>>
>> Sip Proxy
>>
>>
>>    - SIP route to SIPXCHANGE_DOMAIN_NAME 'netappsid.voip' is not to my
>>    IP address: 192.168.177.1
>>    - See the installation guide on setting the DNS SRV records and
>>    domain names
>>    -
>>
>> >From what I saw on forum those are configuration problem. I am sure they
>> come from something i didn't do correctly but I can't see it. I installed
>> it the same way I installed the server before this one and I never got
>> those. If someone could guide me to what could be the problem I can do more
>> research on the reconfiguration of what I did wrong.
>>
>> Thank you.
>>
>> _______________________________________________
>> sipx-users mailing list
>> [email protected]
>> List Archive: http://list.sipfoundry.org/archive/sipx-users/
>>
>
>
>
> --
> Josh Patten
> eZuce
> Solutions Architect
> O.978-296-1005 X2050
> M.979-574-5699
> http://www.ezuce.com
>
>
> _______________________________________________
> 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/

Reply via email to