[Asterisk-Dev] Wanted: ast_category_merge
Matthew Boehm
mboehm at cytelcom.com
Fri Feb 18 16:35:25 MST 2005
Perhaps I wasn't clear. I need to do this in the code.
struct ast_category *catA, *catB, *catC;
catC = ast_category_merge(catA, catB);
I found inherit_category inside config.c but it wasn't listed in config.h.
Actually, I found several functions that are in config.c and not in config.h
It was also defined as static, I didn't understand that.
-Matthew
----- Original Message -----
From: "Kevin P. Fleming" <kpfleming at starnetworks.us>
To: "Asterisk Developers Mailing List" <asterisk-dev at lists.digium.com>
Sent: Friday, February 18, 2005 5:27 PM
Subject: Re: [Asterisk-Dev] Wanted: ast_category_merge
> Matthew Boehm wrote:
>
> > [bleh]
> > 3444 => 1233,Matthew Boehm,email at email.com
> > 3445 => 1233,Matthew Boehm,email at email.com
> > 3446 => 1233,Matthew Boehm,email at email.com
>
> > [bleh]
> change this to:
>
> [bleh](+)
>
> > 3447 => 1233,Matthew Boehm,email at email.com
> > 3448 => 1233,Matthew Boehm,email at email.com
> > 3449 => 1233,Matthew Boehm,email at email.com
>
> That will merge the categories together. Note that this only works in
> text-config files; none of the Realtime engines have been updated to
> provide any way to merge categories together yet.
> _______________________________________________
> 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