Author Message
MohamedOsama
Joined: Apr 20, 2017
Messages: 16
Offline
Hi,
I can't find the make predictive call snippet in order to know its method syntax.

Please share it or make any example for using it with its parameters.
MartinFlynn
Joined: Nov 30, 2009
Messages: 1931
Online
Which SDK are you talking about - Java, .Net or xml?
MohamedOsama
Joined: Apr 20, 2017
Messages: 16
Offline
Thanks Martin for your response i'm using DMCC .Net SDK, i finally got it to work using the following, do you know what exact TSAPI advanced license is required?

ThirdPartyCallController.MakePredictiveCallParameters param;
param = new ThirdPartyCallController.MakePredictiveCallParameters();
param.CallingDevice = DeviceId;
param.CalledDirectoryNumber = DestinationDeviceId;
param.DestRoute = "";

InvokeId = serviceProvider.getThirdPartyCallController.MakePredictiveCall(param ,null);
MartinFlynn
Joined: Nov 30, 2009
Messages: 1931
Online
TSAPI Advanced licenses come in three flavours: Large Medium and Small.

The one required will depend on the size of the Communication Manager. A Business Partner would be better placed to advise as to which is needed for a particular customer.

Martin
MohamedOsama
Joined: Apr 20, 2017
Messages: 16
Offline
Thanks Martin for your support
Go to:   
Mobile view