<div dir="ltr">and here is the more detailed SIP trace for UDP:<div><br></div><div><a href="http://pastebin.com/UfQJJz3Y">http://pastebin.com/UfQJJz3Y</a><br><div><br></div><div><br></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 13 January 2016 at 06:19, Nabeel <span dir="ltr">&lt;<a href="mailto:nabeelshikder@gmail.com" target="_blank">nabeelshikder@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Bogdan,<div><br></div><div>I changed log_stderror=yes and log_facility=LOG_DAEMON.  Now I see some more in the log.  Do you see anything obviously wrong?</div><div><br></div><div><a href="http://pastebin.com/MzJW1P1S" target="_blank">http://pastebin.com/MzJW1P1S</a><br></div></div><div class="HOEnZb"><div class="h5"><div class="gmail_extra"><br><div class="gmail_quote">On 12 January 2016 at 09:10, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <tt>Hi Nabeel,<br>
      <br>
      Be sure you are looking into the right log file - maybe the debug
      level is redirected by your syslog to another log file... Debug
      level 4 is the most verbose one in opensips.<br>
      <br>
      Regards,<br>
    </tt><span>
    <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
    </span><div><div><div>On 08.01.2016 21:04, Nabeel wrote:<br>
    </div>
    <blockquote type="cite">
      <p dir="ltr">Hi Bogdan, </p>
      <p dir="ltr">I have the following near the top of my config file:</p>
      <p dir="ltr">###### Global Parameters #########</p>
      <p dir="ltr">debug=4<br>
        log_stderror=no<br>
        log_facility=LOG_LOCAL1</p>
      <p dir="ltr">The log I posted earlier is from opensips running
        with these configurations. </p>
      <div class="gmail_quote">On 8 Jan 2016 3:49 pm, &quot;Bogdan-Andrei
        Iancu&quot; &lt;<a href="mailto:bogdan@opensips.org" target="_blank">bogdan@opensips.org</a>&gt;
        wrote:<br type="attribution">
        <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
          <div bgcolor="#FFFFFF" text="#000000"> <tt>Hi Nabeel,<br>
              <br>
              have you tried running opensips is debug mode (level 4) to
              see what it is doing with the request ?<br>
              <br>
              Regards,<br>
            </tt>
            <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
            <div>On 07.01.2016 11:37, Nabeel wrote:<br>
            </div>
            <blockquote type="cite">
              <p dir="ltr">Hi Bogdan,</p>
              <p dir="ltr">I used the tshark command as explained here
                on page 14: <a href="http://opensips.org/pub/events/2015-05-12_OpenSIPS-Summit_Amsterdam/Lorenzo_Mangani-OpenSIPS_Summit2015-SIPCapture.pdf" target="_blank">
http://opensips.org/pub/events/2015-05-12_OpenSIPS-Summit_Amsterdam/Lorenzo_</a><a href="http://opensips.org/pub/events/2015-05-12_OpenSIPS-Summit_Amsterdam/Lorenzo_Mangani-OpenSIPS_Summit2015-SIPCapture.pdf" target="_blank">Mangani-OpenSIPS</a><a href="http://opensips.org/pub/events/2015-05-12_OpenSIPS-Summit_Amsterdam/Lorenzo_Mangani-OpenSIPS_Summit2015-SIPCapture.pdf" target="_blank">_</a><a href="http://opensips.org/pub/events/2015-05-12_OpenSIPS-Summit_Amsterdam/Lorenzo_Mangani-OpenSIPS_Summit2015-SIPCapture.pdf" target="_blank">Summit2015-SIPCapture.pdf</a></p>
              <p dir="ltr">tshark -o &quot;ssl.desegment_ssl_records: TRUE&quot; 
                -o &quot;ssl.desegment_ssl_application_data: TRUE&quot;  -o
                &quot;ssl.keys_list:
                162.249.6.110,5061,sip,/install/tls/domain.com-key.pem&quot; 
                -i eth0  -f &quot;tcp port 5061&quot;</p>
              <p dir="ltr">I&#39;m using a command line version of Linux
                without a graphic UI, so I could not &quot;configure
                Wireshark to decide TLS&quot; as mentioned in that document,
                however I did pass the private key in the command as
                shown above.</p>
              <p dir="ltr">Does tshark require configuring to decode
                TLS, other than passing the private key in the command?
              </p>
              <div style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
                <div bgcolor="#FFFFFF" text="#000000"> <tt>Hi Nabeel,<br>
                    <br>
                    Indeed, the 408 seems generated by OpenSIPS (after 5
                    seconds). Such reply is generated only if the the
                    request was actually sent out (if no request sent,
                    there is no timeout). But the network capture does
                    not show anything :( ... maybe wrong capturing ?<br>
                    <br>
                    So you see anything in the logs ? have you tried to
                    run with debug level 4 ?<br>
                    <br>
                    Regards,<br>
                  </tt>
                  <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
                  <div>On 06.01.2016 23:07, Nabeel wrote:<br>
                  </div>
                  <blockquote type="cite">
                    <div dir="ltr">
                      <div class="gmail_extra">I managed to capture the
                        SIP traffic with Wireshark.  It seems that the
                        party generating the 408 reply is OpenSIPS, not
                        the callee.  OpenSIPS does not seem to forward
                        the call to the callee at all.</div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra">Below are traces showing
                        a successful call and a call with Request
                        Timeout.  </div>
                      <div class="gmail_extra">The server IP is <span>162.249.6.110,</span> the


                        caller IP is <span>92.40.249.9</span><span><font color="#000000">, </font></span>and the
                        callee IP is <span>188.29.165.24</span>.</div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra">Trace for a successful
                        call:</div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><a href="http://pastebin.com/2xn0bkEU" target="_blank">http://pastebin.com/2xn0bkEU</a><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra">Trace for a call with
                        Request Timeout:</div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><a href="http://pastebin.com/WR7BA6pj" target="_blank">http://pastebin.com/WR7BA6pj</a><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra">Please advise what may be
                        causing this.</div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                      <div class="gmail_extra"><br>
                      </div>
                    </div>
                  </blockquote>
                  <br>
                </div>
              </div>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </div></div></div>

</blockquote></div><br></div>
</div></div></blockquote></div><br></div>