Displaying 2 results from an estimated 2 matches for "installing_app_cepstr".
Did you mean:
  installing_app_cepstral
  
2006 Nov 29
1
Getting app_cepstral to work with Asterisk 1.4.0-beta3
Using this link
http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt
 
This is a Dell PowerEdge 1950 running Whitbox 4 and Asterisk 1.4.0-beta3
 
I get the following errors on make install
 
Any help would be GREAT!
 
Thanks
 
 
 
 
   [CC] app_cepstral.c -> app_cepstral.o
In file included from
/usr/src/asterisk/include/asterisk/linkedlists.h:23,...
2005 Oct 01
3
Adding Cepstral to Asterisk
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
#APPS+=app_sql_odbc.so
APPS+=app_cepstral.so
#
I did this piece but wasn't sure exactly what part of the