Please do not top post. Sherwood McGowan <[email protected]> writes:
> I'm going to go ahead and say that while I'm not one of the > developers, I think it's safe to say that you cannot record to a file > and play it back at the same time. Probably something like file > locking (for the record, locks it from access by other processes, > etc)... There is nothing in Unix/Linux which prevents the playback of a file while it is being recorded. File locks in Linux are purely advisory; it is up to the applications whether they choose to respect them. The only challenge is whether the header has been written correctly, and you should be able to do without that in a pinch. What happens if you copy the half-written file to a computer with speakers and try to play it through the speakers? /Benny -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
