saurabh agarwal wrote: > Hi; > > I am still not able to compile and link pjmedia.I have asked this query > earlier also and > with reference to your earlier reply: > > *You're trying to link with lots of stuffs which are not available in > pjsip's Symbian port (for example, Speex, PortAudio, etc.). > * As I said in that mail, I suspect that your config_site.h is wrong. You should include <pj/config_site_sample.h> in your config_site.h to activate Symbian specific settings in the build process. Once the correct setting is used, pjmedia will not try to access speex and portaudio, so you shouldn't get link errors. cheers, -benny > can i remove functions related to speex and portaudio referred in > pjmedia in pjsip 0.8.0 to establish audio transmission.Will this affect > our attempt to achieve audio call setup using symbian_audio.mmp instead > of null_audio.mmp. > > Thanks in advance. > > regards > Saurabh Agarwal