Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (49 - 51 of 2195)

Ticket Resolution Summary Owner Reporter
#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).

#75 fixed SDP validation failed when port is zero and no format is specified bennylp bennylp
Description

This would fail the SDP validation:

m=video 0 RTP/AVP

The SDP validation (pjmedia_sdp_validate() should allow empty format when the port is zero.

Note: See TracQuery for help on using queries.