Hi All, Here are a couple of issues which we have noticed that don't appear to be fixed in the current SVN 1.x branch: 1) default_concurrency variable is not initialized in ioqueue_select.c The version in ioqueue_winnt.c is correct, but the select() version leaves ioqueue->default_concurrency uninitialized. 2) Documentation issue for timer heap, which states for pj_timer_heap_poll(): "next_delay will be filled up with the time until the next timer elapsed, or -1 in the sec part if no entry exist." But if no timer entry exists next_delay->sec is actually set to PJ_MAXINT32 (2147483647) not -1. Thanks, -Phil -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090312/a7f91580/attachment.html>