Okay, I guess I will have to figure out a different way to handle this.  Am I correct in assuming then the idea of putting a route(10) for example nested in the failure block of another route is a bad idea?<br clear="all">
<br>-dg<br>
<br><br><div class="gmail_quote">On Wed, Aug 4, 2010 at 10:04 AM, Bogdan-Andrei Iancu <span dir="ltr">&lt;<a href="mailto:bogdan@voice-system.ro">bogdan@voice-system.ro</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hi Daniel,<br>
<br>
it is not a bug - the idea is you must not call RTPproxy function more<br>
than once per branch - and keep in mind that whatever changes you do in<br>
request route do apply to all branches.....<br>
<br>
If you want to do per branch changed, use the branch route.<br>
<br>
Regards,<br>
Bogdan<br>
<div><div></div><div class="h5"><br>
Daniel Goepp wrote:<br>
&gt; I don&#39;t think I would call this a &quot;bug&quot; quite yet, but figured it<br>
&gt; might be worth bringing up.  Here is the call scenario:<br>
&gt;<br>
&gt; User A calls User B, no answer, timer hit, forward call.  The original<br>
&gt; timeout was on route(1), and I just rewrite some info, and execute<br>
&gt; route(10) from the failure branch.  This is probably bad practice, and<br>
&gt; I would appreciate input on how this would be better handled.  But<br>
&gt; that said, here is what I see.  Since route(1) had already done a<br>
&gt; rtpproxy_offer, when I hit route (10), it does the same again,<br>
&gt; resulting in a line in the SDP that looks like:<br>
&gt;<br>
&gt; m=audio 3061830618 RTP/AVP 99 100 101 9 11 0 102.<br>
&gt;<br>
&gt; See the problem?  If  I make a call that naturally would go to<br>
&gt; route(10), that is not a problem, I see:<br>
&gt;<br>
&gt; m=audio 28568 RTP/AVP 99 100 101 9 11 0 102.<br>
&gt;<br>
&gt; It would appear that rtpproxy_offer is trying to append the port<br>
&gt; number to an already existing port number.  Make sense?<br>
&gt;<br>
&gt; -dg<br>
</div></div>&gt; ------------------------------------------------------------------------<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
--<br>
Bogdan-Andrei Iancu<br>
OpenSIPS Bootcamp<br>
20 - 24 September 2010, Frankfurt, Germany<br>
<a href="http://www.voice-system.ro" target="_blank">www.voice-system.ro</a><br>
<br>
<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" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</blockquote></div><br>