<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>Phone Mute via JTAPI</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11978752" />
  <subtitle>Phone Mute via JTAPI</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=11978752</id>
  <updated>2013-05-21T13:57:46Z</updated>
  <dc:date>2013-05-21T13:57:46Z</dc:date>
  <entry>
    <title>RE: Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11983767" />
    <author>
      <name>Mohan Potluri</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11983767</id>
    <updated>2013-02-15T19:52:16Z</updated>
    <published>2013-02-15T19:52:16Z</published>
    <summary type="html">Nothing in current pipeline to get this functionality in JTAPI API.</summary>
    <dc:creator>Mohan Potluri</dc:creator>
    <dc:date>2013-02-15T19:52:16Z</dc:date>
  </entry>
  <entry>
    <title>RE: Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11982970" />
    <author>
      <name>Arvind Sharma</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11982970</id>
    <updated>2013-02-15T19:10:09Z</updated>
    <published>2013-02-15T19:10:09Z</published>
    <summary type="html">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
 </summary>
    <dc:creator>Arvind Sharma</dc:creator>
    <dc:date>2013-02-15T19:10:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979887" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979887</id>
    <updated>2013-02-15T18:02:37Z</updated>
    <published>2013-02-15T18:02:37Z</published>
    <summary type="html">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).</summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-02-15T18:02:37Z</dc:date>
  </entry>
  <entry>
    <title>RE: Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979779" />
    <author>
      <name>Mohan Potluri</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979779</id>
    <updated>2013-02-15T17:55:50Z</updated>
    <published>2013-02-15T17:55:50Z</published>
    <summary type="html">There is no direct API. 
 
This can be achieved using sendData(byte[]) API. Try sending &lt;CiscoIPPhoneExecute&gt;&lt;ExecuteItem Priority="0" URL="Key:Mute"/&gt;&lt;/CiscoIPPhoneExecute&gt; using this API.</summary>
    <dc:creator>Mohan Potluri</dc:creator>
    <dc:date>2013-02-15T17:55:50Z</dc:date>
  </entry>
  <entry>
    <title>RE: Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979743" />
    <author>
      <name>David Staudt</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11979743</id>
    <updated>2013-02-15T17:53:16Z</updated>
    <published>2013-02-15T17:53:16Z</published>
    <summary type="html">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.
 </summary>
    <dc:creator>David Staudt</dc:creator>
    <dc:date>2013-02-15T17:53:16Z</dc:date>
  </entry>
  <entry>
    <title>Phone Mute via JTAPI</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11978751" />
    <author>
      <name>Arvind Sharma</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=11978751</id>
    <updated>2013-02-15T17:00:20Z</updated>
    <published>2013-02-15T17:00:20Z</published>
    <summary type="html">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
 </summary>
    <dc:creator>Arvind Sharma</dc:creator>
    <dc:date>2013-02-15T17:00:20Z</dc:date>
  </entry>
</feed>

