[asterisk-users] Asterisk with lumenvox

Josué Conti josueconti at gmail.com
Sun Apr 6 08:26:17 CDT 2008


OK! I'm also in the process of testing the engine Lumenvox, could not
yet approve a solution to the Portuguese language(testing with Spanish
Colombian), but will be testing this week.
Thank you for your attention, when achieve test I return follow up,ok?
Best Regards

Josué

2008/4/6 Al Baker <bwentdg at pipeline.com>:
> I don't use Lumenvox, yet.
>  I have a large client who has expressed interest in having "something
>  like it" deployed.
>  For such a "revolutionary" product there is very little chatter in the
>  list about it.
>  I really had hoped to hear from a bunch of people who had deployed it
>  and how it worked out for them.
>
>
>
>  Josué Conti wrote:
>  > Hi Al, how are you?
>  > You use Lumenvox? What we think of the performance of the engine?
>  > Thank you for your attention
>  >
>  > Regards!
>  >
>  > Josué
>  >
>  > 2008/4/5, Al Baker <bwentdg at pipeline.com>:
>  >
>  >> I had posted earlier asking about folks real world experiences with
>  >> with Lumenvox, and the thread 'strangely' disappeared after some
>  >> bloke from down under justed sodded himself over my straight simple
>  >> questions.
>  >> Hmmmmm- makes you wonder.
>  >>
>  >> Josué Conti wrote:
>  >>
>  >>> Hello everyone.
>  >>> I wish I could continue with the approval of the engine Lumenvox, for
>  >>> voice recognition, but not a development of acceptable engine,
>  >>> Please could help me in achieving test?
>  >>> As I said earlier we have a project that will involve a very large
>  >>> number of licenses for Voice recognition, but I would count on help
>  >>> from Lumenvox, for this case.
>  >>> Could you help me?
>  >>>
>  >>> Best Regards
>  >>>
>  >>> Josué
>  >>>
>  >>> 2008/3/19 Josué Conti <josueconti at gmail.com>:
>  >>>
>  >>>
>  >>>> Hello everyone, Rodrigo and Philipp Hello, I would like to know how to
>  >>>>  properly configure the engine Lumenvox no asterisk, I am trying to
>  >>>>  dial by vox actually like that the user should dial for receipt of my
>  >>>>  business, is attended by an IVR system with voice recognition that
>  >>>>  allows the user to say who would like to talk and the asterisk foward
>  >>>>  the call.
>  >>>>  Set up the asterisk below, but the system recognizes the voice, but
>  >>>>  does not guide the call, running immediately after a hangup, what is
>  >>>>  wrong with my settings? I can not very material support on the issue,
>  >>>>  could help me?
>  >>>>  I am not really achieving great results in my tests with engine Lumenvox:
>  >>>>  I am trying to test a simple scheduling dialing by voice, where the
>  >>>>  system identify the user by name and system called in your phone
>  >>>>  number, but I am not able, could help me?
>  >>>>  If I did not say any word, the system is static, but if I say any
>  >>>>  Word, even different words grammar.gram (ura.gram) of the system
>  >>>>  Performs the following priorities file extensions.conf, please, can
>  >>>>  You help me?
>  >>>>
>  >>>>  Best Regards
>  >>>>
>  >>>>  Josué
>  >>>>
>  >>>>  Our programming files are configured this way:
>  >>>>  Ipbx: / etc / asterisk # vim lumenvox.conf
>  >>>>  ; LumenVox configuration file
>  >>>>  [General]
>  >>>>  Servers = 127.0.0.1; Speech Engine Servers to use.
>  >>>>  Save_sound_files = no; Set to yes to save sound files for use with Speech Tuner
>  >>>>  [Grammars]
>  >>>>  ura = / etc / asterisk / grammars / ura.gram
>  >>>>  [Default]
>  >>>>  Vad_snr_sensitivity = 50
>  >>>>  Vad_volume_sensitivity = 50
>  >>>>  Vad_eos_delay = 1250
>  >>>>  Vad_wind_back = 750
>  >>>>  End_of_speech_timeout = 15000
>  >>>>  Use_oov_filter = no
>  >>>>  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>  >>>>  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;
>  >>>>  Ipbx: / etc / asterisk # vim extensions.conf
>  >>>>  [General]
>  >>>>
>  >>>>  [Globals]
>  >>>>
>  >>>>  DYNAMIC_FEATURES => # pickupexten hangup atxfer # # blidxfer
>  >>>>
>  >>>>  [Default]
>  >>>>  Length => 2000.1, Playback (Ura / instit / instit_casa)
>  >>>>  Length => 1515.1, Playback (Ura / parabens)
>  >>>>
>  >>>>  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>  >>>>  ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
>  >>>>  ; Pilot URA
>  >>>>  Length => 6969.1, GotoIfTime (07:50-18:05 | mon-fri |*|*? ura, s, 1)
>  >>>>  Length => 6969.2, GotoIfTime (18:06-23:59 | mon-fri |*|*? ura, s, 1)
>  >>>>  Length => 6969.3, GotoIfTime (00:00-07:49 | mon-fri |*|*? ura, s, 1)
>  >>>>  Length => 6969.4, GotoIfTime (* | sat-sun |*|*? ura, s, 1)
>  >>>>
>  >>>>  ; IVR URA
>  >>>>
>  >>>>  ;============================================
>  >>>>  [URA]
>  >>>>  ;============================================
>  >>>>  Length => s, 1, Answer ()
>  >>>>  Length => s, n, Wait (3)
>  >>>>  Length => s, n, NoOp (entry Ura)
>  >>>>  Length => s, n, Set (TRIES = 0)
>  >>>>  ; Length => s, n, ResponseTimeout (10)
>  >>>>  Length => s, n, BackGround (Ura /abertura)
>  >>>>  Length => s, n, Playback (beep)
>  >>>>  ; Length => s, n, BackGround (Ura / abertura1)
>  >>>>  Length => s, n, Goto (lumenvox-test, s, 1)
>  >>>>  [Lumenvox-test]
>  >>>>  Length => s, 1, Answer
>  >>>>  Length => s, n, Wait (1)
>  >>>>  Length => s, n, SpeechCreate ()
>  >>>>  Length => s, n, SpeechActivateGrammar (Ura)
>  >>>>  Length => s, n, SpeechStart ()
>  >>>>  Length => s, n, SpeechBackground (liggol / abertura)
>  >>>>  Length => s, n, SpeechDeactivateGrammar (Ura)
>  >>>>  Length => s, n, Goto (institutional, s, 1 - $ SPEECH_TEXT (0) ())
>  >>>>  [Institutional]
>  >>>>  Length => s, 1, Playback (Ura / instit / instit)
>  >>>>  Length => s, 2, congestion (3)
>  >>>>  Length => s, 3, hangup
>  >>>>
>  >>>>  ipbx: / etc / asterisk / grammars # vim ura.gram
>  >>>>  # - Grammar: ura.gram
>  >>>>
>  >>>>
>  >>>>  # ABNF 1.0;
>  >>>>  Language es-CO;
>  >>>>  Voice mode;
>  >>>>  Tag-format <lumenvox/1.0>;
>  >>>>  Root $ URA;
>  >>>>  $ Continent = ((Josue | Conti) []): "2000";
>  >>>>  $ Palms = () 1515 ";
>  >>>>
>  >>>>  $ Ura = ($ conti | $ palms) = $ $ $ ();
>  >>>>
>  >>>>  2008/3/19, Rodrigo Gonzalez <rjgonzale at gmail.com>:
>  >>>>
>  >>>>
>  >>>>
>  >>>>
>  >>>>> Josué Conti escribió:
>  >>>>>
>  >>>>>
>  >>>>  > > Hello all, how are you?
>  >>>>  > > I would like to know from someone uses or has used the engines of
>  >>>>  > > LumenVox for integration with the asterisk for voice recognition.
>  >>>>  > >
>  >>>>  > > Best Regards
>  >>>>  > >
>  >>>>  > > Josué
>  >>>>  > >
>  >>>>  > > _______________________________________________
>  >>>>  > > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>  >>>>  > >
>  >>>>  > > asterisk-users mailing list
>  >>>>  > > To UNSUBSCRIBE or update options visit:
>  >>>>  > >    http://lists.digium.com/mailman/listinfo/asterisk-users
>  >>>>  > >
>  >>>>  > >
>  >>>>  > I've configured for a customer. What do you need to know?
>  >>>>  >
>  >>>>  >
>  >>>>  > _______________________________________________
>  >>>>  > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>  >>>>  >
>  >>>>  > asterisk-users mailing list
>  >>>>  > To UNSUBSCRIBE or update options visit:
>  >>>>  >   http://lists.digium.com/mailman/listinfo/asterisk-users
>  >>>>  >
>  >>>>  >
>  >>>>
>  >>>>
>  >>>>
>  >>> _______________________________________________
>  >>> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>  >>>
>  >>> asterisk-users mailing list
>  >>> To UNSUBSCRIBE or update options visit:
>  >>>    http://lists.digium.com/mailman/listinfo/asterisk-users
>  >>>
>  >>>
>  >>>
>  >>>
>  >> _______________________________________________
>  >> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>  >>
>  >> asterisk-users mailing list
>  >> To UNSUBSCRIBE or update options visit:
>  >>   http://lists.digium.com/mailman/listinfo/asterisk-users
>  >>
>  >>
>  >
>  > _______________________________________________
>  > -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>  >
>  > asterisk-users mailing list
>  > To UNSUBSCRIBE or update options visit:
>  >    http://lists.digium.com/mailman/listinfo/asterisk-users
>  >
>  >
>  >
>
>  _______________________________________________
>  -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
>  asterisk-users mailing list
>  To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>



More information about the asterisk-users mailing list