[asterisk-users] Asterisk with lumenvox

Josué Conti josueconti at gmail.com
Wed Mar 19 21:09:11 CDT 2008


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
>
>



More information about the asterisk-users mailing list