[Serusers] Problem with incoming calls

Sebastian Gabris Sebastian.Gabris at web.de
Fri Aug 11 13:46:24 CEST 2006


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 & rtp.
I start rtpproxy in bridged mode: rtpproxy -l publicIP/privateIP.

I use this scenario:

UA(private IP) <->   (privateIP) SER (publicIP)  <-> 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: http://f.web.de/?mc=021193




More information about the sr-users mailing list