<br><br><div class="gmail_quote">On Thu, Jan 7, 2010 at 6:56 AM, peely <span dir="ltr">&lt;<a href="mailto:freeswitch@peely.com">freeswitch@peely.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
Hi,<br>
<br>
I have a problem where I&#39;m trying to send calls to a gateway that does not<br>
support registration.<br>
<br>
In my external sip profile directory I have a file containing:<br>
<br>
&lt;include&gt;<br>
    &lt;gateway name=&quot;mygateway&quot;&gt;<br>
<br>
<br>
<br>
<br>
<br>
    &lt;/gateway&gt;<br>
&lt;/include&gt;<br>
<br>
Then in my dialplan I have a dialplan with an action of:<br>
<br>
&lt;action application=&quot;bridge&quot; data=&quot;sofia/gateway/mygateway/1234567890&quot;/&gt;<br>
<br>
However, when I call out, the Sofia diag shows:<br>
<br>
sres_send_dns_query(0x7f19ac011150, 0x7f19a401cdf0) id=20898 NAPTR mygateway<br>
(to [172.16.1.1]:53)<br>
<br>
Could somebody please tell me how I get the gateway config to send INVITEs<br>
to a specific IP?<br>
<br></blockquote><div><br>Is that your actual gateway definition? I see a bunch of blank lines and I don&#39;t know if that&#39;s a typo or what. Be sure that you have this in your gateway:<br>&lt;param name=&quot;register&quot; value=&quot;false&quot;/&gt;<br>
<br>Of course, you still need the username and password fields, even if they just have dummy values, plus you should have the realm specified. If you&#39;re still having issues then pastebin your whole gateway file (redacting private info) and also a capture of a debug trace of a failed call from start to finish. <br>
<br>-MC<br></div></div><br>