<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <tt>And do you see any data pending on the opensips listening socket
      (via netstat in the Recv-Q column) ?<br>
      <br>
      Regards,<br>
    </tt>
    <pre class="moz-signature" cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a class="moz-txt-link-freetext" href="http://www.opensips-solutions.com">http://www.opensips-solutions.com</a></pre>
    <div class="moz-cite-prefix">On 26.01.2016 11:08, Jason Bedward
      wrote:<br>
    </div>
    <blockquote
cite="mid:CANHADwNJBH49XoBNN9VKVHBRGq25_VWB4ccSYpd1QirBNf0Yvg@mail.gmail.com"
      type="cite">
      <p dir="ltr">Yes as I said ngrep shows traffic but no action by
        opensips. Very annoying as I have had it working on Amazon in
        the past. </p>
      <p dir="ltr">Netstat shows opensips listening on my local host
        address on port 5060 UDP. </p>
      <p dir="ltr">Opensips logs not showing any traffic.</p>
      <p dir="ltr">I have exact same config on digital ocean and it
        works. But I want all servers in the same place. As for my
        config it's the same that's on the freeswitch site wiki.</p>
      <p dir="ltr">Regards</p>
      <div class="gmail_quote">On 26 Jan 2016 08:57, "Bogdan-Andrei
        Iancu" &lt;<a moz-do-not-send="true"
          href="mailto:bogdan@opensips.org">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>Do you see the
              incoming traffic on the opensips machine (check with
              ngrep/tcpdump). Have you checked if OpenSIPS is listening
              on the right port (where the traffic is sent to) via
              "netstat -ulnp| greop opensips" ? Do you see any pending
              data on the socket ?<br>
              <br>
              Regards,<br>
            </tt>
            <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
            <div>On 26.01.2016 10:46, Jason Bedward wrote:<br>
            </div>
            <blockquote type="cite">
              <p dir="ltr">When traiffic comes in for example options,
                it does not respond or seem to process. There are no
                logs in opensips for this traffic coming through.</p>
              <div class="gmail_quote">On 26 Jan 2016 07:57,
                "Bogdan-Andrei Iancu" &lt;<a moz-do-not-send="true"
                  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>In this
                      case can you elaborate on "opensips does not
                      process traffic" ? do you see waiting data on the
                      listening sockets ?<br>
                      <br>
                      Regards,<br>
                    </tt>
                    <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
                    <div>On 26.01.2016 00:32, Jason Bedward wrote:<br>
                    </div>
                    <blockquote type="cite">
                      <div dir="ltr">I have the below already set.:
                        <div><br>
                        </div>
                        <div>
                          <div>alias=42.48.159.140</div>
                          <div>listen=udp:eth0:5060</div>
                          <div>advertised_address=42.48.159.140</div>
                        </div>
                        <div><br>
                        </div>
                      </div>
                      <div class="gmail_extra"><br>
                        <div class="gmail_quote">On Mon, Jan 25, 2016 at
                          1:37 PM, Jason Bedward <span dir="ltr">&lt;<a
                              moz-do-not-send="true"
                              href="mailto:mase2hot@gmail.com"
                              target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:mase2hot@gmail.com">mase2hot@gmail.com</a></a>&gt;</span>
                          wrote:<br>
                          <blockquote class="gmail_quote"
                            style="margin:0 0 0 .8ex;border-left:1px
                            #ccc solid;padding-left:1ex">
                            <p dir="ltr"> Hi</p>
                            <p dir="ltr">I have opensips listening to
                              all. If I type Opensips it displays local
                              and advertised ip addresses. </p>
                            <p dir="ltr">Not sure why it's not working
                              as it should.</p>
                            <p dir="ltr">Regards</p>
                            <div>
                              <div>
                                <div style="margin:0 0 0
                                  .8ex;border-left:1px #ccc
                                  solid;padding-left:1ex">
                                  <div bgcolor="#FFFFFF" text="#000000">
                                    <tt>Hi Jason,<br>
                                      <br>
                                      If running in Amazon, what you
                                      have to do is:<br>
                                      1) set as listener into opensips
                                      the local/private IP of the
                                      machine<br>
                                      2) set as "advertise_address" and
                                      as "alias" the elastic IP/public
                                      you have.<br>
                                      <br>
                                      Regards,<br>
                                    </tt>
                                    <pre cols="72">Bogdan-Andrei Iancu
OpenSIPS Founder and Developer
<a moz-do-not-send="true" href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
                                    <div>On 23.01.2016 20:08, Jason
                                      Bedward wrote:<br>
                                    </div>
                                    <blockquote type="cite">
                                      <div dir="ltr">Hi,
                                        <div><br>
                                        </div>
                                        <div>I have previously had this
                                          working without issue. But for
                                          some reason now I can not get
                                          it to work. I have set
                                          advertised IP, and Opensips is
                                          showing that its waiting for
                                          traffic on that IP.</div>
                                        <div><br>
                                        </div>
                                        <div>But when traiffic comes in
                                          OpenSIPS does not process it.
                                          I have used ngrep to monitor.
                                          OpenSIPS itself seems to be
                                          working as I have a keep alive
                                          which was talking to a
                                          freeswitch server that was
                                          working.</div>
                                        <div><br>
                                        </div>
                                        <div>I have taken the same
                                          config and put it on Digital
                                          Ocean and it worked first
                                          time.</div>
                                        <div><br>
                                        </div>
                                        <div>Also I have tried version
                                          1.71, 1.8, 2 all with same
                                          result. Anyone having success
                                          that could give advice?</div>
                                        <div><br>
                                        </div>
                                        <div>Thanks</div>
                                      </div>
                                      <br>
                                      <fieldset></fieldset>
                                      <br>
                                      <pre>_______________________________________________
Users mailing list
<a moz-do-not-send="true" href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a moz-do-not-send="true" href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</pre>
                                    </blockquote>
                                    <br>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </blockquote>
                        </div>
                        <br>
                      </div>
                    </blockquote>
                    <br>
                  </div>
                </blockquote>
              </div>
            </blockquote>
            <br>
          </div>
        </blockquote>
      </div>
    </blockquote>
    <br>
  </body>
</html>