finally succeed building standard version of symbian? PJSIP, now i'm trying to build with VAS support by adding following lines to config_site.h #define PJ_SYMBIAN 1 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_MDA 0 #define PJMEDIA_AUDIO_DEV_HAS_SYMB_VAS 1 then clean and rebuild the project but the carbide showed following errors when I try to build : symb_vas_dev.cpp:(.text+0x3a4): undefined reference to `CVoIPUtilityFactory::CreateFactory(CVoIPUtilityFactory*&)' symb_vas_dev.cpp:(.text+0x3d4): undefined reference to `CVoIPUtilityFactory::CreateDownlinkStream(TVersion, CVoIPUtilityFactory::TVoIPCallType, CVoIPAudioDownlinkStream*&)' ?and alot of CVoIPUtilityFactory:: errors I thought this got todo with missing VoIPAudioIntfc.lib, which I only found in epoc32/release/armv5/lib So please guide me step by step to build pjsip with vas support please. Have tried http://trac.pjsip.org/repos/wiki/VAS but not worked also. Thanks in advance -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.pjsip.org/pipermail/pjsip_lists.pjsip.org/attachments/20100117/1aac5b12/attachment.html>