Re: playing music on mediaTerminal (CCM 4.0)
Elliot Otchet <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <[email protected]> |
Michal, You must create your own terminal and use something like JMF to stream content to and from the phone. Be careful to make sure you fully negotiate a codec between the application and the gateway. I believe JMF includes the ability to do G.711 but DOES NOT natively support some of the other compression codecs that are used by the gateway (especially codecs between devices on different WAN segments). If I remember correctly, you'll need to watch your bandwidth and CPU carefully.] This can be done. We did it about two years ago at my former employer using CallManager 3.3. Regards, Elliot -----Original Message----- From: Discussion list for Java Telephony API [mailto:[email protected]] On Behalf Of Michal Chalupnik Sent: Wednesday, October 06, 2004 6:36 AM To: [email protected] Subject: [JTAPI] playing music on mediaTerminal (CCM 4.0) Hi, I need to accept incoming call and play some sound file to caller; we are using Cisco Call Manager 4.0. I tried to use MediaTerminalConnection, but cisco did not implemented its methods for playing, so I cannot use it :-(. Can someone tell me how to do it? thanks... Michal =========================================================================== 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".