<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
use_media_proxy() was not called for the INVITE, only the OK.<br>
g-)<br>
<br>
Sebastian Gabris wrote:
<blockquote cite="mid164977032@web.de" type="cite">
  <pre wrap="">Hi again,

I start rtpproxy like this:
rtpproxy -2f -l 193.55.55.55/10.245.x.x
can someone give me a quick hint what problem could cause this output:

outgoing calls work &amp; have this output:

received command "U 5e04ce62ad145445YTczODQwZGYxMDVhODNjODYwZWE0YzQxOTA3OGEwMmM.10.245.16.55 45746 6879e139"
new session 5e04ce62ad145445YTczODQwZGYxMDVhODNjODYwZWE0YzQxOTA3OGEwMmM., tag 68  9 requested, type strong
new session on a port 35000 created, tag 6879e139
pre-filling caller's address with 10.245.16.55:45746
sending reply "35000 193.77.54.68
"

incoming calls dont work &amp; have this output:

received command "L <a class="moz-txt-link-abbreviated" href="mailto:30e096903015a6b321b8fcbe29eafda8@217.10.67.4">30e096903015a6b321b8fcbe29eafda8@217.10.67.4</a> 10.245.16.55 44  224 as15976aa3 71195064"
lookup request failed: session <a class="moz-txt-link-abbreviated" href="mailto:30e096903015a6b321b8fcbe29eafda8@217.10.67.4">30e096903015a6b321b8fcbe29eafda8@217.10.67.4</a>, tags as15976aa3/71195064 not found
sending reply "0 193.77.54.68
"

Thanks

Sebastian

  </pre>
  <blockquote type="cite">
    <pre wrap="">-----Ursprüngliche Nachricht-----
Von: Sebastian Gabris <a class="moz-txt-link-rfc2396E" href="mailto:Sebastian.Gabris@web.de">&lt;Sebastian.Gabris@web.de&gt;</a>
Gesendet: 11.08.06 13:47:11
An: <a class="moz-txt-link-abbreviated" href="mailto:serusers@lists.iptel.org">serusers@lists.iptel.org</a>
Betreff: [Serusers] Problem with incoming calls
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">Hi everybody,

Like told in the subject i got problems with incomnig calls, SIP signalling works but RTP doesnt. 
When I make a call from my UA to the VoIP-Provider all works well, sip &amp; rtp.
I start rtpproxy in bridged mode: rtpproxy -l publicIP/privateIP.

I use this scenario:

UA(private IP) &lt;-&gt;   (privateIP) SER (publicIP)  &lt;-&gt; VoIP-Provider

i try to figure out where my mistake is in this config file:

route[1]
{
        if(dst_ip == 10.245.104.68)
        {
                force_rtp_proxy("","193.77.54.68");
        }
        else
        {
                force_rtp_proxy("","10.245.104.68");
        };

        t_on_reply("1");

        if (!t_relay()) {
                sl_reply_error();
        };
}

onreply_route[1] {
    if (status =~ "(183)|2[0-9][0-9]") {
        if(dst_ip == 10.245.104.68)
        {
                force_rtp_proxy("","193.77.54.68");
        }
        else
        {
                force_rtp_proxy("","10.245.104.68");
        };

     };
}


By the way, is there a option to view rtpproxy debug info?


Thanks in advance!

Sebastian
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: <a class="moz-txt-link-freetext" href="http://f.web.de/?mc=021193">http://f.web.de/?mc=021193</a>

_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>
    </pre>
  </blockquote>
  <pre wrap=""><!---->

_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
<a class="moz-txt-link-freetext" href="http://smartsurfer.web.de/?mc=100071&distributionid=000000000071">http://smartsurfer.web.de/?mc=100071&amp;distributionid=000000000071</a>

_______________________________________________
Serusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Serusers@lists.iptel.org">Serusers@lists.iptel.org</a>
<a class="moz-txt-link-freetext" href="http://lists.iptel.org/mailman/listinfo/serusers">http://lists.iptel.org/mailman/listinfo/serusers</a>


  </pre>
</blockquote>
</body>
</html>