Re: Cisco Call Manager - play prompt, accepting DTMF
Stephan Steiner <[email protected]>
| Newsgroups | gmane.comp.java.sun.jtapi |
|---|---|
| Message-ID | <LISTSERV%[email protected]> |
It is very unfortunate that Cisco does not support a large portion of the JTAPI media package. It might be useful if everybody who ever wanted to use any of those methods asks their Cisco PM to make a feature request so that together we can convince Cisco to implement those missing features. As a workaround, I figure it should be possible if you handle the RTP streaming by yourself. Here is a link to a JMF application that does G.711 streaming compatible with Cisco IP phones. It supports streaming of WAV files and from a PC's microphone input (I'm afraid I've never managed to get the line-in working.. it would require javasound and I hadn't gotten the help I needed to get this done). It's not a ready to be used solution in your scenario, but I think once you get the TerminalEv that signals that you need to register for the RTP connection, make that registration, then try to stream a wave file via my JMF application to the caller. I can't guarantee that it'll work, but it would be the approach I'd take in the absence of those javax.media methods. If you decide to go this route, I'd appreciate if you could let me know if it worked out for you. Regards Stephan =========================================================================== 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".