[Asterisk-Dev] Error installing Prepaid App

reseaux reseauxit at yahoo.it
Thu Jun 10 06:15:41 MST 2004


Dear Soren	
	i have try the cvs prepaid in my asterisk stable but i have found this error:
---
app_prepaid.c: In function `prepaid_ivr_authenticate':
app_prepaid.c:198: error: too many arguments to function `ast_say_number'
app_prepaid.c:222: error: too many arguments to function `ast_say_number'
app_prepaid.c: In function `prepaid_ivr_authorize':
app_prepaid.c:324: error: too many arguments to function `ast_say_number'
app_prepaid.c:350: error: too many arguments to function `ast_say_number'
make[1]: *** [app_prepaid.o] Error 1
---
I have also modify app_prepaid.c for my Mandrake 9.2 in this line:
#include <libpq-fe.h>
to
#include <pgsql/libpq-fe.h>

Thanks in advance for any help
Dimitri

On Thursday 10 June 2004 01:31 pm, Soren Rathje wrote:
> The app_prepaid application has been brought up-to-date with MUTEX'es etc.
> by Peter Nixon and Igor de Rooij. The "new" home is
> http://sourceforge.net/projects/asteriskbilling/
>
> The tarball did not compile on my system (HEAD) however the version from
> CVS did....
>
> cvs -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/asteriskbilling login
> (Password is blank, just hit ENTER)
> cvs -z3 -d:pserver:anonymous at cvs.sourceforge.net:/cvsroot/asteriskbilling
> co asterisk-prepaid
>
> -- Soren
>
> ----- Original Message -----
> From: "reseaux" <reseauxit at yahoo.it>
> To: <asterisk-dev at lists.digium.com>
> Sent: Thursday, June 10, 2004 12:57 PM
> Subject: Re: [Asterisk-Dev] Error installing Prepaid App
>
> > Dear Steve
> > thanks for your reply !! :-)
> > I have change the four line with your modification like this:
> > res = ast_say_number(chan, result.rem, "", chan->language, (char*)NULL);
> > but when i try to make i found this error:
>
> ...
>
> _______________________________________________
> Asterisk-Dev mailing list
> Asterisk-Dev at lists.digium.com
> http://lists.digium.com/mailman/listinfo/asterisk-dev
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-dev



More information about the asterisk-dev mailing list