Dear Inaki,

Thenaks agian for your responses and care...I did what you asked to do...Just have a look please to the below:

if(loose_route()){

t_on_reply("7");
if (is_method("INVITE")) {

t_on_failure("1");
t_on_reply("6");
force_rtp_proxy();
t_relay();

}
}

And the onreply_route(7) will be:

onreply_route[7] {


if (status=~"200"){
t_on_failure("1");
t_on_reply("6");
force_rtp_proxy();
t_relay();

}
exit;
}


Regards

On Fri, Mar 13, 2009 at 12:37 PM, Henning Westerholt <henning.westerholt@1und1.de> wrote:
On Thursday 12 March 2009, olivier taylor wrote:
>  Kamailo, openser, ser and others doesn't take care of the media.
>  Even if you use RtpProxy or MediaProxy, they are pass-thru proxies, they
> doens't care of the codec used.
>
>  If you want T38 for faxes, go to the asterisk or callweaver list.
>  Afaik, fax over IP is a pity, I have tried with 80% success, no more, it
> means20% loss, even with a public IP and T38.
>
>  That's my poor experience.

Hi olivier,

we're providing T.38 for our customers (and probably a lot others too), so i'd
like to say that its possible to have a way better success rate. :-) But i
agree, its not easy, and sometimes a pain. ;-)

Cheers,

Henning