[Asterisk-Dev] Re: NEWBIE: how to modify Dial application

James H. Cloos Jr. cloos at jhcloos.com
Fri Feb 6 15:26:48 MST 2004


>>>>> "Christian" == Christian Hecimovic <checimovic at qworks.ca> writes:

Christian> 2: stick it into the asterisk/apps directory.

Christian> 3: edit the Makefile in this directory. Near the top you'll
Christian> see a line that begins with APPS. Stick your app here.

If you are using cvs, I'd suggest added a new line like:

APPS+=app_yours.so

rather than appending to the APPS= line.

Otherwise everytime upstream changes the APPS= value you'll have to
manually merge the change; if your additions are all on lines of
their own cvs up will do the merge itself.

-JimC




More information about the asterisk-dev mailing list