Combination View Flat View Tree View
Threads [ Previous | Next ]
Hi,
 
Is there is amethod to send DTMF signals through Cisco Jtapi. It would be hellpful if I get a sample code for that
 
Thanks and regards
Krishna Mohan

RE: DTMF IN JTAPI
Answer
3/18/09 11:45 PM as a reply to Krishna Mohan K.P.
For sending additional digits during dialing (before connection has been establishedemoticon CallControlConnection.addToAddress()
 
For sending digits via DTMF in-call: TerminalConnection.generateDtmf()
 
These are both standard Sun JTAPI methods.