<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic UCCX Missed Calls in Unified Communications Infrastructure</title>
    <link>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087909#M48260</link>
    <description>&lt;P&gt;Where can I found a field to describe the uccx missed calls in real time? I need the missed call, the calling number, the time, and the queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Tue, 19 Mar 2019 13:06:29 GMT</pubDate>
    <dc:creator>gustavo001</dc:creator>
    <dc:date>2019-03-19T13:06:29Z</dc:date>
    <item>
      <title>UCCX Missed Calls</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087909#M48260</link>
      <description>&lt;P&gt;Where can I found a field to describe the uccx missed calls in real time? I need the missed call, the calling number, the time, and the queue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Mar 2019 13:06:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087909#M48260</guid>
      <dc:creator>gustavo001</dc:creator>
      <dc:date>2019-03-19T13:06:29Z</dc:date>
    </item>
    <item>
      <title>UCCX Missed Calls</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087910#M48261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ContactCallDetail contains a record for each call. That would contain a 'contactDisposition' field to indicate handled or not etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Each queue that the call is sent to generates a record in ContactQueueDetail, so you'd check for rows matching the sessions/sequence/nodeid fields between those two tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jan 2013 18:54:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087910#M48261</guid>
      <dc:creator>Aaron Harrison</dc:creator>
      <dc:date>2013-01-10T18:54:38Z</dc:date>
    </item>
    <item>
      <title>UCCX Missed Calls</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087911#M48262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have looked for in the fields that you recommended, and I haven't found the calling number. How can I solve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Mar 2013 19:23:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087911#M48262</guid>
      <dc:creator>gustavo001</dc:creator>
      <dc:date>2013-03-12T19:23:30Z</dc:date>
    </item>
    <item>
      <title>UCCX Missed Calls</title>
      <link>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087912#M48263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello Aaron,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;excuse me, as you indicated, I found the field "originatorDN" in the table contactCallDetail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did an web page that show the lasts missed calls in the contact center.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT originatorDN, startDateTime, contactDisposition, originatorType from contactcalldetail ccd INNER JOIN contactqueuedetail cqd ON (ccd.sessionID = cqd.sessionID AND ccd.sessionSeqNum = cqd.sessionSeqNum AND ccd.nodeID = cqd.nodeID) WHERE contactDisposition = 1 ORDER BY startDateTime DESC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It was successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Mar 2013 17:11:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/unified-communications-infrastructure/uccx-missed-calls/m-p/2087912#M48263</guid>
      <dc:creator>gustavo001</dc:creator>
      <dc:date>2013-03-13T17:11:01Z</dc:date>
    </item>
  </channel>
</rss>

