<?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: JTAPI Monitoring Scalability in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533744#M1529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Jabber SDK in 'deskphone' mode actually uses CTI as its mechanism for monitoring devices, so there is no real difference there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, CTI (TAPI/JTAPI) is the best (and really only) mechanism for getting real-time call events.&amp;nbsp; The good news is that it is fairly efficient, depending on the use-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If truly necessary, it is possible for a single application to monitor 10K phones simultaneously - the performance impact is not negligible, but it is a reasonable factor in the set of other UCM scaling factors to consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details about CTI scalability scenarios and absolute numbers, you can see the 'Unified CM 8.6.x CTI Improvements' document here: &lt;A href="https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp" title="https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp"&gt;https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco partners can use the online Cisco UC Sizing Tool for details modelling/calculation of various scale factors, including CTI usage: &lt;A href="http://tools.cisco.com/cucst" title="http://tools.cisco.com/cucst"&gt;http://tools.cisco.com/cucst&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things to consider:&lt;/P&gt;&lt;P&gt;- Use-cases which truly require consumption of every single call event for every device continuously in real time are rare.&amp;nbsp; If you would like to describe your desired outcome, there may be approaches which could be less impactful.&lt;/P&gt;&lt;P&gt;- In a situation where multiple users may be interested in consuming the real-time events for the same set of devices, it would likely be a good idea to have a single process monitor the devices and then distribute events to the users/clients, like 'proxy' - rather than having each client monitor the same set of devices directly from UCM via CTI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Feb 2014 23:03:59 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2014-02-04T23:03:59Z</dc:date>
    <item>
      <title>JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533743#M1528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the most scalable way to notify desktop applications of CTI events?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If we have &amp;gt; 10,000 phones on a CUCM, is there a way to notify &amp;gt;10,000 desktops of basic CTI events (device states like off hook, incoming calls, etc.) Our concern is that monitoring that amount of devices will blow up the system..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will using Jabber SDK be a more scalable way to do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 16:47:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533743#M1528</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-04T16:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533744#M1529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Jabber SDK in 'deskphone' mode actually uses CTI as its mechanism for monitoring devices, so there is no real difference there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general, CTI (TAPI/JTAPI) is the best (and really only) mechanism for getting real-time call events.&amp;nbsp; The good news is that it is fairly efficient, depending on the use-case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If truly necessary, it is possible for a single application to monitor 10K phones simultaneously - the performance impact is not negligible, but it is a reasonable factor in the set of other UCM scaling factors to consider.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details about CTI scalability scenarios and absolute numbers, you can see the 'Unified CM 8.6.x CTI Improvements' document here: &lt;A href="https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp" title="https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp"&gt;https://developer.cisco.com/site/collaboration/call-control/jtapi/documentation/index.gsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cisco partners can use the online Cisco UC Sizing Tool for details modelling/calculation of various scale factors, including CTI usage: &lt;A href="http://tools.cisco.com/cucst" title="http://tools.cisco.com/cucst"&gt;http://tools.cisco.com/cucst&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A few things to consider:&lt;/P&gt;&lt;P&gt;- Use-cases which truly require consumption of every single call event for every device continuously in real time are rare.&amp;nbsp; If you would like to describe your desired outcome, there may be approaches which could be less impactful.&lt;/P&gt;&lt;P&gt;- In a situation where multiple users may be interested in consuming the real-time events for the same set of devices, it would likely be a good idea to have a single process monitor the devices and then distribute events to the users/clients, like 'proxy' - rather than having each client monitor the same set of devices directly from UCM via CTI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Feb 2014 23:03:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533744#M1529</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-02-04T23:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533745#M1530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you that is very helpful. Indeed the intent is to have a backend service that monitors all devices and communicates CTI events to desktop app. the desktop app needs to do basic call control (call, hold , transfer, conf) and display call and line states.&amp;nbsp;&amp;nbsp; every user will run an instant of the app to&amp;nbsp;&amp;nbsp; control/display the desk phone.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is: if a CUCM cluster serves 20k users/devices, can a backend service monitor them all and communicate CTI events to 20k instances of the app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All documentation we saw points to 10k as the upper limit of monitored devices.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 03:25:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533745#M1530</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-07T03:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533746#M1531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For UCM 8.6 and higher, the theoretical max is 10K per UCM node (failover pair), with a total of 40K for a 4-node cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this is a theoretical max, which may be lower depending on the actual mix of deployed devices/services on the node/cluster - the CUCST tool is the best source for checking this out in detail for specific sites.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While UCM may support monitoring 20K devices for real-time events, this would only scale to a couple of monitoring applications.&amp;nbsp; If each of 20K end-user apps need some or all of these events, then you would want to have a single app-server monitoring UCM via CTI, providing separate events (via whatever event mechanism you desire) to the individual clients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be very interested to know some of the details of this application, as I cannot imagine a use-case which requires an individual user to have precise real-time eventing for 20K other devices...?&amp;nbsp; In most cases end-users may need to know the real-time status of only a few devices (i.e. enough to be visible in the UI, like in a directory listing) and only briefly (i.e. when doing a directory lookup.)&amp;nbsp; If so, there are some mechanisms we can recommend to get device state ad-hoc (rather than continuously) which should greatly reduce overhead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Feb 2014 19:29:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533746#M1531</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-02-07T19:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533747#M1532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for responding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our intent is to develop a backend process that communicates CTI events to all registered desktop apps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we may have 20,000 users with Cisco phones and desktop PC who are expected to be able to control their phones using the app. (not using Cisco softphone, using the app we are developing).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question we have is what is the recommended way for the backend process to monitor 20,000 devices.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BTW, there will be several instances of this back-end service, one instance for each cluster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks you for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Raanan&lt;/P&gt;&lt;P&gt;908-243-2907&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.starfishassociates.com&amp;lt;http://www.starfishassociates.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 16:42:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533747#M1532</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-11T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533748#M1533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For such a use case, you might want to consider (per cluster:)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Single service instance using JTAPI&lt;/P&gt;&lt;P&gt;- This app can use the 'Super Provider' feature to dynamically acquire(CiscoProvider.CreateTerminal() ) phones as users login or otherwise make active use of the service.&amp;nbsp; This should keep the number of active monitoring sessions to a minimum&lt;/P&gt;&lt;P&gt;- Correspondingly, when users logout (or session timeout), application can release resources with deleteTerminal()&lt;/P&gt;&lt;P&gt;- App service would use its own event framework (e.g. Ajax) to distribute real-time updates to connected clients&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 21:14:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533748#M1533</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-02-11T21:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533749#M1534</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you.  Whats the max number of devices that back end will be able to monitor?  Will it be safe to monitor 10,000 per subscriber?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Raanan&lt;/P&gt;&lt;P&gt;908-243-2907&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.starfishassociates.com&amp;lt;http://www.starfishassociates.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 21:28:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533749#M1534</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-11T21:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533750#M1535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;While noting that there are many factors which determine whether a particular cluster can support 10K devices (see the referenced documents and links for the details), the theoretical maximum is 20K per cluster, so this is certainly an achievable number. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Per the above suggestions, developing the app to acquire/release devices dynamically can help keep the CTI impact as low as possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 21:52:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533750#M1535</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-02-11T21:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533751#M1536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David Raanan&lt;/P&gt;&lt;P&gt;908-243-2907&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;www.starfishassociates.com&amp;lt;http://www.starfishassociates.com/&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 22:43:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533751#M1536</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-11T22:43:39Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533752#M1537</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;Safe to assume that for a cluster of several CUCMs version 8.5 we can monitor 20,000 devices by talking JTAPI to a CTI Manager?&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt;To be specific: the JTAPI application does not need to know which CUCM in the cluster each device is registered to, or worry about a limitation of 10,000 per devices per CUCM?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 10pt; font-family: 'Arial','sans-serif';"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 03:33:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533752#M1537</guid>
      <dc:creator>DavidRaanan</dc:creator>
      <dc:date>2014-02-25T03:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533753#M1538</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Correct.&amp;nbsp; The CTI Manager service to which JTAPI connects 'abstracts' the details of the cluster/nodes.&amp;nbsp; The application does not know how many nodes are present, or which devices are registered to which node.&amp;nbsp; In this way 20K devices is within the maximum scope, as long as all other factors allow it (e.g. physical phones, BHCA, number of trunks, and whatever other factors the 'Sizing Tool' takes into account regarding scale.)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Feb 2014 16:14:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/3533753#M1538</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2014-02-25T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5065580#M3540</link>
      <description>&lt;P&gt;Hi David&lt;/P&gt;&lt;P&gt;I have a very similar server side CTi monitoring application (dating back to cucm 7) - monitoring all users' devices- using createterminal() when required and deleteterminal() when done. I always thought the limits are per subscriber pair (assigned to each CMG) rather than limit per cluster - is that not correct?&lt;/P&gt;&lt;P&gt;Are CTI resource limits higher for cucm 12.5 and 14? as I would need to scale the application server to 20,000 devices per cluster with more than 10 lines per device (i.e line factor &amp;gt; 2)&lt;/P&gt;&lt;P&gt;Thanks for your guidance. Best regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Apr 2024 22:35:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5065580#M3540</guid>
      <dc:creator>royp1</dc:creator>
      <dc:date>2024-04-10T22:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5066508#M3541</link>
      <description>&lt;P&gt;There are limits per-node pair (10K) and then per-cluster (20K), though AFAIK dedicated CTI testing results/documented limits were last published for 8.x (&lt;A href="https://developer.cisco.com/site/jtapi/whitepapers/" target="_blank" rel="noopener"&gt;see Unified CM 8.6.x CTI Improvements&lt;/A&gt;).&lt;BR /&gt;Performing an audit using the &lt;A href="https://cucst.cloudapps.cisco.com/landing" target="_blank" rel="noopener"&gt;Collaboration Sizing Tool&lt;/A&gt; is certainly the best way to determine CTI scalability in the context of other CUCM performance contributions, and I imagine this is more up-to-date.&amp;nbsp; It does take into account multiple lines, BHC, etc.&lt;/P&gt;
&lt;P&gt;It's possible/likely that Moore's law has improved this in recent years, however I would recommend carefully profiling performance for greater CTI scaling, and in the end Cisco TAC may only formally support what's published in the documents.&lt;/P&gt;</description>
      <pubDate>Thu, 11 Apr 2024 15:28:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5066508#M3541</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2024-04-11T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: JTAPI Monitoring Scalability</title>
      <link>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5157859#M3559</link>
      <description>&lt;P&gt;Hi David (@dstaudt)&lt;/P&gt;&lt;P&gt;Hope you are well&lt;/P&gt;&lt;P&gt;I have a related question on the call throughput capacity.&lt;/P&gt;&lt;P&gt;When monitoring devices enabled for CTI and call events, what is the rate of calls per second that each CUCM subscriber (JTAPI node) can sustain consistently, or a peak CPS for brief period.&lt;/P&gt;&lt;P&gt;Backgroud:&lt;/P&gt;&lt;P&gt;I have been given a test setup with 10 to 15k devices making a call from each device, to test my CTI / JTAPI server-side application to monitor call events (incoming calls to cisco devices are generated externally - incoming Alerting - answered/established then x min later dropped)&amp;nbsp;&lt;/P&gt;&lt;P&gt;My application gets around 25 events per call to track the state of each call. I need to size the application to keep up with whatever is the max through put for a CUCM JTAPI subscriber node.&lt;/P&gt;&lt;P&gt;And if there is any published information regarding the rated throughput, that will be great&lt;/P&gt;&lt;P&gt;Best regards&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;&amp;nbsp;&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 14:43:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/jtapi-monitoring-scalability/m-p/5157859#M3559</guid>
      <dc:creator>royp1</dc:creator>
      <dc:date>2024-08-08T14:43:34Z</dc:date>
    </item>
  </channel>
</rss>

