similar to: RPC net start

Displaying 20 results from an estimated 100 matches similar to: "RPC net start"

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:
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:
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:
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
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
2012 Jun 06
1
OT - mstts.agi - Where to find API key ?
Hi, I recently discovered http://zaf.github.com/asterisk-mstts/ . In the page above, it is mentioned you have to subscribe to Microsoft Translator API on Azure Marketplace. In Azure Marketplace, I found something called "Microsoft Translator". This API is free within a 2 000 000 characters per onth limit. Is this the API needed for MS TTS ? If not, where and how can I find the good
2014 Aug 28
1
Asterisk-eSpeak and Asterisk 12
Hi, I'm giving a look at [1] with this: cd /tmp git clone https://github.com/zaf/Asterisk-eSpeak.git cd Asterisk-eSpeak ln -s <path-to-asterisk-folder>/include/asterisk.h ln -s <path-to-asterisk-folder>/include/asterisk make I'm getting this: gcc -pipe -fPIC -Wall -Wextra -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -D_REENTRANT -D_GNU_SOURCE -g -O2 -c -o
2017 Oct 19
3
speech-recog.agi
I want to try using google for speech recognition in Asterisk and I found a ready made AGI: http://zaf.github.io/asterisk-speech-recog/ I have followed all the steps listed in the web site but I keep getting this error: <PJSIP/2001-0000006e>AGI Tx >> 200 result=99981 (timeout) endpos=22720 <PJSIP/2001-0000006e>AGI Rx << VERBOSE "Unable to get recognition
2017 Jul 19
4
Integration of Google Speech API V2
Hi Jonathan Thanks ! That would indeed be wonderful, at this point I really do not care whether I need to use Python or Lua or JS. I was following http://zaf.github.io/asterisk-speech-recog/ but hit a road end with (for the lack of sane word ) copulating Google's Key On Wed, Jul 19, 2017 at 2:28 PM, Jonathan H <lardconcepts at gmail.com> wrote: > Yes! But I can only tell you if
2016 Feb 22
5
Voice recognition IVR Is it possible?
Thanks for the link. Are there no free alternatives for speech recognition?
2003 Aug 16
0
Report: NT4PDC to Samba3beta3 working
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Heyya all. I have posted here in the last few weeks with various questions regarding samba 3, so I thought you'd all like to know, i've got it working. The setup is: Samba 3.0beta3 running on a Debian Woody box (with a few tools backported from testing) with an LDAP backend (OpenLDAP 2.1) Samba is setup: * with posix file attributes (see
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
2016 Feb 22
2
Voice recognition IVR Is it possible?
Hi Daniel On Mon, 2016-02-22 at 19:40 +0100, Daniel Heckl wrote: > try this http://zaf.github.io/asterisk-speech-recog/. > I have tested it myself, it works very well. I wanted to try it, but I obtain the following error message: "speech-recog.agi,en-US: API key is missing. Aborting. " :-( What am I missing? Any hint? Frank
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.
2012 Aug 18
2
6.3 missing updates and packages
Hi, The fact that apparently the last tigervnc update from upstream was missed triggered me to check for missing updates and packages in 6.3. Here are my results. Sorry for any false positives that might have crept in, but note that some of the 6_x updates actually are updates and not a parsing error. And perhaps an occasional false positive due to having to compare upstream SRPMS vs downstream
2015 Aug 26
3
Anyone doing speech to text?
All; I have a customer who is looking for a good speech to text solution, either open source or reasonably priced commercial product, I'm open to suggestions. Thanks; John V -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20150826/64d6c224/attachment.html>
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 <<
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
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/