Displaying 20 results from an estimated 1000 matches similar to: "OT - mstts.agi - Where to find API key ?"
2015 Aug 28
3
Anyone doing speech to text?
I have a similar situation here, I want to include TTS in my asterisk IVR
system. Could someone give suggestion(s) please, I prefer open-source
thanks in advance!
Chatila, A. C.
P. O. Box 365,
Kihesa Street, Njombe, Tanzania.
*Mob:* +255 765 154 235
*Whatsapp:* +255 653 258 608
*Website:* chax.me.tz
On Thu, Aug 27, 2015 at 9:07 PM, Steve Edwards <asterisk.org at sedwards.com>
wrote:
2012 Jan 04
4
Speech recognition in asterisk using google voice API
Hello,
I have written an agi script that uses google voice API for voice
recognition.
The script records from the current channel untill the pound key (#) is
pressed or the timeout (15 seconds) is reached. The recording is send
over to google speech recognition service and the returned text string
is assigned to a channel variable.
More info and dialplan examples can be found in the README file:
2011 Apr 22
7
Flite issue
Hi Asterisk guys,
Flite is not working with asterisk 1.6.2.17.
Flite is working with asterisk 1.4.
Please help me how to use it with asterisk 1.6 .......
Thanks in advance.
-----
Thanks and regards
Virendra Bhati
+91-9172341457
Software Engineer
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2011 Dec 01
3
AGI script that uses google's text to speech engine
Hello,
I have written an AGI script for asterisk that uses google translate for
text to speech synthesis.
It supports a variety of different languages, local caching for the voice
data and wideband audio.
The voice in most languages is female and the quality of the synthesized
speech is very high.
More info about the script can be found here:
http://zaf.github.com/asterisk-googletts/
the first
2016 Oct 10
2
AGI: How to break out of AGI when stream_file escape_digits are detected in middle of long sequence of files?
For reasons best known to myself, I call a python agi (PYST2 - love
it!) which streams a series of very short files in quick succession.
Like this:
escape_digits = str("0")
agi.stream_file(promptFile,escape_digits)
and this is what I see on the AGI debug:
<Local/s at root-00000061;2>AGI Tx >> 200 result=0 endpos=6784
<Local/s at root-00000061;2>AGI Rx <<
2016 Feb 23
3
Voice recognition IVR Is it possible?
On Tue, 2016-02-23 at 17:06 +0000, Steve Howes wrote:
> Google?...
Yeah... searched "google voice recognition api asterisk", browsed though
various results. Nothing helpful for a beginner, very confusing bla
bla...
Thanks anyway for your help.
F.
2009 Sep 01
1
espeak app for asterisk 1.6
I have written a module for asterisk that uses the eSpeak
speech synthesizer (http://espeak.sourceforge.net/) to
render text to speech. The source is available here:
http://zaf.github.com/Asterisk-eSpeak/
It's similar to app_festival and app_flite.
It's only tested against asterisk 1.6.1 on x86 Linux but it must be
working for other 1.6 branches too. Comments, fixes and suggestion are
2012 Aug 02
4
html/js/flash/air SIP clients?
Dear list,
I am looking for an open source SIP client(or any SDK) that can work on a
browser. It may be based html5, javascript, flash, adobe air. I have done
some research myself and I would like to ask the community if they have any
further hints for me. Real life experience would be awesome.
Thanks,
Regards,
Arstan Jusupov
-------------- next part --------------
An HTML attachment was
2009 Dec 03
2
Wi-Fi sip phones with auto provisioning
Im looking for wifi sip phones that support auto provisioning and work
flawlessly with atserisk. Can anyone suggest me some models?
2011 Jun 07
1
Asterisk 1.8 minimum modules/configuration
Greetings list,
Has anyone compiled (or could point me at) a list of the minimum required
modules and conf files for a very basic 1.8 deployment?
We have lots of 1.4 boxes in production, and I'm currently setting up a pair
of 1.8 boxes to bounce calls coming in via IAX over IPv6 over to the
existing 1.4 boxes. All the new installs need to do is receive calls via IAX
and send them out via
2017 Jul 19
4
Integration of Google Speech API V2
Hi,
I'm trying to integrate Google cloud speech recognition v2 in it. I can get
the audio recorded, have created Service key and API key but whenever I try
to access it, I just get 403 access denied. I am at my wits end here.
Has anybody tried it ? were you successful ? Could you please guide me how
to do it ?
I'll be grateful to you if this works !
--
Warm Regds.
MathuRahul
2011 Nov 11
0
Text to speech modules (espeak, flite)
Version 2.1 of app-espeak and app-flite modules just got released.
Changes include voice selection for flite, support for 16kHz file
playback in asterisk 1.6.x, use of libsamplerate for faster resampling,
better error handling and cleaner code.
You can get them here:
Asterisk espeak module:
http://zaf.github.com/Asterisk-eSpeak/
Asterisk flite module:
http://zaf.github.com/Asterisk-Flite/
2004 May 07
1
RPC net start
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
First, as far as I can tell, this topic hasn't been mentioned in the mailing
lists in awhile (atleast not as far as google can tell).
Is there any client/program that can send "net start" requests to windows
boxes.
The ability to start a program as a service on a windows box remotely would
obviously be very handy.
I am aware of
2015 Jun 11
2
[LLVMdev] Question about usage of LLVMLinkModules()
Hello Duncan,
Thank you for your reply. I did figure it out in the end. It was a linkage
conflict between the modules. There were some global types that I was
declaring in both modules. After removing them, linking worked perfectly.
Still it's a mystery why I got no error string pointing me to the reason
the linking failed in the first place.
Best Regards,
Lefteris(Eleftherios) Karapetsas
2017 Jul 19
3
Integration of Google Speech API V2
Hi Marcelo,
Thanks for replying, I do not know what this branch is.
Could you please let me know.
Also, I enabled google cloud speech API only from the console. Do I need
more API enabled?
On Wed, Jul 19, 2017 at 3:41 PM, Marcelo Terres <mhterres at gmail.com> wrote:
> Did you already tried the cloud_api branch?
>
> Regards,
>
> Marcelo H. Terres <mhterres at
2019 May 17
3
Find last day of login
I am using dovecot virtual maildir accounts. Is it possible to find last
day of login for an account by checking the last modification time of
the maildir files?
Lefteris
2016 Jun 04
2
LLVMLinkModules2() C-API question
Hey all,
A quick question about the LLVM C-Api and using LinkModules. In a normal
situation where I have 2 LLVM modules and 1 depends on the other using
LLVMLinkModules2() works perfectly.
LLVMLinkModules2() "Links the source module into the destination module.
The source module is destroyed." according to the comment of the function.
That is all fine when you only have 2 modules.
But
2013 May 22
0
Automatic Speech Recognition and Text To Speech using iSpeech
Hi,
a set of AGI scripts that provide ASR and TTS for asterisk using the
iSpeech API (http://www.ispeech.org/) are available on this page:
http://zaf.github.io/asterisk-ispeech/
This is the first public release, updates will soon follow.
Feel free to test and report.
Regards,
Lefteris Zafiris
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2015 Jan 16
0
agitator - FastAGI reverse proxy
Hello,
FastAGI doesn't get (or deserve) much love these days but a lot of people are still widely
using it. Here is a small project of mine, started trying to scratch my own itch, that
some might find useful.
https://github.com/zaf/agitator
It is a reverse proxy for the FastAGI protocol with some interesting features. Most
noticeably request based routing, HA/failover, load balancing and
2019 May 13
3
Sieve scripting
I want to monitor a special folder and execute a shell script each time
I put an email to it. I would like to automate that way the process of
SPAM reporting (SPAMCop). Is that possible with sieve?
Lefteris