Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#29 fixed Calling pjsua_create() after pjsua_destroy() fails bennylp bennylp
Description

Some application want to be able to call pjsua_create() after calling pjsua_destroy(). Currently this sequence fails because the error subsystem has already been registered and subsequent registration will be refused.

The solution perhaps is to clear the error subsystem once pj_shutdown() is called.

#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.

#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
Note: See TracQuery for help on using queries.