[Kamailio-Users] Incoming T38 Public IP

michel freiha michofr at gmail.com
Fri Mar 13 10:33:28 CET 2009


Dear Inaki,

Thanks a lot for your reply...The INVITE check is created outside the URI
existing check...But It was not inside the loose route function...I have
implemented it now as you said...I need please to check below and let me
know if I'm missing anything here


        if(loose_route()){

if((t_check_status("200|183|180") && search("Content_Type:
application/sdp")) || search("Content-Type: application/sdp"))


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

  }

if (is_method("INVITE")) {
t_on_failure("1");
t_on_reply("6");
force_rtp_proxy();
t_relay();

}
}

onreply_route[6] {


        force_rtp_proxy();

exit;
}

Thanks again for your help

Regards

On Fri, Mar 13, 2009 at 12:08 AM, hh174 <olivier at hh174.be> wrote:

>  HI again,
>
> As said before, this is not the right list for that, just go to asterisk or
> callweaver list.
> I have tried a lot and didn't get a trustable Foip solution, anyhow,
> Kamailo is a proxy, not an endpoint.
> Asterisk and callweaver have many threads about faxing.
> Sorry and good luck.
>
> Olivier
>
> michel freiha a écrit :
>
> Dear Oliver,
>
> I'm using asterisk as Gateway behind Kamailio...I need to force rtp proxy
> for FAX...The issue that T38 is failing on asterisk...I need to know if
> there is any working config file for that
>
> Regards
>
> On Thu, Mar 12, 2009 at 11:10 PM, olivier taylor <olivier at sunforyou.be>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.
>>
>> Olivier
>>
>> michel freiha a écrit :
>>
>>  Dear All,
>>
>> Does anyone has an experience with Incoming FAX T38 using a PUBLIC IP on
>> endpoint?
>>
>> Regards
>>
>> ------------------------------
>>
>> _______________________________________________
>> Kamailio (OpenSER) - Users mailing listUsers at lists.kamailio.orghttp://lists.kamailio.org/cgi-bin/mailman/listinfo/usershttp://lists.openser-project.org/cgi-bin/mailman/listinfo/users
>>
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.sip-router.org/pipermail/sr-users/attachments/20090313/39ad3b34/attachment.htm>


More information about the sr-users mailing list