Log In
Developer Network
Technologies
Join the Network
Member Services
Events & Community
JTAPI (JTAPI) Developer Center
Overview
Documentation
Community
Wiki
Testing
Everything
This Site
Blogs
9.1 JTAPI Documentation Now Available
Prem Bejjam
09 Jan 2013
Unified Communications 9.0 Partner Bundle Offer Now Available to Order
Amanda Whaley
21 Sep 2012
Developer Partner 2012 US Update Presentations Available
George Gary
29 Jun 2012
Developer Partner 2012 London Update Presentations Available
George Gary
10 Feb 2012
Unified Communication 8.6 NFR Bundle Now Orderable
George Gary
22 Aug 2011
Showing 1 - 5 of 30 results.
Items per Page 5
Page
(Changing the value of this field will reload the page.)
1
2
3
4
5
6
of 6
First
Previous
Next
Last
Forums
Message Boards Home
Recent Posts
Statistics
Answer
(
Unmark
)
Mark as an Answer
« Back to Cisco JTAPI Questions
Phone Mute via JTAPI
Threads [
Previous
|
Next
]
Arvind Sharma
Posts:
29
Join Date:
6/23/08
Recent Posts
Phone Mute via JTAPI
Answer
2/15/13 5:00 PM
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Was wondering if there is any API (in any version of JTAPI), where after answering a call, the phone can be muted ?
Both parties - Calling and Called.
Arvind
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
246
Join Date:
6/4/08
Recent Posts
RE: Phone Mute via JTAPI
Answer
2/15/13 5:53 PM as a reply to Arvind Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
JTAPI has no ability to effect the phone's audio systems: e.g. volume, mute, speaker, headset, etc.
Would putting the call on hold (or doing something like Redirecting it temporarily to a CTI port that plays silence), suffice? That can of course be done via JTAPI.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mohan Potluri
Posts:
155
Join Date:
7/26/08
Recent Posts
RE: Phone Mute via JTAPI
Answer
2/15/13 5:55 PM as a reply to Arvind Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
There is no direct API.
This can be achieved using sendData(byte[]) API. Try sending <CiscoIPPhoneExecute><ExecuteItem Priority="0" URL="Key:Mute"/></CiscoIPPhoneExecute> using this API.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
David Staudt
Posts:
246
Join Date:
6/4/08
Recent Posts
RE: Phone Mute via JTAPI
Answer
2/15/13 6:02 PM as a reply to Mohan Potluri.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
sendData is an interesting capability, and there is a full XML API for utilizing the phone's display and certain other features by apps in this way: http://developer.cisco.com/web/ipps/home
Mohan's suggestion is to use the XML API's ability to simulate physical button presses on the phone - via the Key:??? URI - to simulate pressing the phone's Mute button. Unfortunately there is no corresponding API for reading the current state of the Mute button, so this button push is 'blind' and may do the opposite of what the app thinks its doing (e.g, if the user already pressed Mute manually).
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Arvind Sharma
Posts:
29
Join Date:
6/23/08
Recent Posts
RE: Phone Mute via JTAPI
Answer
2/15/13 7:10 PM as a reply to David Staudt.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Yeah. I am trying to stay away from the XSI interaction and keep it pure JTAPI API. I understand sendData() is part of JTAPI.. but you understand what I mean.
Also, David's issue is the one I am concerned about too.
Any plans of providing the same capaiblity within JTAPI in near future ?
Other vendors allows this capabilities by sending some DTMF tones after the call has been setup.
Arvind
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Mohan Potluri
Posts:
155
Join Date:
7/26/08
Recent Posts
RE: Phone Mute via JTAPI
Answer
2/15/13 7:52 PM as a reply to Arvind Sharma.
Mark as an Answer
Submit
Reply with Quote
Quick Reply
Nothing in current pipeline to get this functionality in JTAPI API.
Sign in to vote.
Flag
Please sign in to flag this as inappropriate.
Top
Collateral
No files available