Hi,
I'm using kamailio V3.0
In the kamailio.cfg when I use the "send" function with an IP inside (as send("127.0.01:51001"), 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 "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?
Regards, Koon
Hello,
On 1/14/10 11:56 AM, kévin l'heveder wrote:
Hi,
I'm using kamailio V3.0
In the kamailio.cfg when I use the "send" function with an IP inside (as send("127.0.01:51001"), 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"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?
if it is in between double quotes it considers to be hostname, for now try:
send(ip, port)
send(127.0.01, 51001)
I will try to see if I can add easily Kamilio1.5 compatibility parameter format.
Cheers, Daniel
mabye 127.0.0.1 instead of 127.0.01 ?
klaus
kévin l'heveder schrieb:
Hi,
I'm using kamailio V3.0
In the kamailio.cfg when I use the "send" function with an IP inside (as send("127.0.01:51001"), 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 "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?
Regards, Koon
Kamailio (OpenSER) - Users mailing list Users@lists.kamailio.org http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users