2009/5/29 Michael Hardam <[email protected]>: > Hi All, > > I am running Sunray 4.1 on Redhat Ent Linux 5.3, I need to get a VOIP > Softphone working on the DTU’s. I have downloaded and configured X-Lite > SoftPhone and it works fine, only problem is that all the sound comes out of > the server and not the DTU. Applications like VLC work fine through the > SunRay DTU but I need to know how I redirect the sound and the microphone > from the server to the SunRay. >
I'm not sure if this is still relevant, but you could try using LD_PRELOAD. e.g. $ export LD_PRELOAD=/usr/lib/libc_ut.so $ xlite If that doesn't work, then I guess X-Lite might be hard-coded with the audio device path. If you have source code access, you might try patching it to honour the AUDIODEV environment variable. I know that was probably not very helpful, sorry about that. -- Kind regards, John Francis _______________________________________________ SunRay-Users mailing list [email protected] http://www.filibeto.org/mailman/listinfo/sunray-users
