Hi all, i am testing rel 0.8.14 and see that when enable natping from nathelper module, for each registered user the module print an "ERROR: nathelper::timer: can't resolve_hos" message after N seconds (N=modparam natping interval).
I see in the 1503 nathelper.c line code the DBG line after funcion sip_resolvehost()
1501 he = sip_resolvehost(&curi.host, &curi.port_no, PROTO_UDP); 1502 if (he == NULL){ 1503 LOG(L_ERR, "ERROR: nathelper::timer: can't resolve_hos\n"); 1504 continue; 1505 }
* Note: in the case of ERROR the current contact is in the form: sip:someuser@172.16.22.33:5060;q=0.00;expires=565
Thanks for comments Ezequiel Colombo
Could you try to keep just one Contact in the user location database to make sure that it is this one causing the problem ? Are there any Contacts that do not have an IP address in the hostname part ?
Jan.
On 17-08 13:47, Ezequiel Colombo wrote:
Hi all, i am testing rel 0.8.14 and see that when enable natping from nathelper module, for each registered user the module print an "ERROR: nathelper::timer: can't resolve_hos" message after N seconds (N=modparam natping interval).
I see in the 1503 nathelper.c line code the DBG line after funcion sip_resolvehost()
1501 he = sip_resolvehost(&curi.host, &curi.port_no, PROTO_UDP); 1502 if (he == NULL){ 1503 LOG(L_ERR, "ERROR: nathelper::timer: can't resolve_hos\n"); 1504 continue; 1505 }
- Note: in the case of ERROR the current contact is in the form:
sip:someuser@172.16.22.33:5060;q=0.00;expires=565
Thanks for comments Ezequiel Colombo
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Yes Jan, nathelper print the error when try to ping contacts from 'aliases' domain of my usrloc table. This contacts have frecuently a domain name in the domain part.
I suggest that natping utility must not ping contacts of the 'aliases' domain due to the nature of this contacts, its can be external contacts or contacts that also exist in the 'location' usrloc table. But it is only my opinion.
Thanks Ezequiel Colombo
----- Original Message ----- From: "Jan Janak" jan@iptel.org To: "Ezequiel Colombo" ecolombo@arcotel.net Cc: serusers@lists.iptel.org Sent: Wednesday, August 18, 2004 1:24 PM Subject: Re: [Serusers] SER 0.8.14 - NATHELPER
Could you try to keep just one Contact in the user location database to make sure that it is this one causing the problem ? Are there any Contacts that do not have an IP address in the hostname part ?
Jan.
On 17-08 13:47, Ezequiel Colombo wrote:
Hi all, i am testing rel 0.8.14 and see that when enable natping from
nathelper module, for each registered user the module print an "ERROR: nathelper::timer: can't resolve_hos" message after N seconds (N=modparam natping interval).
I see in the 1503 nathelper.c line code the DBG line after funcion
sip_resolvehost()
1501 he = sip_resolvehost(&curi.host, &curi.port_no,
PROTO_UDP);
1502 if (he == NULL){ 1503 LOG(L_ERR, "ERROR: nathelper::timer:
can't resolve_hos\n");
1504 continue; 1505 }
- Note: in the case of ERROR the current contact is in the form:
sip:someuser@172.16.22.33:5060;q=0.00;expires=565
Thanks for comments Ezequiel Colombo
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers