Author Message
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Offline
This is all described in the DMCC Programmers Guide.
Mitch
Joined: Apr 8, 2014
Messages: 9
Offline
What does mySwitch in the following code?
The name of the computer AE / CM?

<? 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 ">
<switchName> mySwitch </ switchName>
<switchIPInterface> 111.2.33.444 </ switchIPInterface>
<extension> 4750 </ extension>
</ GetDeviceID>
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Offline
mySwitch should be the same as the Connection Name you gave to the Switch Connection that you configured on the AE Services.

This is done on the AE Services Web Interface using the Communication Manager Interface -> Switch Connection menu.

Martin
Mitch
Joined: Apr 8, 2014
Messages: 9
Offline
in StartApplicationSession step, what information must be developed so that it can move in the right AE application?
I do not see any ip or name

<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>someApp</applicationID>
<applicationSpecificInfo>
<SessionLoginInfo xmlns="http://www.avaya.com/csta">
<userName xmlns="">user1</userName>
<password xmlns="">password1</password>
<sessionCleanupDelay xmlns="">60</sessionCleanupDelay>
<sessionID xmlns="" />
</SessionLoginInfo>
</applicationSpecificInfo>
</applicationInfo>
<requestedProtocolVersions>
<protocolVersion>http://www.ecma-international.org/standards/ecma-323/
csta/ed3/priv2</protocolVersion>
</requestedProtocolVersions>
<requestedSessionDuration>180</requestedSessionDuration>
</StartApplicationSession>
MartinFlynn
Joined: Nov 30, 2009
Messages: 1922
Offline
You will give the AE Services IP address (or name) when opening the socket.
Go to:   
Mobile view