Re: Can JTAPI do this?
Malyshev Michael <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Hi Ian, JTAPI can do this, but most of mobile phones have a protection. You need to sign your MIDlet with special certificate to use this JTAPI functionality on mobile phone. I made a JTAPI implementation for one of mobile phone manufacturer and I protected call control functionality from unauthorized use. Regards, Michael -----Original Message----- From: SUBSCRIBE JTAPI-INTEREST Ian Lin [mailto:[email protected]] Sent: Sunday, October 17, 2004 8:48 PM To: [email protected] Subject: [JTAPI] Can JTAPI do this? Hi all: I join a mobilephone project recently and now I have to develop an application on mobilephone which includes following function: * Control events of phone call(incoming call,outgoing call,missing...) for example: Mobile phone has an incoming call,can I run another process like creating a socket to connect to a server after ringing 3 times? Or, when the incoming call is failed(missing), I want to save Caller ID and other information just like Call log in our mobile phone. So, my question is if JTAPI can achieve this function? If yes, what JTAPI Packages should I refer? I do really appreciate if anybody can give me some replies. Thanks in advance, Ian ======================================================================== === To unsubscribe, send email to [email protected] and include in the body of the message "signoff JTAPI-INTEREST". For general help, send email to [email protected] and include in the body of the message "help". =========================================================================== To unsubscribe, send email to [email protected] and include in the body of the message "signoff JTAPI-INTEREST". For general help, send email to [email protected] and include in the body of the message "help".