Opened 16 years ago

Closed 16 years ago

#448 closed defect (fixed)

PJSIP rejects incoming call with 415/Unsupported Media Type for INVITE containing video (thanks Alain Totouom)

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

Description

When INVITE contains video line, PJSIP will reject it with 415, while it should accept the INVITE since the INVITE contains audio.

Sample SDP:

v=0
o=root 19999 20001 IN IP4 123.123.123.123
s=session
c=IN IP4 123.123.123.123
t=0 0
m=audio 51788 RTP/AVP 0 3 8 101
a=rtpmap:0 PCMU/8000
a=rtpmap:3 GSM/8000
a=rtpmap:8 PCMA/8000
a=rtpmap:101 telephone-event/8000
a=fmtp:101 0-16
a=silenceSupp:off - - - -
m=video 57688 RTP/AVP 34
a=rtpmap:34 H263/90000

Change History (1)

comment:1 Changed 16 years ago by bennylp

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r1689

Note: See TracTickets for help on using tickets.