<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi Bruce,<br>
<br>
It is clear now what happens - you have to upgrade the b2b modules to
the svn version because there is a problem in the stable release. <br>
In there the from tag in the generated is constructed as the
concatenation of from tag and callid from the initial request. The
problem is that most clients put in the callid '@ip address' and @ is
an illegal character in from tag. So the from tag in you case was:<br>
<br>
From:
<a class="moz-txt-link-rfc2396E" href="sip:0100000715@41.x.x.66">&lt;sip:0100000715@41.x.x.66&gt;</a>;tag=call-F1030790-3656-2D10-1919-AB@192.x.x.154c0a8c89a-4f7<br>
<br>
And the destination uri for the ACK became:<br>
<br>
DBG:tm:t_uac:
next_hop=<a class="moz-txt-link-rfc2396E" href="sip:41.x.x.33;lr=on;ftag=call-F1030790-3656-2D10-1919-AB@192.x.x.154c0a8c89a-4f7;vsf=AAAAAFlyXxh7QkwaAQVydAUfHAADHxsbGAA2">&lt;sip:41.x.x.33;lr=on;ftag=call-F1030790-3656-2D10-1919-AB@192.x.x.154c0a8c89a-4f7;vsf=AAAAAFlyXxh7QkwaAQVydAUfHAADHxsbGAA2&gt;</a><br>
<br>
The parser then concluded that the domain was the string after '@':
192.x.x.154c0a8c89a-4f7 - and it tried doing a look up on this.<br>
<br>
This problem is fixed in the svn branch as illegal characters are not
allowed anymore. Please update.<br>
<br>
Regards,<br>
<pre class="moz-signature" cols="72">-- 
Anca Vamanu
<a class="moz-txt-link-abbreviated" href="http://www.voice-system.ro">www.voice-system.ro</a></pre>
<br>
On 06/10/2010 01:35 AM, Bruce Borrett wrote:
<blockquote cite="mid:943073.16088.qm@web58505.mail.re3.yahoo.com"
 type="cite">
  <style type="text/css"><!-- DIV {margin:0px;} --></style>
  <div
 style="font-family: times new roman,new york,times,serif; font-size: 12pt;">
  <div>Hi<br>
  <br>
I have copied a config from one of the B2B tutorials, and only made one
or two small changes to it. The problem I am having is that when an ACK
is sent by the caller after receiving a 200, opensips tries to do a dns
lookup on the source ip of the ACK for some reason. I do not have dns
set up and am not using domain names anywhere. <br>
  <br>
Here is a sip trace of the call:<br>
  <span><a moz-do-not-send="true" target="_blank"
 href="http://pastebin.com/iDvVgk2B">http://pastebin.com/iDvVgk2B</a></span><br>
  <br>
And here is a debug:<br>
  <span><a moz-do-not-send="true" target="_blank"
 href="http://pastebin.com/teSuTp7E">http://pastebin.com/teSuTp7E</a></span><br>
  <br>
Thank you in advance..<br>
  <br>
Regards,<br>
Bruce<br>
  </div>
  </div>
  <br>
  <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
Users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a>
<a class="moz-txt-link-freetext" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
  </pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="72">
</pre>
</body>
</html>