Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Machine Detection is not supported in tropo java web api #21

Open
krishlakshmanan opened this issue Jun 24, 2016 · 1 comment
Open

Machine Detection is not supported in tropo java web api #21

krishlakshmanan opened this issue Jun 24, 2016 · 1 comment

Comments

@krishlakshmanan
Copy link

krishlakshmanan commented Jun 24, 2016

Voicemail Detection is being supported in tropo script API as follow.

call('14075551212', {
timeout:30.0,
machineDetection: {introduction: "Verifying human or a machine...please hold while we determine...almost finished. Thank you!", voice: "Victor"},
onAnswer: function(event) {
say("Detected " + event.value.userType);
},
onTimeout: function(event) {
say("Call timed out");
},
onCallFailure: function(event){
say("Call could not be complete as dialed");
}
});

The above mechanism is not being provided/supported by the tropo web api of JAVA. Will it be provided in the next release of Tropo-webapi-java ?

@imhazige
Copy link
Contributor

imhazige commented Jan 18, 2017

+1
why removed the function getUserType from the tropo result?
the old version 0.3.1 have this function and have the KEY machine detection

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants