<?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: Programming the Applications which integrated with CUCM in Management</title>
    <link>https://community.cisco.com/t5/management/programming-the-applications-which-integrated-with-cucm/m-p/3554888#M1969</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For monitoring individual calls in real time (note, only calls terminated on a CUCM registered endpoint), you will want to look into the CUCM CTI interfaces: TAPI and JTAPI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/tapi/index.gsp" title="https://developer.cisco.com/site/tapi/index.gsp"&gt;https://developer.cisco.com/site/tapi/index.gsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/jtapi/index.gsp" title="https://developer.cisco.com/site/jtapi/index.gsp"&gt;Cisco DevNet: JTAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Java is an option, I might suggest JTAPI, as TAPI (C/C++) can be fairly obtuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want high-level statistics - similar to RTMT - check out the RisPort SOAP API: &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/risport/" title="https://developer.cisco.com/site/sxml/documents/api-reference/risport/"&gt;Cisco DevNet: sxml - API Reference - Real-Time Information (RisPort)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be fairly easy to work with as it is SOAP-based (perhaps easier to handle as REST-like, HTTP+XML), and you can code against it from just about any platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Oct 2017 18:18:18 GMT</pubDate>
    <dc:creator>dstaudt</dc:creator>
    <dc:date>2017-10-11T18:18:18Z</dc:date>
    <item>
      <title>Programming the Applications which integrated with CUCM</title>
      <link>https://community.cisco.com/t5/management/programming-the-applications-which-integrated-with-cucm/m-p/3554887#M1968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;Hello, we want to make our own applications to work with CUCM 11.5 (SOAP, AXL etc) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #343537; font-size: 14px; background-color: rgba(245, 245, 246, 0.4); font-family: CiscoSansTTLight, 'Helvetica Neue', Arial;"&gt;The first task - is to make application which can monitor the calls in real time. like RTMT, but it must watch&lt;SPAN style="color: #343537; font-family: CiscoSansTTLight, 'Helvetica Neue', Arial; font-size: 14px; background-color: rgba(245, 245, 246, 0.4);"&gt; the calls in realtime and to keep the history&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;Can you please advice which programming language is best for making applications for CUCM: Python, Java etc?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;Vladimir&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #58585b; font-family: CiscoSans, Arial, sans-serif; font-size: 14px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Oct 2017 08:58:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/programming-the-applications-which-integrated-with-cucm/m-p/3554887#M1968</guid>
      <dc:creator>IntegraGFSupport</dc:creator>
      <dc:date>2017-10-09T08:58:05Z</dc:date>
    </item>
    <item>
      <title>Re: Programming the Applications which integrated with CUCM</title>
      <link>https://community.cisco.com/t5/management/programming-the-applications-which-integrated-with-cucm/m-p/3554888#M1969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For monitoring individual calls in real time (note, only calls terminated on a CUCM registered endpoint), you will want to look into the CUCM CTI interfaces: TAPI and JTAPI:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/tapi/index.gsp" title="https://developer.cisco.com/site/tapi/index.gsp"&gt;https://developer.cisco.com/site/tapi/index.gsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developer.cisco.com/site/jtapi/index.gsp" title="https://developer.cisco.com/site/jtapi/index.gsp"&gt;Cisco DevNet: JTAPI&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Java is an option, I might suggest JTAPI, as TAPI (C/C++) can be fairly obtuse.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you just want high-level statistics - similar to RTMT - check out the RisPort SOAP API: &lt;A href="https://developer.cisco.com/site/sxml/documents/api-reference/risport/" title="https://developer.cisco.com/site/sxml/documents/api-reference/risport/"&gt;Cisco DevNet: sxml - API Reference - Real-Time Information (RisPort)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be fairly easy to work with as it is SOAP-based (perhaps easier to handle as REST-like, HTTP+XML), and you can code against it from just about any platform.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Oct 2017 18:18:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/management/programming-the-applications-which-integrated-with-cucm/m-p/3554888#M1969</guid>
      <dc:creator>dstaudt</dc:creator>
      <dc:date>2017-10-11T18:18:18Z</dc:date>
    </item>
  </channel>
</rss>

