Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Html
<div id="fb-root"></div>
<script>(function(d, s, id) {
  var js, fjs = d.getElementsByTagName(s)[0];
  if (d.getElementById(id)) return;
  js = d.createElement(s); js.id = id;
  js.src = 'https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.11';
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>

...

Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/ZYDIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...

Html
 <div class="lang-box-pdf">
	<div>
		<div class="google-lang">
			<div id="google_translate_element">
			</div>
			<script type="text/javascript">
					function googleTranslateElementInit() {
						new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'de,es,fr,it,nl', autoDisplay: false}, 'google_translate_element');
						}
			</script>
			<script type="text/javascript" src="//translate.google.com/translate_a/element.js?cb=googleTranslateElementInit"></script>
		</div>
		
		<div class="pdf-button">
			<a href="#https://confluence.wildix.com/spaces/flyingpdf/pdfpageexport.action?pageId=29917285" alt="Convert to .pdf" title="Convert to .pdf"><img src="https://confluence.wildix.com/download/attachments/14549012/pdf-button-download-wildix-documentation.png"></a>
		</div>
	</div>
</div>


Info

Document descriptionThe Article describes how to configure IVR with voice control using ASR in Dialplan.

Created: October 2018

Permalink:

...

 https://confluence.wildix.com/x/ZYDIAQ

Table of Contents

IVR via ASR in Dialplan

"IVR via ASR with Directory" Dialplan application extends the capabilities of the application "Dial by name / Directory" and allows you to create IVRs with voice control.

The A customer can say pronounce the first and last name of the an employee with whom he wants to contact, or say one of the keywords configured in the dialplanDialplan. After that, the call will be is transferred to the specified employee / dialplan Dialplan number.

Requirements

  • Per user systems (feature not available for lifetime PBXs) with Premium license
  • “en” or “en-us” languages

Configuration

  • Create a new Dialplan procedure and specify the destination numbers. For example

...

  • , 1 - Sales; 2 - Support; 3- Administration 
  • Use "Set" Dialplan applications and the followings variables to adjust the call routing:
VariableValuesDescription
1ASR_IVR_PROMPTstringallows

...

overriding the welcome message of the original application.

...

For example

...

, "Please say the name and surname of the person you are looking for. Or, sales, support, or administration

...

.

...

"

...

Available options

VariableValuesDescription1ASR_IVR_PROMPTstringallows override the welcome message of the original application
2ASR_IVR_PATTERN_Xstring (keyword1, keyword2, number)where X is the ordinal number of the rule: 1,2,3
.. and so on
etc (note: the
patterns
pattern numbers should be
definitely
placed in the numerical order). The variables are used to set keyword lists. Keywords are listed separated by commas.
 The last value is
 The last value is the number to which the call will be transferred if the recognized text matches one of the keywords (the current
context
procedure is used by default; to change the destination
context
procedure, use variable ASR_IVR_DIALPLAN)
3ASR_IVR_DIALPLANstring (
dialplan
Dialplan procedure name)allows
change
changing the destination
context
procedure for the numbers, specified in ASR_IVR_PATTERN_X
4ASR_DIALBYNAMEyes (default) / noallows
disable search
/ forbids searching by
employee
first and last name of employees
5ASR_IVR_ATTEMPTSnumber (default value = 3)allows
change
changing the number of failed attempts to recognize before moving to the next
priority

...

application
  • After setting all desired variables, set the application "IVR via ASR with Directory"

Example of Dialplan procedure:


Html
<div class="fb-like" data-href="#https://confluence.wildix.com/x/ZYDIAQ" data-layout="button_count" data-action="recommend" data-size="large" data-show-faces="true" data-share="true"></div>

...