• Idefisk
  • Tools
  • Tutorials
  • Reviews
  • VoIP Providers
  • Archives
ZOIPER softphone
AsteriskGuru Archives
Mailing List Archives
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

[asterisk-speech-rec] Lumenvox - Voice Dial an extension

 
   AsteriskGuru Archives Forum Index -> Asterisk-Speech-Rec
View previous topic :: View next topic  
Author Message
Shiju.Joseph at ae.ey.com
Guest





PostPosted: Tue Jul 08, 2008 3:53 am    Post subject: [asterisk-speech-rec] Lumenvox - Voice Dial an extension

Hi All,

Is it possible to voice dial an extension , like if I want to call extension 987 , say dial Nine-Eight-Seven !

Tried with following grammars

$var1 = (Nine | Eight | Seven) {out="987"}; and $var1 = (Nine  Eight  Seven) {out="987"}; both are not working

Request your support if anyone of you have done voice dialling a number using LumenVox.

Thanks
  Ernst & Young ®
Shared Services Centre ,Technopark
Shiju V.Joseph | Network Engineer | EY Connect & Video

First Floor,Tejaswini,Technopark,Trivandrum,Kerala,India
Tel 1: +91-471-4080808-421 | Mobile: +91-9947450925
[url=Arial]www.eyme.net[/url]
 
Thank you for considering the environmental impact of printing emails.


----------------------------------------------------------
The information contained in this communication is intended solely for the use of the individual or entity to whom it is addressed and others authorized to receive it.   It may contain confidential or legally privileged information.   If you are not the intended recipient you are hereby notified that any disclosure, copying, distribution or taking any action in reliance on the contents of this information is strictly prohibited and may be unlawful. If you have received this communication in error, please notify us immediately by responding to this email and then delete it from your system. Ernst & Young is neither liable for the proper and complete transmission of the information contained in this communication nor for any delay in its receipt.
Back to top
StephenKeller at LumenVox
Guest





PostPosted: Tue Jul 08, 2008 3:04 pm    Post subject: [asterisk-speech-rec] Lumenvox - Voice Dial an extension

Quote:
Is it possible to voice dial an extension , like if I want to call extension 987 , say dial Nine- Eight-Seven !

Quote:
Tried with following grammars

Quote:
$var1 = (Nine | Eight | Seven) {out="987"}; and $var1 = (Nine Eight Seven) {out="987"}; both are not working

The second example,

$var1 = (Nine Eight Seven) {out="987"};

Is correct. When you say it is "not working" what do you mean?

Here is a simple grammar that should do what you're looking for:

=== Grammar Below ===

#ABNF 1.0 UTF-8;

language en-US;
mode voice;
tag-format <semantics/1.0.2006>;

root $rootrule;

$rootrule = ($var1 | $var2) {out=rules.latest()};

$var1 = (nine eight seven) {out="987"};
$var2 = (one two three) {out="123"};

=== End Grammar ===


Does that work for you?

Thanks,

Stephen Keller
Project Manager
LumenVox
P: 1-877-977-0707 - just say, "Support"
P: +1-858-707-7700
F: +1-858-707-7072
support@LumenVox.com
www.LumenVox.com


_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

asterisk-speech-rec mailing list
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-speech-rec
Back to top
Display posts from previous:   
   AsteriskGuru Archives Forum Index -> Asterisk-Speech-Rec All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
contact us at: support@asteriskguru.com - asterisKGuru.com © all rights reserved   |   *asterisk is registered trademark of © Digium™