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 <[email protected]> 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
>
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to