[Asterisk-Dev] Adding custom applications to asterisk.

Steven Critchfield critch at basesys.com
Tue Mar 30 15:19:30 MST 2004


On Tue, 2004-03-30 at 16:00, Christian Beaulieu wrote:
> I'm brand new to the asterisk scene and we are trying to add custom
> applications to asterisk.
>  
> Right now I am just trying to add a simple application to fprintf into
> a file all the extensions a user could have possibly entered while
> browsing sub menus.
>  
> in extensions.conf I have a line that looks like this:
> exten => _.,1,Test($(EXT1),$(EXT2),$(EXT3),$(EXT4),$(EXT5),$(EXTEN))
>  
> EXT1-5 are just variables to know on what level I am at.
>  
> In which directory do I have to place my applications so that asterisk
> can find them(if any)?
>  
> If not what do I have to do to be able to do this??

applications should live in the apps directory. Also look at app_skel.c
to see what is necessary to get started. Then make sure to modify the
Makefile in that directory to include your application for builds.
-- 
Steven Critchfield  <critch at basesys.com>




More information about the asterisk-dev mailing list