VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
josueconti at gmail.com Guest
|
Posted: Fri Apr 04, 2008 1:45 pm Post subject: [asterisk-users] Asterisk with lumenvox |
|
|
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>:
Quote: | 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>:
|
|
|
Back to top |
|
|
bwentdg at pipeline.com Guest
|
Posted: Sat Apr 05, 2008 4:23 am Post subject: [asterisk-users] Asterisk with lumenvox |
|
|
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:
Quote: | 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>:
Quote: | 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>:
|
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
josueconti at gmail.com Guest
|
Posted: Sat Apr 05, 2008 11:54 pm Post subject: [asterisk-users] Asterisk with lumenvox |
|
|
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>:
Quote: | 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:
Quote: | 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>:
Quote: | 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>:
|
_______________________________________________
-- 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
|
|
|
Back to top |
|
|
bwentdg at pipeline.com Guest
|
Posted: Sun Apr 06, 2008 4:53 am Post subject: [asterisk-users] Asterisk with lumenvox |
|
|
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:
Quote: | 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>:
Quote: | 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:
Quote: | 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>:
Quote: | 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>:
| _______________________________________________
-- 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
|
|
|
Back to top |
|
|
josueconti at gmail.com Guest
|
Posted: Sun Apr 06, 2008 8:26 am Post subject: [asterisk-users] Asterisk with lumenvox |
|
|
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>:
Quote: | 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:
Quote: | 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>:
Quote: | 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:
Quote: | 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>:
Quote: | 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>:
| _______________________________________________
-- 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
|
|
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot 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
|