Opened 17 years ago

Closed 17 years ago

#388 closed enhancement (fixed)

Support for receiving RTP packet with no payload — at Version 1

Reported by: bennylp Owned by: bennylp
Priority: normal Milestone: release-0.8.0
Component: pjmedia Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported:

Description (last modified by bennylp)

Some endpoint (SNOM SoftPhone in this case) sends RTP packets with no payload, presumably for keep-alive. This caused PJMEDIA to report PJMEDIA_RTP_EINLEN (Invalid RTP packet length) error, while it should be accepted.

Change History (1)

comment:1 Changed 17 years ago by bennylp

  • Description modified (diff)
  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1468:

  • RTP packet with no payload is now accepted, and it will update the RTP and RTCP statistics as well.
Note: See TracTickets for help on using tickets.