Hello. You must download and install VAS Plugin for SDK. You may get it from http://wiki.forum.nokia.com/index.php/SDK_API_Plugin With best regards, Rostyslav Drutsky >From: "Tine Ur?i?" <tine@xxxxxx> >To: "pjsip list" <pjsip at lists.pjsip.org> >Subj: Re: [pjsip] a Newbie Questions (VAS) > > >I'm having the same problem. I have s60 3rd SDK but no "VoIPAudioIntfc.lib" which results in the same errors. > >Can't find nokia's SDK API with VoIPAudioIntfc. Any suggestions? > >Thanks. > >Aji Prabowo wrote: > > > 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