[I searched this forum before posting]
I would like the ability to record all calls (either inbound or outbound) automatically...
For example, to have all calls recorded to my USB drive attached to my router.
The USB Drive is also accessible via FTP, SMB, etc.
I am running "Tomato USB" on router.
Right now I have to manual goto web page in FireFox and press record, which then prompts me to save "record.au"
Recording calls automatically could probably be accomplished externally if you (or anyone else) wanted to get their code freak on. I have no inclination at the present time to mess with it but it would probably be trivial to leverage the following two scripts:
Script to record call:
http://www.obitalk.com/forum/index.php?topic=2348.msg15158#msg15158Syslog script:
http://www.obitalk.com/forum/index.php?topic=185.msg9107#msg9107In summary, the syslog script would have to be modified to watch for both incoming and outgoing calls and launch the record call script. However, be aware that other posters who have developed syslog scripts have recently observed that changes have been to the syslog output which has broken their scripts.