<div dir="ltr">Thanks Liviu.<div><br></div><div>To be precise it only worked when I changed both $ru and $du. I&#39;m not sure if this is a good use.</div><div><br></div><div>Also, because of that, now, when it comes from the other endpoint I have to force it to do the opposite (force to use UDP), what wasn&#39;t necessary before.</div><div><br></div><div>Does it make any sense to you? Am I doing something that should not be necessary to achieve this behavior?</div><div><br></div><div>I still have to make the stress test to see how much impact it does comparing to the regular scenario. But I finally could make it work thanks to you. Now I&#39;ll be able to give my customer some numbers.</div><div><br></div><div>Thank you very much.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><br></div><div><div style="font-size:small">Atenciosamente,<br><br>Daniel Moreira Yokoyama.</div><div style="font-size:small">@dmyoko</div><div style="font-size:small"><a href="http://twitter.com/dmyoko" style="color:rgb(17,85,204)" target="_blank">http://twitter.com/dmyoko</a></div><div style="font-size:small"> </div><div style="font-size:small">TrafficTalks<br>Um podcast sobre cinema feito a partir de conversas de trânsito.</div><div style="font-size:small"><a href="http://traffictalks.com.br" target="_blank">http://traffictalks.com.br</a></div></div><div><br></div></div></div></div></div></div>
<br><div class="gmail_quote">2016-03-23 13:03 GMT-03:00 Liviu Chircu <span dir="ltr">&lt;<a href="mailto:liviu@opensips.org" target="_blank">liviu@opensips.org</a>&gt;</span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <tt>That&#39;s because I just copy-pasted your example and adapted it
      without thinking. It should be:<br>
    </tt><br>
    <tt>force_send_socket(sctp:<a href="http://10.12.8.108:5060" target="_blank">10.12.8.108:5060</a>)<br>
      $ru = &quot;sip:&quot; + $od + &quot;:&quot; + $op + &quot;;transport=sctp&quot;;<br>
      forward();</tt><span class="">
    <pre cols="72">Liviu Chircu
OpenSIPS Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
    </span><div><div class="h5"><div>On 23.03.2016 15:36, Daniel Moreira
      Yokoyama wrote:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">Hi Liviu.
        <div><br>
        </div>
        <div>I did the change and Opensips started up ok. But when I run
          my tests, no message get to the UAS.</div>
        <div><br>
        </div>
        <div>When I check the dump there&#39;s a lot of Destination
          Unreachable error for messages in UDP. It didn&#39;t change the
          transport protocol.</div>
        <div><br>
        </div>
        <div>Thanks anyway.</div>
      </div>
      <div class="gmail_extra"><br clear="all">
        <div>
          <div>
            <div dir="ltr">
              <div>
                <div dir="ltr">
                  <div><br>
                  </div>
                  <div>
                    <div style="font-size:small">Atenciosamente,<br>
                      <br>
                      Daniel Moreira Yokoyama.</div>
                    <div style="font-size:small">@dmyoko</div>
                    <div style="font-size:small"><a href="http://twitter.com/dmyoko" style="color:rgb(17,85,204)" target="_blank"></a><a href="http://twitter.com/dmyoko" target="_blank">http://twitter.com/dmyoko</a></div>
                    <div style="font-size:small"> </div>
                    <div style="font-size:small">TrafficTalks<br>
                      Um podcast sobre cinema feito a partir de
                      conversas de trânsito.</div>
                    <div style="font-size:small"><a href="http://traffictalks.com.br" target="_blank"></a><a href="http://traffictalks.com.br" target="_blank">http://traffictalks.com.br</a></div>
                  </div>
                  <div><br>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <br>
        <div class="gmail_quote">2016-03-23 6:57 GMT-03:00 Liviu Chircu
          <span dir="ltr">&lt;<a href="mailto:liviu@opensips.org" target="_blank">liviu@opensips.org</a>&gt;</span>:<br>
          <blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div text="#000000" bgcolor="#FFFFFF"> <tt>Hi Daniel,<br>
                <br>
                It&#39;s not a limitation, but rather a performance
                optimization which kills some of the user experience :)<br>
                <br>
                You can still do stateless forwarding to various
                destinations by setting the Request-URI ahead:<br>
                <br>
                force_send_socket(sctp:<a href="http://10.12.8.108:5060" target="_blank">10.12.8.108:5060</a>)<br>
                $ru = &quot;sctp:&quot; + $od + &quot;:&quot; + $op;<br>
                forward();<br>
              </tt>
              <pre cols="72">Liviu Chircu
OpenSIPS Developer
<a href="http://www.opensips-solutions.com" target="_blank">http://www.opensips-solutions.com</a></pre>
              <div>
                <div>
                  <div>On 22.03.2016 22:23, Daniel Moreira Yokoyama
                    wrote:<br>
                  </div>
                </div>
              </div>
              <blockquote type="cite">
                <div>
                  <div>
                    <div dir="ltr">Hi everyone.
                      <div><br>
                      </div>
                      <div>I&#39;m still trying to undestand why I can&#39;t use
                        t_relay(dest) or forward(dest) passing a
                        variable instead of a literal.</div>
                      <div><br>
                      </div>
                      <div>In my scenario, all I have to do is to
                        receive a UDP message from a client and relay it
                        on SCTP to the remote endpoint.</div>
                      <div><br>
                      </div>
                      <div>The way I&#39;m trying to achieve this is by:</div>
                      <div><br>
                      </div>
                      <div>
                        <div> force_send_socket(sctp:<a href="http://10.12.8.108:5060" target="_blank">10.12.8.108:5060</a>); </div>
                        <div> forward(&quot;sctp:$od:$op&quot;);                  
                                       </div>
                      </div>
                      <div><br>
                      </div>
                      <div><br>
                      </div>
                      <div>But Opensips doesn&#39;t even start up,
                        complaining that the domain and the port are
                        invalid.</div>
                      <div><br>
                      </div>
                      <div>I only works in my tests when I put the
                        literal value  (e.g: &quot;sctp:<a href="http://10.0.8.104:5060" target="_blank">10.0.8.104:5060</a>&quot;).</div>
                      <div><br>
                      </div>
                      <div>I don&#39;t get it. Why would it restrict
                        something like this?</div>
                      <div><br>
                      </div>
                      <div>Anyone can give me any guidance?</div>
                      <div><br>
                      </div>
                      <div>Thanks a lot.</div>
                      <div><br clear="all">
                        <div>
                          <div>
                            <div dir="ltr">
                              <div>
                                <div dir="ltr">
                                  <div><br>
                                  </div>
                                  <div>
                                    <div style="font-size:small">Atenciosamente,<br>
                                      <br>
                                      Daniel Moreira Yokoyama.</div>
                                    <div style="font-size:small">@dmyoko</div>
                                    <div style="font-size:small"><a href="http://twitter.com/dmyoko" target="_blank"></a><a href="http://twitter.com/dmyoko" target="_blank">http://twitter.com/dmyoko</a></div>
                                    <div style="font-size:small"> </div>
                                    <div style="font-size:small">TrafficTalks<br>
                                      Um podcast sobre cinema feito a
                                      partir de conversas de trânsito.</div>
                                    <div style="font-size:small"><a href="http://traffictalks.com.br" target="_blank"></a><a href="http://traffictalks.com.br" target="_blank">http://traffictalks.com.br</a></div>
                                  </div>
                                  <div><br>
                                  </div>
                                </div>
                              </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                    <br>
                    <fieldset></fieldset>
                    <br>
                  </div>
                </div>
                <pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a 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>
            <br>
            _______________________________________________<br>
            Users mailing list<br>
            <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a><br>
            <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
            <br>
          </blockquote>
        </div>
        <br>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      <pre>_______________________________________________
Users mailing list
<a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a 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>

<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" rel="noreferrer" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br></div>