Opened 15 years ago
Last modified 15 years ago
#947 closed defect
SRTP stops functioning after the library is restarted — at Version 2
Reported by: | bennylp | Owned by: | nanang |
---|---|---|---|
Priority: | major | Milestone: | release-1.4 |
Component: | pjmedia | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: |
Description (last modified by bennylp)
SRTP session creation will return failure after the (PJSUA-LIB or PJMEDIA) library is shutdown and reinitialized without quitting the application. This is due to the use of static variable which is not reset during shutdown/reinitialization.
This will cause PJSUA-LIB to unable to make new call with SRTP enabled.
Change History (2)
comment:1 Changed 15 years ago by bennylp
comment:2 Changed 15 years ago by bennylp
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
Fixed in r2891