when my proxy tries to serve tm.t_uac_wait xmlrpc request, i get this to syslog:
ERROR: sip_hostport2su: could not resolve hostname: "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [ut.h:337]: failed to resolve "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [rpc_uac.c:197]: ERROR: get_hfblock: send_sock failed
i don't remember getting these earlier. could it have something to do with recent changes in resolve.h?
-- juha
i installed dec 17 version of master and the errors went away. please check and fix the latest version.
-- juha
Juha Heinanen writes:
when my proxy tries to serve tm.t_uac_wait xmlrpc request, i get this to syslog:
ERROR: sip_hostport2su: could not resolve hostname: "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [ut.h:337]: failed to resolve "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [rpc_uac.c:197]: ERROR: get_hfblock: send_sock failed
i don't remember getting these earlier. could it have something to do with recent changes in resolve.h?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Hello,
can you try with latest master branch? I added a patch to catch the IP addresses, which was no longer done for the version with dns cache after the patch from Mihály Mészáros.
Cheers, Daniel
On 12/26/12 9:20 AM, Juha Heinanen wrote:
i installed dec 17 version of master and the errors went away. please check and fix the latest version.
-- juha
Juha Heinanen writes:
when my proxy tries to serve tm.t_uac_wait xmlrpc request, i get this to syslog:
ERROR: sip_hostport2su: could not resolve hostname: "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [ut.h:337]: failed to resolve "127.0.0.1" Dec 26 10:02:24 sip /usr/sbin/sip-proxy[29157]: ERROR: tm [rpc_uac.c:197]: ERROR: get_hfblock: send_sock failed
i don't remember getting these earlier. could it have something to do with recent changes in resolve.h?
-- juha
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev
Daniel-Constantin Mierla writes:
can you try with latest master branch? I added a patch to catch the IP addresses, which was no longer done for the version with dns cache after the patch from Mihály Mészáros.
daniel,
thanks for the patch. i tried with it and my tm.t_uac_wait test worked fine without producing any syslog error messages.
-- juha