[OpenSIPS-Users] inbounts calls problems

pjgonzalez pgonzalez at dgtec.net.do
Thu Jan 22 14:36:01 CET 2009


hi every body, im having problems when in my inbounts calls when i try to
forward the  calls: for example.

USER A(PSTN USER) calls User B (Behind Nat) then the calls is forwarded to
User C (ON PSTN). 

the problem is that the calls is ringing on user B and User C so when i take
the call its drop and hangup.

i'm doing that:

avp_pushto("$ru", "$avp(s:callForward)");
append_branch();
route(1);

route[1]{
         
        t_on_failure("1");
        t_on_reply("1");
        if (!t_relay()) {
          sl_reply_error();         
        };
        exit;
}

i'm using x-lite.


-- 
View this message in context: http://n2.nabble.com/inbounts-calls-problems-tp2197805p2197805.html
Sent from the OpenSIPS - Users mailing list archive at Nabble.com.




More information about the Users mailing list