how streaming?
Hi
i'm develop a call-center with FMS and FMG, and I want save files of conversation. It's possible create a file with the conversation?
In the file main.asc in the function sendOnLeg, i'm doing:
if (application.stream)
{
application.stream.record();
application.stream.play(obj.incomingStream);
}
but the file only have the sound of inputstream (Microphone).
Thank you
