Re: [Asterisk-Users] #include in config /New subject/

2003-10-21 Thread Olle E. Johansson
Steve Creel wrote:

You'll want to #include it.  This leaves the burden of the [general] and
any static configs on sip.conf but allows the script to blindly write out
from the database to sip_additional.conf
in sip.conf:
#include sip_additional.conf
Eureka! ...is this #include construct a general command for all config files?
I must have missed it - where is it documented?
/O

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] #include in config /New subject/

2003-10-21 Thread Steve Creel
It was originally announced by Mark in
http://lists.digium.com/pipermail/asterisk-users/2002-March/001766.html

It happens as a function of the config file parser (config.c) and will
work across all of the config files parsed by it.



On Tue, 21 Oct 2003, Olle E. Johansson wrote:

Steve Creel wrote:

 You'll want to #include it.  This leaves the burden of the [general] and
 any static configs on sip.conf but allows the script to blindly write out
 from the database to sip_additional.conf

 in sip.conf:
 #include sip_additional.conf

Eureka! ...is this #include construct a general command for all config files?
I must have missed it - where is it documented?

/O

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users


___
Steve Creel[EMAIL PROTECTED]


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users