Call recorder in Blackberry
In my application, I want to record the call upto 10 mins. Is there any way to implement this? Any help is much appreciated. Jayachandra I think it works: Call Recorder for Blackberry public final class MyScreen extends MainScreen { /** * Creates a new MyScreen objects * */ Player player; RecordControl recorder; private ByteArrayOutputStream output; byte[] data; boolean yes = false; int st; public MyScreen() { // Set the displayed title of the screen setTitle("Call Recorder"); Phone.addPhoneListener(new PhoneListener() { public void conferenceCallDisconnected(int callId) { // TODO Auto