Author Message
sujitpillai
Joined: Nov 29, 2013
Messages: 5
Offline
Hi,

I wanted to test DMCC for .net. am using dashboard application but it gives socket disconnection problem.

attaching the xml messages and the trace

---------------------
Outgoing XML 1
<?xml version="1.0" encoding="utf-8"?>
<StartApplicationSession xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ecma-international.org/standards/ecma-354/appl_session">
<applicationInfo>
<applicationID>testTool</applicationID>
<applicationSpecificInfo>
<SessionLoginInfo xmlns="http://www.avaya.com/csta">
<userName xmlns="">ctuser</userName>
<password xmlns="">Welcome@123</password>
<sessionCleanupDelay xmlns="">60</sessionCleanupDelay>
<sessionID xmlns="" />
</SessionLoginInfo>
</applicationSpecificInfo>
</applicationInfo>
<requestedProtocolVersions>
<protocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed3/priv5</protocolVersion>
</requestedProtocolVersions>
<requestedSessionDuration>180</requestedSessionDuration>
</StartApplicationSession>
-----------------------
Incoming XML 1
<?xml version="1.0" encoding="UTF-8"?>
<StartApplicationSessionPosResponse xmlns="http://www.ecma-international.org/standards/ecma-354/appl_session">
<sessionID>8DD7F77F3283AFF47B04E1B4859C75E4-11</sessionID>
<actualProtocolVersion>http://www.ecma-international.org/standards/ecma-323/csta/ed3/priv5</actualProtocolVersion>
<actualSessionDuration>180</actualSessionDuration>
</StartApplicationSessionPosResponse>
---------------------
Outgoing XML 2
<?xml version="1.0" encoding="utf-8"?>
<GetDeviceId xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.avaya.com/csta">
<switchIPInterface>172.16.17.216</switchIPInterface>
<extension>6063</extension>
</GetDeviceId>
-----------------------
Incoming XML 2
<?xml version="1.0" encoding="UTF-8"?>
<GetDeviceIdResponse xmlns="http://www.avaya.com/csta">
<device typeOfNumber="other" mediaClass="voice" bitRate="constant">6063::172.16.17.216:0</device>
</GetDeviceIdResponse>
---------------------
Outgoing XML 3
<?xml version="1.0" encoding="utf-8"?>
<MonitorStart xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.ecma-international.org/standards/ecma-323/csta/ed3">
<monitorObject>
<deviceObject typeOfNumber="other" mediaClass="notKnown">6063::172.16.17.216:0</deviceObject>
</monitorObject>
<requestedMonitorFilter>
<physicalDeviceFeature>
<displayUpdated>true</displayUpdated>
<hookswitch>true</hookswitch>
<lampMode>true</lampMode>
<ringerStatus>true</ringerStatus>
</physicalDeviceFeature>
</requestedMonitorFilter>
<extensions>
<privateData>
<private>
<AvayaEvents xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="">
<invertFilter xmlns="http://www.avaya.com/csta">true</invertFilter>
<terminalUnregisteredEvent xmlns="http://www.avaya.com/csta">
<unregistered>true</unregistered>
</terminalUnregisteredEvent>
</AvayaEvents>
</private>
</privateData>
</extensions>
</MonitorStart>
---------------------

Events
------

Start Application Session Response: 1 Session ID: 8DD7F77F3283AFF47B04E1B4859C75E4-11
Duration:180 Protocol Version: http://www.ecma-international.org/standards/ecma-323/csta/ed3/priv5

Get Device Id Response (Device.Phone):2 Device Id:6063::172.16.17.216:0

Server Connection Down Event: Code: Reason:Unable to read from socket. Socket to server has been closed.


CraigJohnson5
Joined: Oct 24, 2013
Messages: 413
Offline
Most likely you have Secure Socket unchecked and that port is not enabled in AE Services by default. Login to the AE Services Management Console and go to Networking -> Ports and enable the unencrypted (4721) port.
Go to:   
Mobile view