Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (4 - 6 of 2195)

1 2 3 4 5 6 7 8 9 10 11 12
Ticket Resolution Summary Owner Reporter
#32 fixed sndtest sample doesn't display the device name correctly bennylp bennylp
Description

When -1 is specified as device ID, sndtest will correctly select the default device on the platform but it doesn't display the correct device in the log.

#1373 fixed sipecho Testing Application bennylp bennylp
Description

sipecho application loops back peer's media (audio and/or video), and supports call hold too. It also works as a simple registrar, if peer needs it.

#972 fixed setsockopt options compatibility on various platforms (thanks Yann, John Ridges, and Dan Arrhenius for the reports) bennylp bennylp
Description

Some problems were reported on Windows platforms on various PJ_SOL_xxx constants that is used by pj_setsockopt() and pj_getsockopt() functions:

  1. PJ_SOL_IP is initialized with 0xffff if SOL_IP is not defined, for the reason that we thought it is not supported on Windows. A better alternative is to use IPPROTO_IP.
  1. Similarly PJ_SOL_TCP and PJ_SOL_UDP are also initialized with 0xffff if IPPROTO_TCP/IPPROTO_UDP are not defined. Some users reported that on some Platform SDKs these constants are not declared as macro but rather as enum values, causing them to be reverted back to 0xffff value.
1 2 3 4 5 6 7 8 9 10 11 12
Note: See TracQuery for help on using queries.