Custom Query (2195 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (46 - 48 of 2195)

Ticket Resolution Summary Owner Reporter
#57 fixed Update documentation and website bennylp bennylp
Description

Update the documentations:

  • pjsua-API online documentation can be made more extensive.
  • some misleading info in conference documentation (it says that it needs audio device while it's not).
  • update the documentation on the website.
#58 fixed Another 64bit problem with pool.h bennylp bennylp
Description

In <pj/pool.h>:

     /**
      * Internal pool.
      */
    char	    pool_buf[256];

This caused problem on 64bit machines.

#59 wontfix Implement STUN client using ioqueue bennylp bennylp
Description

Currently the STUN client uses pj_sock_select(), which means that porting to new platform requires porting both pj_sock_select() and ioqueue.

If STUN client is implemented using ioqueue, then it would make porting simpler

Note: See TracQuery for help on using queries.