Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 2195)

Ticket Resolution Summary Owner Reporter
#69 invalid (invalid) Bug when the same call id is reused in PJSUA-API bennylp bennylp
Description

When application terminates a call and immediately makes another call, PJSUA-API will reuse the same call id while this call hasn't been completely cleared.

#70 fixed Frame timestamp not propagated correctly bennylp bennylp
Description

The timestamp of outgoing media is always generated by the sound device, and it should be propagated throughout the components until the last downstream component, the media transport.

Unfortunately some components doesn't seem to propagate this information properly to downstream. Example of such components are conference bridge (there may be more).

In addition, the conference bridge should adjust the timestamp when the frame is going through a resampling algorithm (i.e. the timestamp should be adjusted according to sample rate conversion).

#71 fixed When host doesn't have any NIC interfaces, it should return 127.0.0.1 instead of error bennylp bennylp
Description

The primary host IP is resolved by detecting the default interface. Unfortunately when no NIC is present in the host, the pj_gethostip() function will return error while it really should return 127.0.0.1.

Note: See TracQuery for help on using queries.