Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
DTMF IN JTAPI
Threads [
Previous
|
Next
]
Krishna Mohan K.P
Posts:
1
Join Date:
3/18/09
Recent Posts
DTMF IN JTAPI
Answer
3/18/09 11:17 AM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
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
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
245
Join Date:
6/4/08
Recent Posts
RE: DTMF IN JTAPI
Answer
3/18/09 11:45 PM as a reply to Krishna Mohan K.P.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
For sending additional digits during dialing (before connection has been established
CallControlConnection.addToAddress()
For sending digits via DTMF in-call: TerminalConnection.generateDtmf()
These are both standard Sun JTAPI methods.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Overview
Documentation
Community
Wiki
Testing