<?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: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456912#M517</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there other instances of the app trying to register the same CTIPort? When static registration is used only 1 app can register the CTIPort. Can you attach the JTAPI logs after the time application is started to get a better understanding?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 May 2014 16:32:13 GMT</pubDate>
    <dc:creator>mpotluri</dc:creator>
    <dc:date>2014-05-07T16:32:13Z</dc:date>
    <item>
      <title>Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456911#M516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;We are calling the CiscoMediaTerminal.&lt;CODE&gt;&lt;A&gt;register&lt;/A&gt;(java.net.InetAddress address, int port, &lt;A title="class in com.cisco.jtapi.extensions"&gt;CiscoMediaCapability&lt;/A&gt;[] capabilities)during our application startup to register the CTI port for further use .Before we invoke this api we call the isRegistered() or isRegisteredByThisApp() api's to check whether the CTI Port is already registered or not.But for the very first it works as expected.So after the api invocation we get the boolean flag as true since it is registered.But we run the application next time onwards &lt;CODE&gt;isRegistered() or isRegisteredByThisApp() api's return false even though it should return true.So because of this when we try to call the &lt;CODE&gt;&lt;A&gt;register&lt;/A&gt;(java.net.InetAddress address, int port, &lt;A title="class in com.cisco.jtapi.extensions"&gt;CiscoMediaCapability&lt;/A&gt;[] capabilities) API it fails giving com.cisco.jtapi.CiscoRegistrationExceptionImpl error (Device registration failed as device is registered with Static media termination).I guess this could be a bug in the API.Please help me in this regard.&lt;/CODE&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;CODE&gt;&lt;CODE&gt;Regards&lt;/CODE&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;CODE&gt;&lt;CODE&gt;Senthil&lt;/CODE&gt;&lt;/CODE&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 12:17:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456911#M516</guid>
      <dc:creator>posenthi</dc:creator>
      <dc:date>2014-05-07T12:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456912#M517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are there other instances of the app trying to register the same CTIPort? When static registration is used only 1 app can register the CTIPort. Can you attach the JTAPI logs after the time application is started to get a better understanding?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 16:32:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456912#M517</guid>
      <dc:creator>mpotluri</dc:creator>
      <dc:date>2014-05-07T16:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456913#M518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When we try to register the same CTI port second time isRegisteredByThisApp() and isRegistered() should return true .Am I correct? What do you mean by static registration? Will attach the logs once I get this error.But this error happens very frequently.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 06:20:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456913#M518</guid>
      <dc:creator>posenthi</dc:creator>
      <dc:date>2014-05-08T06:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456914#M519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the isRegisteredByThisApp() and isRegistered() does not give the expected result , then can you provide me sample code for dynamic CTI Port registration please?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 11:46:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456914#M519</guid>
      <dc:creator>posenthi</dc:creator>
      <dc:date>2014-05-08T11:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456915#M520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the first registration if the application is closed the CTIPort will return to unregistered state. On CUCM admin you should see 'unregistered' after application is closed or if provider is shutdown. Between the 2 registration attempts is the application getting closed or  provider shutdown?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have more than 1 instance of the app running ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify ipaddress/port in register API you are doing static registration. Cisco JTAPI supports dynamic registration where the IP address/port can be specified when media is setup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 May 2014 16:52:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456915#M520</guid>
      <dc:creator>mpotluri</dc:creator>
      <dc:date>2014-05-08T16:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456916#M521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes,when the application starts up first time we do a static registration and immediately after this we could see the port is registered . Then we close the application and restart the application&amp;nbsp; and try to register the CTI port, that time we get the error. But at the same time only one instance of the application is running.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 06:48:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456916#M521</guid>
      <dc:creator>posenthi</dc:creator>
      <dc:date>2014-05-09T06:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding cisco jtapi isRegisteredByThisApp() and isRegistered() api's in the CiscoMediaTerminal class</title>
      <link>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456917#M522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you check if status of CTIPort is changed to 'unregistered' when application is closed on CUCM admin ?&lt;/P&gt;&lt;P&gt;Can you collect JTAPI logs from the time application starts up to the time you see the issue and attach it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 10 May 2014 23:12:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/regarding-cisco-jtapi-isregisteredbythisapp-and-isregistered-api/m-p/3456917#M522</guid>
      <dc:creator>mpotluri</dc:creator>
      <dc:date>2014-05-10T23:12:25Z</dc:date>
    </item>
  </channel>
</rss>

