<?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 Jabber Usage Reports in Collaboration Applications</title>
    <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516270#M19745</link>
    <description>&lt;P&gt;I was wondering if there is a way to show Jabber usage reports.&amp;nbsp; We were wondering if there was a way to see how many people are logging in and using the application on a regular basis, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Alex LP&lt;/P&gt;</description>
    <pubDate>Sun, 17 Mar 2019 23:13:18 GMT</pubDate>
    <dc:creator>Alex Pfeil</dc:creator>
    <dc:date>2019-03-17T23:13:18Z</dc:date>
    <item>
      <title>Jabber Usage Reports</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516270#M19745</link>
      <description>&lt;P&gt;I was wondering if there is a way to show Jabber usage reports.&amp;nbsp; We were wondering if there was a way to see how many people are logging in and using the application on a regular basis, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Alex LP&lt;/P&gt;</description>
      <pubDate>Sun, 17 Mar 2019 23:13:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516270#M19745</guid>
      <dc:creator>Alex Pfeil</dc:creator>
      <dc:date>2019-03-17T23:13:18Z</dc:date>
    </item>
    <item>
      <title>The system dashboard under</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516271#M19746</link>
      <description>&lt;P&gt;The system dashboard under Diagnostics in CUPS shows the "Logged-in XMPP users" as the amount of users logged in at the moment. &amp;nbsp;In terms of historical reports I'm not sure if there's a way of seeing peaks and troughs. &amp;nbsp;Between that and the compliance DB we get a fairly good idea of how well it's being used.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Jun 2014 03:39:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516271#M19746</guid>
      <dc:creator>Geordie Guy</dc:creator>
      <dc:date>2014-06-10T03:39:33Z</dc:date>
    </item>
    <item>
      <title>Did you find a way to</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516272#M19747</link>
      <description>&lt;P&gt;Did you find a way to generate and historical report of Jabber logins?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2015 14:45:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516272#M19747</guid>
      <dc:creator>lucasmarcel</dc:creator>
      <dc:date>2015-05-13T14:45:25Z</dc:date>
    </item>
    <item>
      <title>Hi everyone,</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516273#M19748</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;We have Cisco CUCM and IM&amp;amp;P 10.5; and&amp;nbsp;I’m looking for your kind advice if there is a tool or way to have a statistics usage report for Cisco Jabber with below fields:-&lt;/P&gt;
&lt;P&gt;Number of Calls, Call Duration, Source and Destination numbers, and QoS&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I tried both Prime assurance and Presence-reports, but unfruitful. Even Solarwinds too.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Many thanks in advance.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 08:16:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516273#M19748</guid>
      <dc:creator>hamed.muhammad</dc:creator>
      <dc:date>2017-02-23T08:16:41Z</dc:date>
    </item>
    <item>
      <title>No, there's no way to get an</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516274#M19749</link>
      <description>&lt;P&gt;No, there's no way to get an overview of ALL Jabber users, best you can do is use CAR and then search for the users who have a Jabber device to get their individual data.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2017 15:45:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516274#M19749</guid>
      <dc:creator>Jaime Valencia</dc:creator>
      <dc:date>2017-02-23T15:45:53Z</dc:date>
    </item>
    <item>
      <title>If there is data in your CAR</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516275#M19750</link>
      <description>&lt;P&gt;If there is data in your CAR database you can query&amp;nbsp;it from CLI with run sql&amp;nbsp;command:&lt;/P&gt;
&lt;P&gt;run sql car SELECT callingpartynumber, finalcalledpartynumber, user_id, origdevicename, duration, origjitter, origlatency, orignumberpacketssent FROM car:tbl_billing_data&amp;nbsp;WHERE origdevicename LIKE 'BOT%'&lt;/P&gt;
&lt;P&gt;This for example gives you all records for devicenames that begins with BOT&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Use with caution.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 00:50:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516275#M19750</guid>
      <dc:creator>Rok Tisler</dc:creator>
      <dc:date>2017-03-02T00:50:37Z</dc:date>
    </item>
    <item>
      <title>Many thanks Rok,</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516276#M19751</link>
      <description>&lt;P&gt;Many thanks Rok,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Is there any reference for learning more on the SQL statements for Jabber, please.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;many thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 06:38:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516276#M19751</guid>
      <dc:creator>Muhammad Hamed</dc:creator>
      <dc:date>2017-03-02T06:38:28Z</dc:date>
    </item>
    <item>
      <title>There is no such thing as SQL</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516277#M19752</link>
      <description>&lt;P&gt;There is no such thing as SQL for Jabber. It is just database you query.&lt;/P&gt;
&lt;P&gt;I am sure you can find a lot of documentation and examples on the net.&lt;/P&gt;
&lt;P&gt;You can start playing around from here:&lt;/P&gt;
&lt;P&gt;http://www.cisco.com/c/en/us/support/docs/unified-communications/unified-communications-manager-callmanager/117726-technote-cucm-00.html&lt;/P&gt;
&lt;P&gt;Also a lot of info in this forum.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Mar 2017 15:34:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516277#M19752</guid>
      <dc:creator>Rok Tisler</dc:creator>
      <dc:date>2017-03-02T15:34:34Z</dc:date>
    </item>
    <item>
      <title>Hi Muhammad,</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516278#M19753</link>
      <description>&lt;P&gt;Hi Muhammad,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;you should try IR Prognosis for UC (www.ir.com). That should give you your statistics.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Apr 2017 12:36:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/2516278#M19753</guid>
      <dc:creator>Stefan</dc:creator>
      <dc:date>2017-04-27T12:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hi everyone,</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/3994541#M41596</link>
      <description>&lt;P&gt;Check AVOTUS. They can track Jabber activity.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 02:50:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/3994541#M41596</guid>
      <dc:creator>kapil.atrish</dc:creator>
      <dc:date>2019-12-06T02:50:57Z</dc:date>
    </item>
    <item>
      <title>Re: Did you find a way to</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095598#M43177</link>
      <description>&lt;P&gt;I would also like to know if you found a way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'd like to see who is actually using jabber.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 16:28:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095598#M43177</guid>
      <dc:creator>gretchen1983</dc:creator>
      <dc:date>2020-06-01T16:28:06Z</dc:date>
    </item>
    <item>
      <title>Re: Did you find a way to</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095641#M43178</link>
      <description>&lt;P&gt;You can enable Jabber to send telemetry information to Webex Control Hub. There was a recent post about this, in the past two-three weeks if memory serves me. Try to find that to get more details.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:33:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095641#M43178</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2020-06-01T17:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Did you find a way to</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095642#M43179</link>
      <description>&lt;P&gt;Link to mentioned post.&amp;nbsp;&lt;A href="https://community.cisco.com/t5/collaboration-applications/jabber-user-usage-report/m-p/4084522" target="_blank"&gt;https://community.cisco.com/t5/collaboration-applications/jabber-user-usage-report/m-p/4084522&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jun 2020 17:34:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4095642#M43179</guid>
      <dc:creator>Roger Kallberg</dc:creator>
      <dc:date>2020-06-01T17:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Did you find a way to</title>
      <link>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4141146#M43833</link>
      <description>&lt;P&gt;This was very informative. I have a client that has perpetual licensing for their on-prem solution - so they don't exist in Control Hub. We do have Control Hub for our internal system and a number of other clients. Is there any way to pull this data into Control Hub even though they aren't under our Control Hub "umbrella?"&lt;/P&gt;</description>
      <pubDate>Tue, 25 Aug 2020 16:37:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/collaboration-applications/jabber-usage-reports/m-p/4141146#M43833</guid>
      <dc:creator>nmonreal</dc:creator>
      <dc:date>2020-08-25T16:37:06Z</dc:date>
    </item>
  </channel>
</rss>

