Opened 6 years ago
Last modified 6 years ago
#2173 closed defect
On PJSUA2, application will not be notified when when SDP nego fails due to unsupported codec. — at Initial Version
Reported by: | riza | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.9 |
Component: | pjsua2 | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
Ticket #1916 will enable on_incoming_call() called from on_create_media_transport() for PJSUA2.
However, application isn't notified when SDP nego fails due to unsupported codec.
Hence application will unable to clear the call.
The patch will add check for codec and capability support from the SDP before
calling on_incoming_call(). In this case, when the check fails then on_incoming_call() will not be called.
Thanks to Ryan Wallach for the report.
Note: See
TracTickets for help on using
tickets.