divyapanchani / rvoix

Automatically exported from code.google.com/p/rvoix
0 stars 0 forks source link

Ongoing recording is cut by new incoming call. #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Get someone to call your phone and have rvoix automatically record it.
2. Get a second caller to call your phone while you are talking to the first 
caller. On my system the incoming caller is put on hold, I suppose it's named 
"call waiting". The second caller will not get the occupied tones but normal 
calling tones.
3. Rvoix will cut the recording of the current call if you ignore the new 
incoming call. I have not tested what happens if you answer the incoming one 
and put the first caller on hold.

What is the expected output? What do you see instead?
It would make sense if rvoix kept recording the first call, maybe created a new 
file if the user answered the new incoming call.
Right now it seems to crash and leave two incomlete <date><name>-dn and 
<date><name>-up files.

What version of the product are you using? On what operating system?
Custom ROM with Android 2.3.4, HTC Hero. rvoix-01-15-2011.apk.

Please provide any additional information below.
Sorry if this is due to user error. I don't really understand most of what the 
wiki talks about.

Original issue reported on code.google.com by j.sjol...@gmail.com on 3 Nov 2011 at 3:45

GoogleCodeExporter commented 9 years ago
Hmm, after a hasty reading of the code it seems CallReceiver.onReceive() checks 
if rvoix is already recording and merges the new call into the ongoing 
recording. For some reason that didn't work for me. I'll have to capture the 
log the next time it happens. Does rvoix log debug messages by default or will 
I have to change something and compile the source?

Original comment by j.sjol...@gmail.com on 5 Nov 2011 at 11:03