Does this generate an event in AMI/ARI

I noticed this on the CLI because I just happen to leave the CLI open:

[2025-07-10 17:21:38] WARNING[980908]: pjproject: <?>: sip_transport.c Dropping 47 bytes packet from UDP 77.90.30.250:57731 : PJSIP syntax error exception when parsing 'Request Line' header on line 1 col 10

I’m curious about the details of what this host sent. Is the contents of the SIP connection available through any API? (Or how can I see what was sent, without using something like wireshark which would create a massive file quickly)

This occurs deep in the PJSIP stack. It just raises a warning message.

Ok I’ll ignore for now. I wonder if a useful feature would be an event which provides the full SIP message (filter by source/dest/user/errors/etc).

Probably not a wildly popular feature, but I can see some uses.

If it is 47 bytes, it isn’t going to be a SIP message!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.