Hello Everyone,
I have been advised to use JMF for sending an audio file after the call is connected as the Cisco JTAPI implementation doesn't support javax.telephony.media.* , and hence its methods can not be used. The problem however is that I amfinding it very difficult to have the two integrated (JTAPI and JMF).
I am able to caputure the callConnectedEv and I guess, in that block of callConnectedEv, that I have to use the JMF portion when the stream will be sent to the receiver. The issue is that how will we connect the two pieces. How would my JMF piece know that it is this connection that the stream should be transmitted.
Can some one who has an idea on this or has worked with similar kind of problem throw some light on this. Any sample piece of code would be of great help. Any new solution without the use of JMF to pass audio file in Cisco JTAPI is also welcomed
Thanks
Manas Varma