<html><body><div style="font-family: lucida console,sans-serif; font-size: 12pt; color: #000000"><div>Hello Pedro,<br></div><div>So test case is simple. asterisk is play voicemail role and kamailio is gateway.  Asterisk peer is setup and working. I think message SIP/2.0 484 Address Incomplete is some from kamailio <br></div><div><br></div><div>When Asterisk send reply back this message show up because is no $rU in header line.<br></div><div><br></div><div>I don't know how to correct it that it will full uri format line.<br></div><div><br></div><div>voice                     192.168.10.120                              Auto (No)  No          A  5060     OK (2 ms)                                    <br>3 sip peers [Monitored: 1 online, 0 offline Unmonitored: 2 online, 0 offline]<br><br></div><div><br></div><div><--- SIP read from UDP:192.168.10.120:5060 ---><br>SIP/2.0 200 OK<br>Via: SIP/2.0/UDP 192.168.10.120:5062;branch=z9hG4bK4c787422<br>From: "asterisk" <sip:1300@networklab.loc>;tag=as5c659db3<br>To: <sip:192.168.10.120>;tag=b27e1a1d33761e85846fc98f5f3a7e58.b6d2<br>Call-ID: 4dc3968e64c3c16c4ad4f2407f2af4ee@networklab.loc<br>CSeq: 102 OPTIONS<br>Contact: <sip:1300@192.168.10.120:5062>;expires=3600<br>Server: kamailio (4.1.2 (x86_64/linux))<br>Content-Length: 0<br><br><-------------><br>--- (9 headers 0 lines) ---<br>Really destroying SIP dialog '4dc3968e64c3c16c4ad4f2407f2af4ee@networklab.loc' Method: OPTIONS<br><br><--- SIP read from UDP:192.168.10.120:5060 ---><br>SIP/2.0 484 Address Incomplete<br>Via: SIP/2.0/UDP 192.168.10.120:5062;branch=z9hG4bK4c787422<br>From: "asterisk" <sip:1300@networklab.loc>;tag=as5c659db3<br>To: <sip:192.168.10.120>;tag=b27e1a1d33761e85846fc98f5f3a7e58.b6d2<br>Call-ID: 4dc3968e64c3c16c4ad4f2407f2af4ee@networklab.loc<br>CSeq: 102 OPTIONS<br>Contact: <sip:1300@192.168.10.120:5062>;expires=3600<br>Server: kamailio (4.1.2 (x86_64/linux))<br>Content-Length: 0<br><br></div><div><br></div><div>        if ($rU==$null)<br>        {<br>                # request with no Username in RURI<br>                sl_send_reply("484","Address Incomplete");<br>                exit;<br>        }<br><br></div><div><br></div><div>Slava.<br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;"><b>From: </b>"Pedro Niño" <nino.pedro@gmail.com><br><b>To: </b>"Kamailio (SER) - Users Mailing List" <sr-users@lists.sip-router.org><br><b>Sent: </b>Sunday, March 30, 2014 8:30:56 PM<br><b>Subject: </b>Re: [SR-Users] message 484<br><div><br></div><p dir="ltr">I think this is the correct behavior, as asterisk server is complaining about the address/request not containing all the necesary data to process the message</p>
<p dir="ltr">Can you please elaborate with a bit more of detail? Also can use tools like   sngrep, tcpdump (or wireshark) to have a better view of the complete call flow.</p>
<p dir="ltr">Maybe that way we can help.</p>
<div class="gmail_quote">El mar 29, 2014 1:59 AM, "Slava Bendersky" <<a href="mailto:volga629@networklab.ca" target="_blank">volga629@networklab.ca</a>> escribió:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div style="font-size:12pt;font-family:lucida console,sans-serif"><div>Hello Everyone,<br></div><div>How to correct message 484 <br></div><div>Is need use txt module to fill string with correct information ?<br></div>
<div><br></div><div><--- SIP read from UDP:<a href="http://192.168.100.145:5060" target="_blank">192.168.100.145:5060</a> ---><br>SIP/2.0 484 Address Incomplete<br>Via: SIP/2.0/UDP 192.168.100.145:5062;branch=z9hG4bK5ec564e6<br>
From: "asterisk" <sip:1300@networklab.loc>;tag=as0a530a8d<br>To: <sip:192.168.100.145>;tag=b27e1a1d33761e85846fc98f5f3a7e58.93df   ---> This line ins question.<br>Call-ID: 631e893f75da720865e8468132884367@networklab.loc<br>
CSeq: 102 OPTIONS<br>Contact: <<a href="http://sip:1300@192.168.100.145:5062" target="_blank">sip:1300@192.168.100.145:5062</a>>;expires=3600<br>Server: kamailio (4.1.2 (x86_64/linux))<br>Content-Length: 0<br><div><br></div></div>
<div><br></div><div>Slava.<br></div></div></div><br>_______________________________________________<br>
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>
<a href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a><br>
<a href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a><br>
<br></blockquote></div>
<br>_______________________________________________<br>SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list<br>sr-users@lists.sip-router.org<br>http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users<br></div><div><br></div></div></body></html>