<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Hello,<br>
<br>
On 1/14/10 11:56 AM, k&eacute;vin l'heveder wrote:
<blockquote
 cite="mid:6a4790951001140256n2f35d6b6u8f97c2f85c7baed2@mail.gmail.com"
 type="cite">
  <pre style="font-family: times new roman,serif;"><font size="4">Hi,

I'm using kamailio V3.0

In the kamailio.cfg when I use the "send" function with an IP inside (as send(</font><font
 size="4">"127.0.01:51001")</font><font size="4">, I see the following error :


mk_proxy: could not resolve hostname:
"127.0.01:51001"

At first, kamailio was sending request to the DNS server which define in resolv.conf to resolve </font><font
 size="4">"127.0.01:51001"

The DNS could not resolve this name then the error occured

So I removed this defined DNS and now no request are sending but still have the same error.

I tried to set dns and use_dns_search_list parameters to no, but that's change nothing


Anybody have any ideas?
</font></pre>
</blockquote>
if it is in between double quotes it considers to be hostname, for now
try:<br>
<br>
send(ip, port)<br>
<br>
<pre style="font-family: times new roman,serif;"><font size="4">send(</font><font
 size="4">127.0.01, 51001)</font></pre>
I will try to see if I can add easily Kamilio1.5 compatibility
parameter format.<br>
<br>
Cheers,<br>
Daniel<br>
<pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
* <a class="moz-txt-link-freetext" href="http://www.asipto.com/">http://www.asipto.com/</a>
</pre>
</body>
</html>