<?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>end-of-call message</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8941902" />
  <subtitle>end-of-call message</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=8941902</id>
  <updated>2013-05-25T09:31:01Z</updated>
  <dc:date>2013-05-25T09:31:01Z</dc:date>
  <entry>
    <title>RE: end-of-call message</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9037564" />
    <author>
      <name>Shawn O&amp;#039;Rourke</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9037564</id>
    <updated>2012-12-03T17:09:05Z</updated>
    <published>2012-12-03T17:09:05Z</published>
    <summary type="html">You can detecet when the call has ended by binding an event handler to the "conversationEnd.cwic" event.  Here is an example:
$('#phone').bind('conversationEnd.cwic', function(evt, conversation) {
    console.log('conversationEnd');
    $('#answer').attr('disabled', true);
});
[url=http://developer.cisco.com/jabber/api/symbols/%24.fn.cwic.html] [/url]</summary>
    <dc:creator>Shawn O&amp;#039;Rourke</dc:creator>
    <dc:date>2012-12-03T17:09:05Z</dc:date>
  </entry>
  <entry>
    <title>RE: end-of-call message</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9028649" />
    <author>
      <name>Levent Ozturk</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9028649</id>
    <updated>2012-12-03T12:13:43Z</updated>
    <published>2012-12-03T12:13:43Z</published>
    <summary type="html">Hi Howard,
Thanks for your answer. Here is the scenario: 
The jabber sdk is embedded into a web browser installed on a kiosk. A customer is able to call the contact center by just pressing the " call" button on the screen.
Customer calls a contact center agent via the kiosk. They talk and at the end of the call, if the agent ends the call before the customer, the jabber sdk does not recognize that the call has ended. (It does not return to homepage.) What the software team intends to do is; to consider the end-of -call message that comes into jabber sdk as a trigger to end the call and return the homepage on the kiosk. I hope this explains the scenario detailed enough.
Levent</summary>
    <dc:creator>Levent Ozturk</dc:creator>
    <dc:date>2012-12-03T12:13:43Z</dc:date>
  </entry>
  <entry>
    <title>RE: end-of-call message</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8961209" />
    <author>
      <name>Ting-Hao Chen</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8961209</id>
    <updated>2012-11-30T20:38:58Z</updated>
    <published>2012-11-30T20:38:58Z</published>
    <summary type="html">Levent,
Not quite sure what you meant, could you please describe more in terms of use case. From the SDK point of view, you should be able to control the call. Please refer [url=http://developer.cisco.com/jabber/api/symbols/call.html]here[/url]
From the CUCM point of view, it's done by SIP Invite and Bye I believe.
Howard</summary>
    <dc:creator>Ting-Hao Chen</dc:creator>
    <dc:date>2012-11-30T20:38:58Z</dc:date>
  </entry>
  <entry>
    <title>end-of-call message</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8941901" />
    <author>
      <name>Levent Ozturk</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=8941901</id>
    <updated>2012-11-30T10:50:35Z</updated>
    <published>2012-11-30T10:49:55Z</published>
    <summary type="html">We are preparing a kiosk solution in which the PC applications will be triggered by the signalling messages coming to Jabber web sdk.
For this, I need to find out what the end-of-call message is that is sent by the call manager to jabber sdk. Can you help me on this?
Thanks,
Levent</summary>
    <dc:creator>Levent Ozturk</dc:creator>
    <dc:date>2012-11-30T10:49:55Z</dc:date>
  </entry>
</feed>

