Re: [Asterisk-Users] asterisk addson

2005-02-12 Thread Kristian Kielhofner
Matthew Boehm wrote:
I didn't write app_addon_sql_mysql.c so I have no clue as to its current
state.
-Matthew
Matthew,
	I know that.  You were just the last person to reply to that thread, 
and I always include the person's name as though I am writing a message 
to them personally.  It's just habit (good or bad, I don't know).  In 
the previous post you just seemed like you had some insight into the 
problems with app_addon_sql_mysql.c.

--
Kristian Kielhofner
___
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


Re: [Asterisk-Users] asterisk addson

2005-02-12 Thread Matthew Boehm
I didn't write app_addon_sql_mysql.c so I have no clue as to its current
state.

-Matthew

- Original Message - 
From: "Kristian Kielhofner" <[EMAIL PROTECTED]>
To: "Asterisk Users Mailing List - Non-Commercial Discussion"

Sent: Saturday, February 12, 2005 7:46 PM
Subject: Re: [Asterisk-Users] asterisk addson


> Matthew Boehm wrote:
> > This is most likely due to the HUGE CHANGES in recent code in regards to
> > linked-lists. Be patient. They are being fixed and optimized.
> >
> > -Matthew
>
> Matthew,
>
> Has there been any progress on this?  I am still getting the same error
> (from CVS-HEAD as of a few minutes ago):
>
> app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4
> arguments, but takes just 3
>
> Does anyone have a working copy of this code?
>
> Thanks.
>
> --
> Kristian Kielhofner
> ___
> 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
>

___
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


Re: [Asterisk-Users] asterisk addson

2005-02-12 Thread Kristian Kielhofner
Matthew Boehm wrote:
This is most likely due to the HUGE CHANGES in recent code in regards to
linked-lists. Be patient. They are being fixed and optimized.
-Matthew
Matthew,
	Has there been any progress on this?  I am still getting the same error 
(from CVS-HEAD as of a few minutes ago):

app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 
arguments, but takes just 3

Does anyone have a working copy of this code?
Thanks.
--
Kristian Kielhofner
___
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


Re: Out of Office AutoReply: [Asterisk-Users] asterisk addson

2005-01-06 Thread Matthew Boehm
Why can't people learn to turn off this crap for lists? I don't care if you
are on vacation and I'm sure that everyone else on this list doesn't care
either.

-Matthew

- Original Message - 
From: "Dijkstra, Roelof" <[EMAIL PROTECTED]>
To: "Matthew Boehm" <[EMAIL PROTECTED]>
Sent: Thursday, January 06, 2005 9:24 AM
Subject: Out of Office AutoReply: [Asterisk-Users] asterisk addson


> Currently i'm on holiday. I'm back in the office on the 24th of Jan.
> If you have any urgent questions , please contact the service desk.
>
>
> -- 
> The contents of this e-mail are intended for the named addressee only. It
> contains information that may be confidential. Unless you are the named
> addressee or an authorized designee, you may not copy or use it, or
disclose
> it to anyone else. If you received it in error please notify us
immediately
> and then destroy it.
>

___
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


Re: [Asterisk-Users] asterisk addson

2005-01-06 Thread Matthew Boehm
This is most likely due to the HUGE CHANGES in recent code in regards to
linked-lists. Be patient. They are being fixed and optimized.

-Matthew

- Original Message - 
From: "rizwan" <[EMAIL PROTECTED]>
To: 
Sent: Thursday, January 06, 2005 12:34 AM
Subject: [Asterisk-Users] asterisk addson


> Hello
>
> I am tying to install asterisk addson, but when i give make, it shows me
following error messages:
>
> cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql -c -o
app_addon_sql_mysql.o app_addon_sql_mysql.c
> app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments,
but takes just 3
> app_addon_sql_mysql.c: In function `del_identifier':
> app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this
function)
> app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only
once
> app_addon_sql_mysql.c:164: for each function it appears in.)
> make: *** [app_addon_sql_mysql.o] Error 1
>
> Any idea, why this compatability issue arised?
>
> Thanks
> ___
> 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

___
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


RE: [Asterisk-Users] asterisk addson

2005-01-06 Thread Paul Brock
Yup, just to confirm, same here...

Anyone know of a fix?

Paul

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Humberto
Aicardi
Sent: 06 January 2005 11:00
To: 'Asterisk Users Mailing List - Non-Commercial Discussion'
Subject: RES: [Asterisk-Users] asterisk addson

I'm having exactly the same problem, I'm currently using * HEAD.

If anyone can help please let us know what is the issue.

Regards,
Humberto

-Mensagem original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Em nome de rizwan
Enviada em: Thursday, January 06, 2005 4:34 AM
Para: asterisk-users@lists.digium.com
Assunto: [Asterisk-Users] asterisk addson

Hello

I am tying to install asterisk addson, but when i give make, it shows me
following error messages:

cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql -c -o
app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments,
but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this
function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1

Any idea, why this compatability issue arised?

Thanks
___
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


___
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

___
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


RES: [Asterisk-Users] asterisk addson

2005-01-06 Thread Humberto Aicardi
I'm having exactly the same problem, I'm currently using * HEAD.

If anyone can help please let us know what is the issue.

Regards,
Humberto

-Mensagem original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Em nome de rizwan
Enviada em: Thursday, January 06, 2005 4:34 AM
Para: asterisk-users@lists.digium.com
Assunto: [Asterisk-Users] asterisk addson

Hello

I am tying to install asterisk addson, but when i give make, it shows me
following error messages:

cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql -c -o
app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments,
but takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this
function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1

Any idea, why this compatability issue arised?

Thanks
___
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


___
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


[Asterisk-Users] asterisk addson

2005-01-05 Thread rizwan
Hello

I am tying to install asterisk addson, but when i give make, it shows me 
following error messages:

cc -fPIC -I../asterisk -D_GNU_SOURCE  -I/usr/include/mysql -c -o 
app_addon_sql_mysql.o app_addon_sql_mysql.c
app_addon_sql_mysql.c:164:77: macro "AST_LIST_REMOVE" passed 4 arguments, but 
takes just 3
app_addon_sql_mysql.c: In function `del_identifier':
app_addon_sql_mysql.c:164: `AST_LIST_REMOVE' undeclared (first use in this 
function)
app_addon_sql_mysql.c:164: (Each undeclared identifier is reported only once
app_addon_sql_mysql.c:164: for each function it appears in.)
make: *** [app_addon_sql_mysql.o] Error 1

Any idea, why this compatability issue arised?

Thanks
___
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