similar to: Swift - detection of multiple digits unreliable on my system

Displaying 20 results from an estimated 900 matches similar to: "Swift - detection of multiple digits unreliable on my system"

2009 Aug 26
0
Swift application and DTMF
Hello users, i have successfully installed the cepstral voice and in the text only mode its working fine when i swift applicaiton in dtmf mode like exten =>111,1,Swift(hello user| 5000|1) exten =>111,n,NoOp(dtmf is ${SWIFT_DTMF}) exten => 111,n,Hangup() case1: when i am listening to the hello user prompt if i press any key 1,2,3,4,5,6,7,8,9,0,*,# i am getting the ${SWIFT_DTMF } value
2010 Jan 10
2
app_swift 1.6.2 DTMF issue
With app_swift 1.6.2 + asterisk 1.6.1.12, I've found that if you enter DTMF during cepstral playback, the first digit of ${SWIFT_DTMF} is [un]set in an odd way. for example consider: 999,1,Swift(some long message that you dont want to wait for|5000|5) 999,n,NoOp(DTMF: ${SWIFT_DTMF}) if while I am listening to the playback, i interrupt and dial: - "12345", SWIFT_DTMF is set to
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
2006 Oct 26
0
Cepstral/Swift TTS app
Hey everyone, I was frustrated with the existing app_cepstral/app_swift TTS modules I've found on the net, so I hacked up my own. It's been working really well for me so I thought I'd share. In developing this, I wanted to avoid: * the startup delay incurred writing TTS output to a temp file then playing it back * gluing cepstral/swift to the asterisk module in a way that fubard
2013 Nov 18
0
app_swift on centos 6 X64
Hi is a list could be off topic ;) , but someone has installed the latest version of app_swift on centos 6 for asterisk 1.8 I'm trying to make with this manual, but have had no success http://www.cepstral.com/en/support/telephony/faq?os=linux&section=getting-started gcc -I/opt/swift/include -I/usr/include -g -Wall -fPIC -D_SWIFT_VER_6 -D_AST_VER_1_8 -c -o app_swift.o app_swift.c
2009 Aug 26
1
app_swift issue
Hello I have installed cepstral .... It works woderfull using an agi script but ..... when i try to use Swift("say this") is Dial plan .... I get the error [Aug 26 12:30:18] WARNING[7420]: pbx.c:3167 pbx_extension_helper: No application 'Swift' for extension (actdemo, 123, 2) Now i come to know to install app_swift Here is the issue... when i try to execute make command
2009 Aug 26
4
Fw: app_swift issue
Hi Shakeel, I had the same problem building app_swift (1.6..) myself and searched the web far-and-wide for a solution. I eventually contacted Darren Sessions -- who was maintaining that plug-in -- about a month ago. He was involved in another project and said he might be able get to it after a few weeks. But, since then, his website http://www.darrensessions.com/ has gone out of comission. I
2012 Aug 01
1
app_swift 3 and asterisk 1.8.13.0 fails with undefined symbol: swift_port_close
All, I am experiencing this same issue. it seems that you were able to resolve it offline. Could you by any chance post the solution. telephonics1*CLI> module load app_swift.so Unable to load module app_swift.so Command 'module load app_swift.so' failed. [Aug 1 05:01:01] WARNING[28635]: loader.c:458 load_dynamic_module: Error loading module 'app_swift.so':
2010 Mar 15
0
How to find Asterisk compile time options for building app_swift module
Hi, I have Asterisk 1.6.0.20 running on Red Hat Enterprise Linux Server release 5.4 (Tikanga). I am trying build an app_swift module which uses the Cepstral software. I am compiling it with the following command line gcc -I/opt/swift/include -g -Wall -D_REENTRANT -D_GNU_SOURCE -fPIC -c -o app_swift.o app_swift.c gcc -shared -Xlinker -x -o app_swift.so -L/opt/swift/lib -lswift -lm -lswift
2008 Oct 29
1
app_swift installation problems
Hi, I have tried installing app_swift on both mac os x and ubuntu now and am getting the same error. I must be missing something, as I have tried multiple versions and everytime do sudo make install i get: if ! [ -f /etc/asterisk/swift.conf ]; then \ install -m 644 swift.conf.sample /etc/asterisk/swift.conf ; \ fi if [ -f app_swift.so ]; then \ install -m 755 app_swift.so
2011 Dec 15
0
app_swift tts module - new home.
Hi Folks, After receiving a surprising amount of emails from Asterisk community members, I thought I'd fire something off to the users list to clear any confusion regarding the Asterisk Forge (forge.asterisk.org) website and the future of the app_swift text-to-speech module. With regards to the Asterisk Forge website redirecting to GitHub, this has been a long time coming. Emails were sent
2010 Jun 17
0
app_swift v2.0 released
Hi all, Thought I'd mention that the new version of the app_swift text-to-speech module for Asterisk 1.2, 1.4, and 1.6 has been released at it's new home on the Asterisk Forge. http://forge.asterisk.org/gf/project/app_swift/ For those that are unaware, app_swift provides a direct interface with the Cepstral text-to-speech engine so instead of having to call the Cepstral engine and write
2014 Oct 07
0
new app_swift is live
Darren has recently merged my changes to app_swift - now supporting asterisk 12 and 13. If anyone has the Cepstral TTS engine installed and would like to link it with asterisk, app_swift is the way to go. This is the first version that 'configures' to make a Makefile. Please give it a try and report back any issues. git clone 'https://github.com/darrensessions/app_swift' cd
2014 Jan 09
1
help with Cepstral 6 and Asterisk 11
Hello, I recently purchased the Cepstral 6 text-to-speech engine (swift), and am now wondering if I should have bought something else. I would like to use Cepstral text to speech like some people use the Festival() or Flite() applications. For example, when I do a "core show application flite" at the CLI, flite is available to me: localhost*CLI> core show application flite
2007 Jun 05
1
cepstral TTS and app_swift
We are having some major problems with app_swift since we went live. It is regularly segfaulting. I don't know if this is my fault or not, but here's the story: Installed the cepstral voices (at the time, 4.0) on our test system (2.6.9-42.0.10.ELsmp) and later added some extra voices (now 4.2). All worked fine - we stress tested (20+ simultaneous calls). Move to live (
2007 Oct 22
1
app_swift issues
Hi all, i'm trying to integrate cepstral and asterisk, and i have a problem i'd appreciate any help with (i know it's a bit tangential, but i figure this is the place with the most knowledge of app_swift and asterisk). I've installed swift from cepstral.com with alison's voice, and it works fine, from the command line i can do swift "hello there" -o test.wav and then
2006 Nov 10
0
app_swift: Failed to set voice
I'm trying to get app_swift (v0.9.1 from http://www.loopfree.net/app_swift/) working, but it's having issues (see below). I'm running 1.4.0beta3 on FC6. Any thoughts? *CLI> -- Executing [100@internal:1] Answer("SIP/spa3k-fxs-08e884b0", "") in new stack -- Executing [100@internal:2] Swift("SIP/spa3k-fxs-08e884b0", "Diane^your text
2006 Nov 30
1
Asterisk 1.4 : App_Swift (Cepstral) Howto
Hi All, Recent discussions on app_cepstral on the list have led me to believe there's some issues with Asterisk 1.4 I set about creating a small howto for people to get cepstral, with app_swift working. Check it out: http://www.voipphreak.ca/archives/354-Asterisk-1.4-Gentoo-CepstralSwift-Howto-using-App_Swift.html Thanks, Diwelf
2010 Jul 28
1
app_swift.c:338 engine: Failed to set voice
Hello. I'm trying to set TTS with Cepstral and Swift but can't get it to work. I get this error when testing it: -- <SIP/101-00000000> Playing 'welcome.gsm' (language 'es') -- Executing [702 at local-calls:3] Swift("SIP/101-00000000", "Hello this is ceptral") in new stack [Jul 28 18:29:16] NOTICE[5191]: app_swift.c:304 engine: Text to
2006 May 15
1
Asterisk didn't start with app_swift.so
Hello I Installed the Ceptral voices and Iam trying tu use the swift module with asterisk. But when I start it show: [app_swift.so]May 15 17:53:09 WARNING[18876]: loader.c:325 __load_resource: libswift.so.4: cannot open shared object file: No such file or directory May 15 17:53:09 WARNING[18876]: loader.c:554 load_modules: Loading module app_swift.so failed! Il looked for that library