Nenad Radosavljevic
2005-Jun-20 22:09 UTC
[Asterisk-Users] Re: app_valetparking.c for * STABLE
In this case you just put it into a apps subdir of astereisk tree, and add
it to a APPS= in a makefile, do a make ; make install ... and you will have
it in installed asterisk modules.... since by default, all modules in
asterisk modules directory are loaded, asterisk will know that it have
applications
Regards,
Nenad
> Sorry for asking a seemingly "new person" question, but how do
you get
> from the code below to a working app for asterisk?
>
> is it just a case of putting this into the source directory and doing
> make install or gcc somthing.c?
>
> then how do you get asterisk to understand that it is avaible to it?
>