talklock needs a class that inherits runnable and runs in a separate thread. This class needs to record audio from the microphone on the cellphone and http POST it to the server. This class has been written and tested on blackberry Pearl.
putthread needs a mechanism to tell the web server which buddy the audio data is for. talk.php on the web server needs a way to handle this and mark the data.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This has been written and tested on blackberry pearl. It would be awesome if it worked on other phones too.
record and post
putthread needs a mechanism to tell the web server which buddy the audio data is for. talk.php on the web server needs a way to handle this and mark the data.