Opened 18 years ago
Last modified 18 years ago
#174 closed defect
GSM codec factory does not shutdown properly causing it to fail on next pjsua_init (thanks Binu K S) — at Initial Version
Reported by: | bennylp | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-0.5.10.3 |
Component: | pjmedia | Version: | 0.5.10.2 |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description
The GSM codec factory refuses to shutdown itself when there are outstanding codecs in the cache, but this would always be the case if the GSM codec has ever been used! This would cause the factory to fail to unregister itself from the codec manager, and it will cause next call to get "Invalid RTP PT" error.
See this thread for reference:
http://www.pjsip.org/pipermail/pjsip/2007-March/002523.html
Thanks Binu KS for reporting and fixing this.
Note: See
TracTickets for help on using
tickets.