On Fri, Jun 6, 2008 at 6:12 AM, dinesh <dinesh.dua at coraltele.com> wrote: > Hi, > > I am using JSIP on embedded system in LINUX having no sound device in which > I have to replace sound device with DSP (tdm which communicate with a slic > and analog phone).So voice has to be taken and passed to this DSP. > > Please tell me desired modification for this purpose and I will be best > served with source code. > You just need to change the audio backend from pasound.c (the backend for Linux) to your implementation. I think the sound device API is pretty straightforward. Cheers Benny