Hello, I just want to point out a linking error when I've just built PJSIP 1.3 with Visual C++ 9. 17>libpjproject-i386-win32-vc8-debug.lib(ice_session.obj) : error LNK2019: unresolved external symbol _dump_check referenced in function _handle_incoming_check 17>..\bin\pjsua-i386-Win32-vc8-Debug.exe : fatal error LNK1120: 1 unresolved externals I see this symbol is missing if PJ_LOG_MAX_LEVEL < 4 and the default config_site.h defines this symbol with 3 (at most). #if PJ_LOG_MAX_LEVEL >= 4 static const char *dump_check(char *buffer, unsigned bufsize, const pj_ice_sess_checklist *clist, const pj_ice_sess_check *check) . . . #else #define dump_checklist(title, ice, clist) #endif Regards, Paulo. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20090703/7e11be9a/attachment.html>