Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (22 - 24 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Ticket Resolution Summary Owner Reporter
#32 fixed sndtest sample doesn't display the device name correctly bennylp bennylp
Description

When -1 is specified as device ID, sndtest will correctly select the default device on the platform but it doesn't display the correct device in the log.

#33 invalid Add socket handles to UDP media transport info bennylp bennylp
Description

Some application wants to do something with the sockets, so they need to be explosed.

#34 fixed Unable to send registration in the callback bennylp bennylp
Description

The client registration temporarily increases the pending_tsx flag before calling the callback. This is intended to prevent application from deleting the registration while it's in the callback. Unfortunately this also prevents application from sending another REGISTER request before the pending_tsx flag is not zero.

The solution for this is to separate the has_pending_tsx flag with the flag to prevent deletion.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
Note: See TracQuery for help on using queries.