Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 2195)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#315 fixed Ability to override pj_assert bennylp bennylp
Description

Application can now override pj_assert() macro in config_site.h, by declaring something like this:

config_site.h:

#define pj_assert(expr)  ...your assert goes here...
#337 fixed Ability to restart PJSIP UDP transport bennylp bennylp
Description

Some applications want to be able to:

  • temporarily shutdown the transport (and the underlying socket), for example when network connectivity is lost
  • restart the transport, for example when the underlying socket is in "bad" state
  • just change the IP address of the transport, for example when the STUN mapped address has changed.

Add support to cover the above use cases.

#403 fixed Ability to specify RConnection instance etc in PJLIB Symbian bennylp bennylp
Description

Some applications want to be able to specify RConnection instance to be used by PJLIB.

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.