<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 10/12/2010 11:56 AM, hala alramli wrote:
<blockquote cite="mid:434381.41219.qm@web55801.mail.re3.yahoo.com"
 type="cite">
  <table border="0" cellpadding="0" cellspacing="0">
    <tbody>
      <tr>
        <td
 style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit; -x-system-font: none;"
 valign="top">
        <div>Oct 12 09:15:50 localhost
/usr/local/kamailio-1.4-pp/sbin/kamailio[3178]:
ERROR:core:parse_method: invalid character &oslash;</div>
        <div>Oct 12 09:15:50 localhost
/usr/local/kamailio-1.4-pp/sbin/kamailio[3178]:
INFO:core:parse_first_line: failed to parse the method</div>
        <div>Oct 12 09:15:50 localhost
/usr/local/kamailio-1.4-pp/sbin/kamailio[3178]:
INFO:core:parse_first_line: bad message</div>
        <div>Oct 12 09:15:50 localhost
/usr/local/kamailio-1.4-pp/sbin/kamailio[3178]: ERROR:core:parse_msg:
message=&lt;&oslash;^S1^\^B }^S &iexcl;6 } \216^F^A^O\206^D&iexcl;&frac12;&gt;</div>
        <div>Oct 12 09:15:50 localhost
/usr/local/kamailio-1.4-pp/sbin/kamailio[3178]: ERROR:core:receive_msg:
parse_msg failed</div>
        <div><br>
        </div>
        <div>this error keeping appear in my log file ,what is the
reason of that ? or what is cussing that?</div>
        <div>how can i &nbsp;fix that ?&nbsp;</div>
        <div>thanks for any help</div>
        </td>
      </tr>
    </tbody>
  </table>
  <br>
</blockquote>
Hello<br>
<br>
It seems that somewhone is sending you bogus data on your port (UDP).
Kamailio tries to parse the first line of the message, which is the
request line of the type&nbsp; METHOD RURI SIP/2.0, but it can't understand
the data it receives. It the data is sent from one (broken) host, you
might want to block this at a firewall level.<br>
<br>
Perform a tcpdump on port 5060 (or the port k is using) and check if
this applies.<br>
<br>
Marius.<br>
</body>
</html>