Hi, Currently it is the stream module (stream.c) that invokes the codec, packs/unpacks RTP and sends/receives RTP. So it seems you need to implement your own stream module that performs those things except invoking codec. You won't be able to use pjmedia components that do PCM level processing here, e.g: conference bridge, silence detector, echo canceller. Regards, nanang On Mon, Nov 10, 2008 at 7:39 PM, Javier Fileiv <ja_fileiv2 at yahoo.com.ar> wrote: > Hi everyone. I need to use pjsua on my own platform that use some codecs > from hardware, so I need to send it the raw packet received from voip > communication. Where can I catch this? Before what function? > Please help me. > > Best regards. > > C. J. Fileiv > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip at lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > >