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
#47 fixed Packet length not set correctly when media transport fails with immediate error bennylp bennylp
Description

When ioqueue_recv() fails with immediate error in UDP transport, the bytes_read variable is not set properly, causing the stream to incorrectly try to parse the packet.

This causes some "invalid RTP version" error message to be printed. It may cause more serious error too, such as switching transport address to an invalid destination.

#48 fixed DTMF callback support in pjmedia/pjsua-API bennylp bennylp
Description

Currently there's no way to retrieve DTMF from pjsua API.

#49 fixed Bug in select() ioqueue: the recv() flag is not used bennylp bennylp
Description

When socket is signaled for readability, recv()/recvfrom is called with flags set to zero. It should use the flags as specified when ioqueue_recv()/ioqueue_recvfrom() was called.

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.