<?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 Re: call logs to see who answered a call in Webex Administration</title>
    <link>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4428582#M2978</link>
    <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of options, either you check the serviceability &amp;gt;&amp;gt; CDR report which give you the details (minimum though). In a more technical way, you have to get the traces and find out. Not a viable option again. I think your best bet will be installing a good call account/reporting software&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Rath!&lt;/P&gt;&lt;P&gt;***Please rate helpful posts and if applicable mark "Accept as a Solution"***&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 06 Jul 2021 13:19:24 GMT</pubDate>
    <dc:creator>Ratheesh Kumar</dc:creator>
    <dc:date>2021-07-06T13:19:24Z</dc:date>
    <item>
      <title>call logs to see who answered a call</title>
      <link>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4428569#M2977</link>
      <description>&lt;P&gt;How do I obtain a log that shows which users answered incoming calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a primary telephone number which all inbound calls come in on and via a hunt group goes to multiple users, i would like to be able to see which users are answering the calls.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:05:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4428569#M2977</guid>
      <dc:creator>RobertWilliams30081</dc:creator>
      <dc:date>2021-07-06T13:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: call logs to see who answered a call</title>
      <link>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4428582#M2978</link>
      <description>&lt;P&gt;Hi there&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Couple of options, either you check the serviceability &amp;gt;&amp;gt; CDR report which give you the details (minimum though). In a more technical way, you have to get the traces and find out. Not a viable option again. I think your best bet will be installing a good call account/reporting software&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this Helps&lt;/P&gt;&lt;P&gt;Cheers&lt;BR /&gt;Rath!&lt;/P&gt;&lt;P&gt;***Please rate helpful posts and if applicable mark "Accept as a Solution"***&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jul 2021 13:19:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4428582#M2978</guid>
      <dc:creator>Ratheesh Kumar</dc:creator>
      <dc:date>2021-07-06T13:19:24Z</dc:date>
    </item>
    <item>
      <title>Re: call logs to see who answered a call</title>
      <link>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4920397#M5020</link>
      <description>&lt;P&gt;Hi Robert,&lt;/P&gt;
&lt;P&gt;To obtain a log that shows which users answered incoming calls, you can use the Webex Calling Report APIs. Here are the fields that you would need to focus on:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;&lt;STRONG&gt;Direction&lt;/STRONG&gt;: Filter for 'TERMINATING' to identify incoming calls.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;User&lt;/STRONG&gt;: To identify the specific user who answered the call within the hunt group.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Call ID&lt;/STRONG&gt;: To uniquely identify each call for detailed tracking.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Answered&lt;/STRONG&gt;: To confirm that the call was indeed answered.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;HuntGroup&lt;/STRONG&gt;: To identify that the call was distributed through a hunt group.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Department ID&lt;/STRONG&gt;: Sometimes used to segment hunt groups within an organization, can be useful for further granularity.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;These fields should collectively allow you to create logs that show which users in the hunt group are answering incoming calls. You can find more information about these APIs in the following resources:&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/docs/api/v1/reports-detailed-call-history/get-detailed-call-history" target="_blank" rel="noopener"&gt;Webex Calling Report APIs&lt;/A&gt;,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://developer.webex.com/blog/calling-apis-overview" target="_blank" rel="noopener"&gt;Calling APIs Overview&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;Additionally, if you're looking for a more comprehensive solution for analyzing your call data, you might want to consider Metropolis's Expo XT Webex Calling, and Webex CC. It integrates with Webex and provides detailed insights into call patterns, agent performance, and queue statistics, which could help you identify and resolve issues like this more quickly in the future.&lt;/P&gt;
&lt;P&gt;I hope this helps, and please let us know if you have any other questions!&lt;/P&gt;</description>
      <pubDate>Fri, 08 Sep 2023 14:50:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/webex-administration/call-logs-to-see-who-answered-a-call/m-p/4920397#M5020</guid>
      <dc:creator>cdrguru</dc:creator>
      <dc:date>2023-09-08T14:50:48Z</dc:date>
    </item>
  </channel>
</rss>

