Displaying 1 result from an estimated 1 matches for "app_cepstal".
Did you mean:
app_cepstral
2006 Jan 21
1
Compiling app_cepstral.c into Asterisk - failing
...ut it isn't working. I obviously am not understanding the
examples that I have found.
"Copy the app_cepstral.c file to your asterisk source tree (apps folder) .
You'll also need to add a lines like these to the Makefile in that
directory:
APPS+=app_cepstral.so"
I added it into app_cepstal.c as:
#
# Obsolete things...
#
#APPS+=app_sql_postgres.so
#APPS+=app_sql_odbc.so
#
# Experimental things
#
#APPS+=app_ivrdemo.so
#APPS+=app_skel.so
#APPS+=app_rpt.so
APPS+=app_cepstral.so
I assume that I put in here without the "#" or maybe "#" isn't a comment?
Then.......