Genesys CTI User Forum > Genesys-related Development

Need help in platform SDK code

(1/2) > >>

Kash:
Hi,

I am new to SDK and want to write small code(Say initial connection set up with config server and authetication) using Java Platform sdk 8.5.
In this forum, i have seen sample code for this. Can you tell me initial steps to start up with SDK.
Thank You.

Kubig:
[list type=decimal]
[li]Genesys Training[/li]
[li]Genesys documentation[/li]
[li]PSDK Samples provided by Genesys[/li]
[/list]

Kash:
Thank You Kubig.

I could start with SDK code like opening connection to Tserver and making agent login ready, not ready .

I was able to make call as
RequestMakeCall requestMakeCall = RequestMakeCall.create(thisDN,otherDN,MakeCallType.Regular);

I want to do load test and want to make 100-200 calls altogether at one route point using SDK. I know, we can do this using PBX simulator, but I need to do it using SDK.

Can you let me know if this can be achieved using SDK. If yes, please guide me in writing this.

Thank You.

cavagnaro:
Sdk control Genesys objects. You still need a PBX to do real calls. So you would need 200 DNs monitored by your app to dial to that RP.

Enviado de meu E6633 usando Tapatalk

Kubig:
Cav is right, but in this case you can use the predictive calls, which can be dialed from RP as the source - see the RequestMakePredictiveCall namespace/assembly for more details

Navigation

[0] Message Index

[#] Next page

Go to full version