[OpenSIPS-Users] Rtp proxy issue
michel freiha
michofr at gmail.com
Fri Mar 6 20:57:44 CET 2009
Dear Sir,
This is my dial plan
if(!cr_route("default", "0", "$rU", "$rU", "call_id")){
sl_send_reply("403", "Not allowed");
} else {
# In cas of failure, re-route the request
t_on_failure("1");
t_on_reply("1");
force_rtp_proxy();
t_relay();
}
onreply_route[1] {
if (t_check_status("2[0-9][0-9]")) {
force_rtp_proxy();
}
}
Regards
On Fri, Mar 6, 2009 at 8:56 PM, michel freiha <michofr at gmail.com> wrote:
> Hi all,
> I'm getting the below error when trying to make a call through OpenSIPS
>
> DBG:core:parse_headers: flags=ffffffffffffffff
> Mar 6 20:43:29 [7117] ERROR:nathelper:extract_body: message body has
> length zero
> Mar 6 20:43:29 [7117] ERROR:nathelper:force_rtp_proxy2_f: can't extract
> body from the message
>
> Can you explain please how this is affecting the call specially that the
> call is working fine
>
> Regards
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.opensips.org/pipermail/users/attachments/20090306/9539df04/attachment.htm
More information about the Users
mailing list