Skip to content

Added 'pr' parameter to ASR #2428

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

Merged
merged 4 commits into from
Aug 17, 2017
Merged

Added 'pr' parameter to ASR #2428

merged 4 commits into from
Aug 17, 2017

Conversation

YevgenL
Copy link

@YevgenL YevgenL commented Aug 17, 2017

No description provided.

@@ -1588,7 +1588,8 @@ public void execute(final Object message) throws Exception {
}
}
// Start gathering.
final Collect collect = new Collect(restcommConfiguration.getMgAsr().getDefaultDriver(), inputType, gatherPrompts, null, timeout, finishOnKey, numberOfDigits, lang, hints);
final Collect collect = new Collect(restcommConfiguration.getMgAsr().getDefaultDriver(), inputType, gatherPrompts,
null, timeout, finishOnKey, numberOfDigits, lang, hints, resultCallbackAttr != null && !StringUtils.isEmpty(resultCallbackAttr.value()));

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

name of variable resultCallbackAttr would be more clear if it mentions partial,
for example partialResultCallbackAttr

@maria-farooq maria-farooq merged commit 0bac537 into RestComm:asr Aug 17, 2017
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

Successfully merging this pull request may close these issues.

3 participants