Hehhehehe, tks Klaus!<br>
<br>
This was a good moment to repeat the infamous expression made popular in the internet lists like this ... RTFM! :)<br>
I saw it just after sending the email ... the A flag ... and the S flag
(to set symmetric, as in bridged mode asymmetric is the default ... ).<br>
<br>
Now, one more question.<br>
To fulfill my needs, I had to add a few extra rtpproxy flags to the
already existing ... say M, N, X, Y ... But, they are not used all at
the same time, so I was wondering how could i simplify the call of
force_rtp_proxy ... Now I do something like ...<br>
<br>
if( blabla )<br>
&nbsp;&nbsp;&nbsp;&nbsp; force_rtp_proxy(&quot;FX&quot;)<br>
else if (bla2 )<br>
&nbsp;&nbsp;&nbsp;&nbsp; force_rtp_proxy(&quot;FXY&quot;)<br>
else if ....<br>
<br>
Not very nice. <br>
Can i do something (maybe avp? i am using ser 0.9.6) so i can have ...<br>
options = F<br>
if( bla )<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options += &quot;X&quot;<br>if (bla2)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options +=&quot;Y&quot;<br>
if( bla3)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; options = &quot;MN&quot;<br>
<br>
Cesc<br>
<br>
<br>
<div><span class="gmail_quote">On 1/23/07, <b class="gmail_sendername">Klaus Darilion</b> &lt;<a href="mailto:klaus.mailinglists@pernau.at">klaus.mailinglists@pernau.at</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi Cesc!<br><br>Check out the &quot;a&quot; flag:<br><br><a href="http://www.openser.org/docs/modules/1.1.x/nathelper.html#AEN319">http://www.openser.org/docs/modules/1.1.x/nathelper.html#AEN319</a><br><br><br>regards<br>
klaus<br><br><br><br>Cesc wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I know this probably is a useless question, as rtpproxy says it is a<br>&gt; symmetric proxy ... but i have to ask, for peace of mind :)<br>&gt;<br>&gt; In my setup, i have on one side a symmetric rtp phone (A) ... connected
<br>&gt; to a<br>&gt; ser proxy + rtpproxy ... and on the other side, a non-symmetric phone (B).<br>&gt; This is all on a lan, so no firewalls and stuff ... but I MUST use the<br>&gt; rtpproxy and I MUST use this non-symmetric phone (more like a gateway,
<br>&gt; actually).<br>&gt;<br>&gt; A ------ SER+rtpproxy ------ B (nonsym)<br>&gt;<br>&gt; So, the funny thing happens that i end up reciving audio from B to A ...<br>&gt; and<br>&gt; then I hear A&#39;s own audio after being bounced by B (funny, huh?). The
<br>&gt; bouncing is due to rtpproxy changing the rtp port where he sends to B<br>&gt; ... he<br>&gt; starts with the one announced on SDP ... then, after the first RTP received<br>&gt; from B, he switches to this new port ... mmmm
<br>&gt;<br>&gt; I guess this is a lost cause ... but maybe someone has a brilliant<br>&gt; idea?? :D<br>&gt; (like a hack in rtpproxy which suddenly turns it into<br>&gt; non-symmetrical-rtp-supported-endpoint proxy? :D )
<br>&gt;<br>&gt; Regards,<br>&gt;<br>&gt; Cesc<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br>&gt;<br>&gt; _______________________________________________<br>&gt; Serusers mailing list
<br>&gt; <a href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a><br>&gt; <a href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a><br><br><br>--<br>Klaus Darilion
<br><a href="http://nic.at">nic.at</a><br><br></blockquote></div><br>