Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
My webservice call is using self sign certificate but with a chain. So in the IVR side, originally I use Web service element for the wsdl, now it begin to throws this error.PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderE...
I have this question because I create a custom SayItSmart plugin to play alpha numeric string. And I saw the java code online that is way to create static Audio like following: AudioGroup init_audgrp = cfg.new AudioGroup("initial_audio_group",...
For all the digit capture, if I put audio in no input audio part, it will have following situation:IVR: to authentication your account, please enter your 4 digit number
USER:<no input>
IVR: Please enter your 4 digit number
USER:<no input>
IVR: Please...
The library I use is following:http-client-4.5.10.jar
httpcore-4.4.12.jar
httpmime-4.5.10.jarHere is my custom java codepackage com.mycompany.cvp.webservice;
import java.io.File;
import org.apache.http.HttpEntity;
import org.apache.http.client.meth...
I have flow that contains Digit Capture, MenuOption elements, if I using DTMF for all of the element input, which it is fine. However, we want those elements not only accept DTMF, it should also accept voice input. Currently the way I did is, I put ...
OK, found it. Need to call the constructor for public SayItSmart(String aClass, String inputFormat, String outputFormat, String aVarName, boolean aSession)
I know what you mean, I can make it MaxNoInput to 1, and then using extra counter element and decision element to determine the number of times of no input. I already using this way to do with No Match, but if I using same way to do for the No Input ...