Opened 18 years ago
Closed 18 years ago
#174 closed defect (fixed)
GSM codec factory does not shutdown properly causing it to fail on next pjsua_init (thanks Binu K S)
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 (last modified by bennylp)
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 <binuks at gmail> for reporting and fixing this.
Change History (1)
comment:1 Changed 18 years ago by bennylp
- Description modified (diff)
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r1063.