Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
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.

#30 invalid Check the samples_per_frame value of media stream bennylp bennylp
Description

Someone in the mailing list suggested that we shouldn't multiply frame with number of packets per frame to calculate samples_per_frame:

http://pjsip.org/pipermail/pjsip/2006-November/001196.html

Not clear how pjmedia does it now and why it does work.

#31 duplicate Explicit binding to specific listener/transport bennylp bennylp
Description

Some test applications want to simulate thousands of user agents (user endpoints) by creating lots of transports and bind the {dialog, registration, etc} to specific transport. Currently this is not possible since transport is managed automatically by pjsip.

The solution perhaps is to add optional local address/port specification in {dialog, registration, etc} and make the transport manager look up the transport not only by the remote address but also by the local listening point.

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