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

#35 invalid Unregistration unregisteres ALL Contacts bennylp bennylp
Description

Currently the unregistration function in PJSIP client registration (pjsip_regc_unregister()) sends REGISTER with Expires=0 for all contacts including those that are registered by other endpoints (because Contact header is set to "*"). This is not the correct behavior since it prevents more than one AOR to be registered.

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.