<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <title>CTI OS Server Offline on CTI OS Server-Client connection</title>
  <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12963572" />
  <subtitle>CTI OS Server Offline on CTI OS Server-Client connection</subtitle>
  <id>http://developer.cisco.com/c/message_boards/find_thread?p_l_id=&amp;threadId=12963572</id>
  <updated>2013-05-19T21:29:02Z</updated>
  <dc:date>2013-05-19T21:29:02Z</dc:date>
  <entry>
    <title>RE: CTI OS Server Offline on CTI OS Server-Client connection</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13006678" />
    <author>
      <name>Naveen Lohia</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=13006678</id>
    <updated>2013-03-14T05:33:49Z</updated>
    <published>2013-03-14T05:33:49Z</published>
    <summary type="html">Thanks David and AARNE for ur quick reply.

CTI OS server is now connected using port 42028. :-)</summary>
    <dc:creator>Naveen Lohia</dc:creator>
    <dc:date>2013-03-14T05:33:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from David Lender in Computer Telephony Integration Object</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12980227" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12980227</id>
    <updated>2013-03-13T17:37:49Z</updated>
    <published>2013-03-13T17:37:49Z</published>
    <summary type="html">Also check the port number as was suggested it is likely 42028 rather than 42027.</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-03-13T17:37:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: New Message from Naveen Lohia in Computer Telephony Integration Object</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12980069" />
    <author>
      <name>David Lender</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12980069</id>
    <updated>2013-03-13T17:35:49Z</updated>
    <published>2013-03-13T17:35:49Z</published>
    <summary type="html">The CTIOS Session Connect method does not include a ClientID or Password.

Your connect should be

// Set the connection info in the Arguments
                                rArgSessionConn.SetValue(CTIOS_CTIOSA, m_sHostA );
                                rArgSessionConn.SetValue(CTIOS_PORTA, m_iPortA );
                                rArgSessionConn.SetValue(CTIOS_CTIOSB, m_sHostB );
                                rArgSessionConn.SetValue(CTIOS_PORTB, m_iPortB );
                                rArgSessionConn.SetValue(CTIOS_HEARTBEAT, m_iHeartBeat );

                                // Open the connection
                                iRetVal = m_ctiSession.Connect(rArgSessionConn);
                b

Can you connect using the JavaPhone sample?  With the CTIOS Agent desktop?</summary>
    <dc:creator>David Lender</dc:creator>
    <dc:date>2013-03-13T17:35:49Z</dc:date>
  </entry>
  <entry>
    <title>RE: CTI OS Server Offline on CTI OS Server-Client connection</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12969417" />
    <author>
      <name>AARNE KYLAKALLIO</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12969417</id>
    <updated>2013-03-13T14:26:14Z</updated>
    <published>2013-03-13T14:26:14Z</published>
    <summary type="html">Hi, typically 42027 is a cti-server port for CG1 and 42028 is for ctios-server. Are you sure you are using the rigth port?</summary>
    <dc:creator>AARNE KYLAKALLIO</dc:creator>
    <dc:date>2013-03-13T14:26:14Z</dc:date>
  </entry>
  <entry>
    <title>CTI OS Server Offline on CTI OS Server-Client connection</title>
    <link rel="alternate" href="http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12963571" />
    <author>
      <name>Naveen Lohia</name>
    </author>
    <id>http://developer.cisco.com/c/message_boards/find_message?p_l_id=&amp;messageId=12963571</id>
    <updated>2013-03-13T12:42:45Z</updated>
    <published>2013-03-13T12:42:45Z</published>
    <summary type="html">Hello,
We are trying to connect with CTI OS 8.0 server using the following arguments through Java CIL:
            rArgSessionConn.SetValue(CTIOS_CTIOSA, "172.19.150.24");
             rArgSessionConn.SetValue(CTIOS_PORTA, "42027");
            rArgSessionConn.SetValue(CTIOS_HEARTBEAT, "60");
             rArgSessionConn.SetValue(CTIOS_CLIENTID, "PGUser4");
            rArgSessionConn.SetValue(CTIOS_CLIENTPASSWORD, "Cisco@123");
 
[b]and getting the following error logs:[/b]

[b] [/b]
03/13/2013 15:14:12.102 CtiOsSession(970110).FailOverConnect, Client connecting to [172.19.150.24], port [42027]
 03/13/2013 15:14:12.102 NetPort(11155366).Open, Waiting for Socket to connect...
03/13/2013 15:14:12.796 CilPacket(12285785).ReadFromPort, ERROR: Read invalid packet length (0) from header
 03/13/2013 15:14:12.797 CilConnection(13238549).ReadPacket, Socket read error, closing connection
 03/13/2013 15:14:12.797 CilConnection(13238549).StopWatchdog, Waiting for watchdog to exit...
03/13/2013 15:14:12.798 CilConnection(13238549).WatchdogThread, Caught Watchdog shutdown event, exiting thread.
03/13/2013 15:14:12.798 CilConnection(13238549).StopWatchdog, Watchdog thread joined.
 03/13/2013 15:14:12.799 CilConnection(13238549).ReadPacket, Calling OnLinkFailed( 2 (eTransportError) )
03/13/2013 15:14:12.799 CilConnection(13238549).ReceiverThread, ReadPacket returned error. Link is presumed closed, Exiting thread.
 03/13/2013 15:14:12.800 EventSink.OnConnectionFailure, Connection failed!
03/13/2013 15:14:12.801 CtiOsSession(970110).NotifyConnectionIsLost, Adding system event eSysCTIOSServerOffline
03/13/2013 15:14:12.801 CtiOsSession(970110).OnCtiOsFailure, FAILURE CODE(10)
     ERROR MESSAGE: CTI OS Server Offline
03/13/2013 15:14:12.802 CtiOsSession(970110).OnCtiOsFailure, Server Connection Status: CTI OS Server Offline
 
From the logs, it seems that the error is due to some SSL settings. Setup is such that we can't make any changes on the server side. Please suggest any method to rectify the same on client side. </summary>
    <dc:creator>Naveen Lohia</dc:creator>
    <dc:date>2013-03-13T12:42:45Z</dc:date>
  </entry>
</feed>

