<?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: TSP on Windows 2008 in Call Control</title>
    <link>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582088#M2229</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer &lt;A href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/tapi_dev/8_5_1/tapi_dev_guide/installation.html#wp150836"&gt;Supported Windows Platforms&lt;/A&gt; For more information &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-style: normal; font-weight: normal;"&gt;Windows 7 (64-bit) and Windows 2008 server R2 require native 64-bit Cisco TSP client. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also please refer - &lt;A href="https://developer.cisco.com/web/tapi/blogroll" title="https://developer.cisco.com/web/tapi/blogroll"&gt;https://developer.cisco.com/web/tapi/blogroll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Geevarghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Jun 2014 11:04:53 GMT</pubDate>
    <dc:creator>Geevarghese Cheria</dc:creator>
    <dc:date>2014-06-13T11:04:53Z</dc:date>
    <item>
      <title>TSP on Windows 2008</title>
      <link>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582087#M2228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the TSP work on Windows 2008? I have code that works on an XP machine but the same exact code does not work on the Windows 2008 server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that the code seems to do everything the same that it does on the XP machine and runs without error. But it does not seem to do enough to get TAPI messages for the end points that i am interested in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone have any suggestions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2014 13:43:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582087#M2228</guid>
      <dc:creator>ThePrimasGroup</dc:creator>
      <dc:date>2014-06-11T13:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: TSP on Windows 2008</title>
      <link>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582088#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please refer &lt;A href="http://www.cisco.com/c/en/us/td/docs/voice_ip_comm/cucm/tapi_dev/8_5_1/tapi_dev_guide/installation.html#wp150836"&gt;Supported Windows Platforms&lt;/A&gt; For more information &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-style: normal; font-weight: normal;"&gt;Windows 7 (64-bit) and Windows 2008 server R2 require native 64-bit Cisco TSP client. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Also please refer - &lt;A href="https://developer.cisco.com/web/tapi/blogroll" title="https://developer.cisco.com/web/tapi/blogroll"&gt;https://developer.cisco.com/web/tapi/blogroll&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards,&lt;/P&gt;&lt;P&gt;Geevarghese&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 11:04:53 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582088#M2229</guid>
      <dc:creator>Geevarghese Cheria</dc:creator>
      <dc:date>2014-06-13T11:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: TSP on Windows 2008</title>
      <link>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582089#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #3d3d3d; font-family: arial; font-size: 12px;"&gt;Geevarghese&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually i found the same answer yesterday but still testing. Only x64 can be installed, meaning that it rejects the TSP x86 installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As i developed my code on a 32 bit (x86) machine it would not work due to the address space mismatch. But when i compiled as x64 it did work, but i had to recompile all its dependencies as x64 too etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know anything about my other TAPI questions? Such as the limits and restrictions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Jun 2014 12:56:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/call-control/tsp-on-windows-2008/m-p/3582089#M2230</guid>
      <dc:creator>ThePrimasGroup</dc:creator>
      <dc:date>2014-06-13T12:56:04Z</dc:date>
    </item>
  </channel>
</rss>

