i want to record a call fom modem

I make an application that recieve any incoming call witin modem and also i can reply on it, but if i want to record the call i have a problem, when capturing the audio with JMF it can't capture the audio when the mic and headphone in the modeem, it detects it only when the mic in sound card, but i put the mic in sound card the sound can't be transimitted to the other in the call; so what the

solution::: JMF need mic in sound card and answering the call needs the mic to be in modem.

[510 byte] By [mohamedfakhry20] at [2007-9-27 1:43:09]
# 1
Hi Mohamedfakhry,I am also working on similar project. I could not pickup call from modem on PC. Can u please send me source code , which is working for u. Thanks in advance,kumar (dsp_kumar@hotmail.com)
dspkumar at 2007-7-4 20:03:01 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 2
Hey, does anyone has source code for recording calls through modem? If yes would it be possible to share it with me?Thanks in advance.
axelinux@hotmail.com at 2007-7-4 20:03:01 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 3

Hi,

You can use xtapi, http://sourceforge.net/projects/xtapi/ this can record calls between another things.

Anyone can capture audio from audiomodem with javasound or JMF?, or perhaps send the audio of the modem to soundcard for processing, all comments are wellcome,

Alberto

Betto at 2007-7-4 20:03:01 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 4
Hey, By "recording calls" you mean to record the conversation as audio or just the call info? I have tried and searched the inet but i haven't found a way to capture audio from winmodem till. Maybe JNI is the only solution.. If anyone has any info please post.
axelinux@hotmail.com at 2007-7-4 20:03:01 > top of Java-index,Other Topics,Java Community Process (JCP) Program...
# 5
By "recording calls" i mean record audio from call. XTAPI is a implementation of JTAPI and uses JNI, but you just use java interfaces.RegardsAlberto
Betto at 2007-7-4 20:03:01 > top of Java-index,Other Topics,Java Community Process (JCP) Program...