Changes between Initial Version and Version 2 of Ticket #947


Ignore:
Timestamp:
Aug 17, 2009 3:53:46 PM (15 years ago)
Author:
bennylp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #947 – Description

    initial v2  
    11SRTP 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. 
     2 
     3This will cause PJSUA-LIB to unable to make new call with SRTP enabled.