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
through with no problems



> 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:
>
> http://www.oldskoolphreak.com/tfiles/voip/installing_app_cepstral.txt
>
> for cepstral integration into asterisk. It makes it app_cepstral, instead
> of using system calls.
>
> Mat

_______________________________________________
--Bandwidth and Colocation sponsored by Easynews.com --

Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to