<br><br><div class="gmail_quote">On Thu, Jan 7, 2010 at 6:56 AM, peely <span dir="ltr"><<a href="mailto:freeswitch@peely.com">freeswitch@peely.com</a>></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'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>
<include><br>
<gateway name="mygateway"><br>
<br>
<br>
<br>
<br>
<br>
</gateway><br>
</include><br>
<br>
Then in my dialplan I have a dialplan with an action of:<br>
<br>
<action application="bridge" data="sofia/gateway/mygateway/1234567890"/><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't know if that's a typo or what. Be sure that you have this in your gateway:<br><param name="register" value="false"/><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'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>