Skip to content

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

Description

@krishlakshmanan

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 ?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions