I was wondering if there is a way that I can say "include file <foo>" or similar to include some machine generated config files? I have my predefined dialplan, etc.. but I want it to include my db-generated files, without having to make those scripts generate all the rest of it.
Just wondering if this exists or is in the works?
thanks,
- jared -- Jared Mauch | pgp key available via finger from [EMAIL PROTECTED] clue++; | http://puck.nether.net/~jared/ My statements are only mine.
Yes, and Yes. :-)
Try:
#include /path/to/other/file
in sip.conf, iax.conf, extensions.conf, and perhaps others.
JT _______________________________________________ Asterisk-Dev mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-dev
