[Kamailio-Users] Incoming T38 Public IP

Iñaki Baz Castillo ibc at aliax.net
Sun Mar 15 20:05:46 CET 2009


El Domingo, 15 de Marzo de 2009, michel freiha escribió:
> Here I defined the loose route to reply on the REINVITE message:
>
> if(loose_route()){
>   t_on_reply("7");
>   if (is_method("INVITE")) {
>     t_on_failure("1");
>     force_rtp_proxy();
>     t_relay();
>     exit();
>   }
> }

This is wrong. I already suggested you to compare your loose_route section 
with that in the Kamailio default config file, but it seems you haven't done 
it.

I hope you know that ACK after INVITE-200 is a *new* transaction, and an 
in-dialog request (so it goes into loose_route section).
Question: is your loose_route section allowing this ACK to be routed? I just 
see the t_relay for INVITE, what about other requests as INFO, PRACK, 
NOTIFY... *ACK* ?






-- 
Iñaki Baz Castillo




More information about the sr-users mailing list