Re: [Asterisk-Users] Adding Cepstral to Asterisk

2005-10-03 Thread pbx
Then did you do a make clean / make / make install? Then do show applications at the CLI prompt after you have restarted asterisk. service asterisk stop service asterisk start ... I downloaded Cepstral to my Asterisk Box. I did the install and let it install to /opt/swift. I brought down

Re: [Asterisk-Users] Adding Cepstral to Asterisk

2005-10-03 Thread Wojciech Tryc
Users Mailing List - Non-Commercial Discussion asterisk-users@lists.digium.com Sent: Monday, October 03, 2005 11:27 AM Subject: Re: [Asterisk-Users] Adding Cepstral to Asterisk Then did you do a make clean / make / make install? Then do show applications at the CLI prompt after you have

Re: [Asterisk-Users] Adding Cepstral to Asterisk

2005-10-03 Thread Matthew Gibson
Wojciech Tryc wrote: I am not following... Why would you need to integrate Cepstral directly into Asterisk? Just to be able to call it as Asterisk app from your dialplan? I am running Cepstral and calling it through the System call. You could try the howto located here:

Re: [Asterisk-Users] Adding Cepstral to Asterisk

2005-10-03 Thread pbx
the app_cepstral.c file had a problem that it was trying use #include ../asterisk.h I had to force it to where asterisk.h was located... in my case it was in /usr/src/asterisk/include so i changed the #include to say #include /usr/src/asterisk/include/asterisk.h and then it would compile

Re: [Asterisk-Users] Adding Cepstral to Asterisk

2005-10-03 Thread trixter http://www.0xdecafbad.com
On Mon, 2005-10-03 at 13:02 -0700, [EMAIL PROTECTED] wrote: the app_cepstral.c file had a problem that it was trying use #include ../asterisk.h I had to force it to where asterisk.h was located... in my case it was in /usr/src/asterisk/include so i changed the #include to say #include

[Asterisk-Users] Adding Cepstral to Asterisk

2005-10-01 Thread Lists
I downloaded Cepstral to my Asterisk Box. I did the install and let it install to /opt/swift. I brought down a new CVS-HEAD as of today 10/1. I added APPS+=app_cepstral.so into the Makefile in /usr/src/asterisk/apps/Makefile Like: # Obsolete things... # #APPS+=app_sql_postgres.so