<?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>catch the calling number using Jabber SDK</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=9467397" />
  <subtitle>catch the calling number using Jabber SDK</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=9467397</id>
  <updated>2013-05-25T19:07:40Z</updated>
  <dc:date>2013-05-25T19:07:40Z</dc:date>
  <entry>
    <title>RE: catch the calling number using Jabber SDK</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9641651" />
    <author>
      <name>Omar EL IDRISSI</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9641651</id>
    <updated>2012-12-21T11:14:09Z</updated>
    <published>2012-12-21T11:14:09Z</published>
    <summary type="html">Thank's O'Rourke for helping, it seems working</summary>
    <dc:creator>Omar EL IDRISSI</dc:creator>
    <dc:date>2012-12-21T11:14:09Z</dc:date>
  </entry>
  <entry>
    <title>RE: catch the calling number using Jabber SDK</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9521396" />
    <author>
      <name>Shawn O&amp;#039;Rourke</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9521396</id>
    <updated>2012-12-18T15:17:09Z</updated>
    <published>2012-12-18T15:17:09Z</published>
    <summary type="html">When you bind a callback function to the conversationIncoming event, you can use properties on the conversation object that gets passed into the callback to get the calling number.  There are two properties: callingPartyDirectoryNumber and callingPartyNumber.  Here is an example:
$('#phone').bind('conversationIncoming.cwic', function(evt, conversation, container) {
    console.log('Incoming call from: ' + conversation.callingPartyDirectoryNumber);
    conv = conversation;
});</summary>
    <dc:creator>Shawn O&amp;#039;Rourke</dc:creator>
    <dc:date>2012-12-18T15:17:09Z</dc:date>
  </entry>
  <entry>
    <title>catch the calling number using Jabber SDK</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9467396" />
    <author>
      <name>Omar EL IDRISSI</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=9467396</id>
    <updated>2012-12-18T09:26:48Z</updated>
    <published>2012-12-17T16:21:55Z</published>
    <summary type="html">Hi,  
 
Is there any way to retrieve the calling number of an incoming call using the “Jabber SDK” ?  
Any help would be greatly appreciated
thanks,        </summary>
    <dc:creator>Omar EL IDRISSI</dc:creator>
    <dc:date>2012-12-17T16:21:55Z</dc:date>
  </entry>
</feed>

