Displaying 12 results from an estimated 12 matches for "unimrcp".
2014 Aug 28
0
Asterisk and UniMRCP Licensing
Hey all -
In some previous conversations on the Asterisk mailing lists, we
noticed that some users of Asterisk were using UniMRCP [1] with
Asterisk, as well as some modules made and distributed by that
project. Unfortunately, there were some licensing concerns with using
UniMRCP with Asterisk. As such, we contacted the UniMRCP project
regarding the licensing issues and, after discussing the issue with
them, we believe we have...
2017 Mar 24
2
UniMRCP and Asterisk 14
When I look at the lastest UniMRCP manual, they only mention as high as
Asterisk 13. Does anybody know if I need to do anything to allow it
to work on Asterisk 14 and, if so, what that is?
2009 Nov 30
0
UniMRCP Integrated Asterisk Deployment
I'd like to announce the release of an open source connector bridge for Asterisk and UniMRCP.
The connector bridge is an implementation of Asterisk's Generic Speech API using UniMRCP client stack. This module allows Asterisk to connect to MRCPv2 or MRCPv1 compliant servers for speech recognition. It also allows to offload Asterisk using client/server architecture MRCP provides. Moreov...
2017 Feb 24
2
Looking for Speech Recognition (ASR) suggestions
...s at lists.digium.com] On Behalf Of Luca Pradovera
Sent: Thursday, February 23, 2017 5:39 AM
To: Asterisk Users Mailing List - Non-Commercial Discussion
Subject: Re: [asterisk-users] Looking for Speech Recognition (ASR) suggestions
Hello,
you are correct. Very large grammars are only feasible with UniMRCP, and there is recognition quality to keep in mind too, which is far better on Nuance or Lumenvox than you can get with Pocketsphinx.
We use Lumenvox with UniMRCP for most ASR use cases, but with 100,000 options it might very well be the only solution for you.
Mind if I ask what the 100k options a...
2017 Feb 22
2
Looking for Speech Recognition (ASR) suggestions
Is it correct that the unimrcp is the best approach for Asterisk and ASR/TTS?
Could anyone provide pros/cons for the various ASR options for Asterisk?
We need the ability for very large grammars (over 100,000 options). Because of this, my initial thought is Nuance or Lumenvox. Does this sound correct?
Have a great day!
Dan...
2017 Dec 06
4
Simple speech recognition for driving IVR - "press or say one".
...h Asterisk. Much of that is
outside of the scope
of this book, as those applications are external to Asterisk" - helpful!
The speech-rec mailing list at
http://lists.digium.com/pipermail/asterisk-speech-rec/ hasn't been
posted to since 2013
Someone else asked about speech recognition and unimrcp in this post:
http://lists.digium.com/pipermail/asterisk-users/2017-February/290875.html
uniMCRP https://mojolingo.com/blog/2015/speech-rec-asterisk-get-started/
http://www.unimrcp.org/manuals/html/AsteriskManual.html#_Toc424230605
This has a Google Speech Recogniser plugin, but it's $50 per c...
2014 Oct 18
1
Asterisk Crashes Randomly with Cepstral Swift TTS
All,
Has anyone seen this before? This appears to be a Swift or app_swift
bug. I'm having a difficult time finding any information or support on this.
Asterisk version:
Asterisk 11.6-cert4 built by asterisk @ ivrd02 on a x86_64 running Linux
on 2014-08-11 13:55:25 UTC
OS:
Linux livrp03 2.6.32-431.11.2.el6.x86_64 #1 SMP Mon Mar 3 13:32:45 EST
2014 x86_64 x86_64 x86_64 GNU/Linux
When
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
...asterisk/blob/master/apps/app_record.c#L140
> dtmf_response
>
> https://github.com/asterisk/asterisk/blob/master/apps/app_record.c#L166
> * \param dtmf_integer the integer value of the DTMF key received
>
> So,3 questions I guess:
>
> 1: Am I going about this the right way? (unimrcp is not an option here)
> 2: Can someone explain in layman's terms how a simpleton like me could
> copy, hack about with and make a new module, like, for example,
> app_record_alt.c, that would stick around each time I updated Asterisk
> from source?
> 3: Or, is anyone willing to...
2017 Dec 06
2
Simple speech recognition for driving IVR - "press or say one".
...e = dtmf_integer;
Pro: Free, easy
Con: Have to remember to edit module each time a new Asterisk update comes out
2: Use the Jean Aunis "mix ARI and AGI" trick.
Pro: Doesn't need recompiling on each Asterisk release.
Con: A bit of fiddling and requires an ARI library.
3: Pay $50 for uniMRCP module
Pro: Does what I need to do
Con: $50 per channel. Requires account. Lots of setup to basically add
DTMF to the speech recognition I'm already doing.
Yes? No? None of the above? Other?!
On 6 December 2017 at 14:54, Jurijs Ivolga <jurijs.ivolga at gmail.com> wrote:
> Hi,
>
&g...
2018 Jan 20
2
Can anyone help with a quick app_record.c module improvement and can explain over-riding modules?
...; >>
> >> https://github.com/asterisk/asterisk/blob/master/apps/app_record.c#L166
> >> * \param dtmf_integer the integer value of the DTMF key received
> >>
> >> So,3 questions I guess:
> >>
> >> 1: Am I going about this the right way? (unimrcp is not an option here)
> >> 2: Can someone explain in layman's terms how a simpleton like me could
> >> copy, hack about with and make a new module, like, for example,
> >> app_record_alt.c, that would stick around each time I updated Asterisk
> >> from sourc...
2017 Dec 06
3
Simple speech recognition for driving IVR - "press or say one".
Thanks Jurijs,
Yes, in fact I'm already using that, and it works fine. The problem
here is that I cannot find a way of recording speech AND listening for
a DTMF digit being pressed as an alternative.
That's where the problem lies.
J.
2012 Sep 04
1
Repeated Asterisk 10.7.0 crashes
...ing, it seems to keep happening, but Asterisk
seems to stay up for hours between the cycles, which I can't reliably
stop from cycling.
Does anybody have any ideas how to debug this?
I suspect it may have something to do with either res_speech_lumenvox
(which I got from Lumenvox) or res_speech_unimrcp (which looks to be
extremely buggy).