Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (61 - 63 of 2195)

Ticket Resolution Summary Owner Reporter
#72 fixed Visual Studio 2005 Workspace support bennylp bennylp
Description

Yup, finally I'm committed to support this!

(don't ask about VS7 or VS7.1 as I don't have them :) ).

#73 fixed Unregistration does not respond to authentication challenge (401/407) after it has been marked for deletion bennylp bennylp
Description

After application has marked client registration session for deletion(pjsip_regc_destroy() is called), the client registration session does not respond to authentication challenge in 401/407 response.

Here are the steps to reproduce it:

 // Create Un-REGISTER request
 status = pjsip_regc_unregister(regc, &tdata);

 // Send the request.
 status = pjsip_regc_send(regc, tdata);

 // Signal regc to destroy itself after all transactions complete
 status = pjsip_regc_destroy(regc);  
#74 fixed Enlarge RX_BUF_COUNT in conference bridge to 32 bennylp bennylp
Description

ChenHuan? <chenhuan @ sict.ac.cn> reported that enlarging RX_BUF_COUNT to 32 fixes the stutter problem on Windows Mobile, even when using small ptime (10 or 20ms).

Note: See TracQuery for help on using queries.