app_swift icon indicating copy to clipboard operation
app_swift copied to clipboard

app_swift

Results 15 app_swift issues
Sort by recently updated
recently updated
newest added

I've verified everything, can't work out what is wrong:- # swift --voices | Voice | Version | Lic? | Gender | Age | Language | Sample Rate | | ---...

I'm trying to use app_swift on Asterisk Certified 16 + CentOS 8.1 + Cepstral TTS engine, but I get an error while trying to use app_swift: [May 28 21:12:21] ERROR[2185][C-00000004]:...

Error: ./configure: line 141: [: certified/16: integer expression expected creating Makefile sed: -e expression #1, char 130: unknown option to `s' $ asterisk -V Asterisk certified/16.8-cert2

Running Asterisk 13.23.1: After running the ./configure, the echo text says to run 'make' After running make, an error is displayed 'Could not locate Asterisk include files' I did run:...

non-zeroed frame bug (complete crash in 11.20+) revamed makefile parse out documentation for asterisk manually protect against possible memory allocation error

Using binary build from debian/jessie, I get garbled audio. Compiling by hand, I get no audio. In neither case are there any errors (or any other information for that matter)...

Hi, is it possible that we get "SWIFT_PORT_UNAVAILABLE" in asterisk dial plan variable? like we can get DTMF value in ${SWIFT_DTMF}. when all ports are in use then we get...

Apparently app_swift, in it's current form won't compile in asterisk 14. Here's a patch that seems to allow it to at least compile.

This change allows parsing of Certified Asterisk versions. - Asterisk certified/11.6-cert15

Asterisk version is determined in configure script thusly: `AST_FULL_VER='asterisk -V | awk '{ print $2 }' -'` My fresh Asterisk 13.1 install prints "Asterisk certified/13.1-cert8" when fed the -V flag....