In article <[EMAIL PROTECTED]>,
Rizwan Hisham <[EMAIL PROTECTED]> wrote:
> I have been seeing a lot of the following warning messages on my asterisk
> cli. Can naybody tell why these messages are showing up. I am using only SIP
> to make calls from m asterisk.
> 
> [Apr 17 04:52:24] WARNING[2512]: chan_sip.c:6480 determine_firstline_parts:
> Bad request protocol Bad event
> 
> Also it will be great if anybody can tell where i can find the explanation
> of all the warnig codes and error codes of asterisk if there is any.

The [2512] is not a warning code. It is just the process ID of the Asterisk
process or thread that generated the warning.

The next part of your message (chan_sip.c:6480) shows the source file and
line number where the error was generated. You can go to that point in
the file to see what kind of checks it was making. You can also turn on
SIP debugging at the Asterisk CLI> prompt to see the packets sent to/from
Asterisk.

Cheers
Tony
-- 
Tony Mountifield
Work: [EMAIL PROTECTED] - http://www.softins.co.uk
Play: [EMAIL PROTECTED] - http://tony.mountifield.org

_______________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to