<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi<br>
    <br>
    I'm (now) getting an error sending a contact request from an XMPP
    Server through SylkServer and onto OpenSIPS Server.<br>
    <br>
    SylkServer sends a "host-unknown" back to XMPP server - shown in
    xmpp_trace.txt (below)<br>
    <br>
    I have outbound_proxy set in "config.ini" as:<br>
    <br>
    <blockquote>outbound_proxy =192.168.2.15:5060;transport=udp<br>
    </blockquote>
    <br>
    and I am able to connect into this port (using nc)  - and probes
    from this show in OpenSIP log<br>
    <br>
    Am I missing some other configuration ?   Does SylkServer do any
    checking of domain names - e.g. lookup _sip SRV (or NAPTR) records
    or always obey the outbound_proxy setting.<br>
    <br>
    <br>
    xmpp_trace<br>
    ~~~~~~~~~~<br>
    2013-10-01T12:49:43.864395+01:00 [sylk-server 31836]: RECEIVED:
    Packet 13, +0:02:49.344527<br>
    <?xml version='1.0'?><stream:stream
    xmlns:stream='<a class="moz-txt-link-freetext" href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>'
    xmlns='jabber:server' xmlns:db='jabber:server:dialback'
    from='myinternal.com' to='myexternal.com' version='1.0'><br>
    --<br>
    2013-10-01T12:49:43.865468+01:00 [sylk-server 31836]: SENDING:
    Packet 14, +0:02:49.345600<br>
    <stream:stream xmlns:stream='<a class="moz-txt-link-freetext" href="http://etherx.jabber.org/streams">http://etherx.jabber.org/streams</a>'
    xmlns='jabber:server' xmlns:db='jabber:server:dialback'
    version='1.0' from='myexternal.com' id='02670d727b969693'><br>
    --<br>
    2013-10-01T12:49:43.866342+01:00 [sylk-server 31836]: SENDING:
    Packet 15, +0:02:49.346474<br>
    <stream:error><host-unknown
    xmlns='urn:ietf:params:xml:ns:xmpp-streams'/></stream:error><br>
    --<br>
    2013-10-01T12:49:43.866851+01:00 [sylk-server 31836]: SENDING:
    Packet 16, +0:02:49.346983<br>
    </stream:stream><br>
    --<br>
    <br>
  </body>
</html>