Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Olle E. Johansson
Lance, Parsing of configuration files is done at CLI "reload" or startup. That includes the "#include" *FILE* construct. The include statement - without the # character - includes *contexts* and this can be done at different times, since all contexts are parsed when Asterisk parses configuration

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Steven Critchfield
On Tue, 2003-12-30 at 15:53, Lance Arbuckle wrote: > Sean Cheesman wrote: > > > > The # is needed. It's your standard programming syntax. > > > > My two cents on the date/time variable would be no. The includes are > > processed when * starts up, and are all grouped together. It's more of a >

RE: [Asterisk-Users] include a file ?

2003-12-30 Thread Sean Cheesman
#include shipping.conf Of course, this is only one of many ways you could use the #include function! Sean -Original Message- From: Lance Arbuckle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:54 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] include a file ?

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Lance Arbuckle
Brian West wrote: > > No you guys need to pay attention.. > > include => context > > #include filename.conf > > They do totally diffren things. > > bkw Thanks Brian, I've got it now :) -- .~. /V\Lance C. Arbuckle // \\ /( )\ ^'~'^

RE: [Asterisk-Users] include a file ?

2003-12-30 Thread ml
>> > Brian West wrote: > > > > > > its > > > > > > #include filename.conf > > > > > > > Does the synatx include the # at the beginning of the line ? > > And can this type of include be time/date dependant like the > standard > include ? > > > > include => filename.conf > > > > Check here: > ht

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Lance Arbuckle
Sean Cheesman wrote: > > The # is needed. It's your standard programming syntax. > > My two cents on the date/time variable would be no. The includes are > processed when * starts up, and are all grouped together. It's more of a > way to keep everything clean than for a logic basis. Anyone

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Andrew Thompson
- Original Message - From: "Lance Arbuckle" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, December 30, 2003 4:16 PM Subject: Re: [Asterisk-Users] include a file ? > > > Brian West wrote: > > > > its > > > > #include fil

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Brian West
No you guys need to pay attention.. include => context #include filename.conf They do totally diffren things. bkw On Tue, 30 Dec 2003, Lance Arbuckle wrote: > > > Brian West wrote: > > > > its > > > > #include filename.conf > > > > Does the synatx include the # at the beginning of the line ?

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Steven Critchfield
On Tue, 2003-12-30 at 15:16, Lance Arbuckle wrote: > Brian West wrote: > > > > its > > > > #include filename.conf > > > > Does the synatx include the # at the beginning of the line ? > And can this type of include be time/date dependant like the standard > include ? > > include => filename.con

RE: [Asterisk-Users] include a file ?

2003-12-30 Thread asterisk
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > On Behalf Of Lance Arbuckle > Sent: Tuesday, December 30, 2003 4:17 PM > To: [EMAIL PROTECTED] > Subject: Re: [Asterisk-Users] include a file ? > Brian West wrote: > > > > i

RE: [Asterisk-Users] include a file ?

2003-12-30 Thread Sean Cheesman
al Message- From: Lance Arbuckle [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] include a file ? Brian West wrote: > > its > > #include filename.conf > Does the synatx include the # at the beginning o

Re: [Asterisk-Users] include a file ?

2003-12-30 Thread Lance Arbuckle
Brian West wrote: > > its > > #include filename.conf > Does the synatx include the # at the beginning of the line ? And can this type of include be time/date dependant like the standard include ? include => filename.conf -- .~. /V\Lance C. Arbuckle // \\ /( )\ ^'~'

Re: [Asterisk-Users] include a file ?

2003-12-29 Thread Brian West
its #include filename.conf On Mon, 29 Dec 2003, Lance Arbuckle wrote: > > > ok, I've got yet another newbie question. > > My extensions.conf is getting rather longish and I'm getting dizzy > moving back and forth editing this thing. Can I use the include command > to include a file in order to

Re: [Asterisk-Users] include a file ?

2003-12-29 Thread Tilghman Lesher
On Monday 29 December 2003 15:10, Lance Arbuckle wrote: > ok, I've got yet another newbie question. > > My extensions.conf is getting rather longish and I'm getting dizzy > moving back and forth editing this thing. Can I use the include > command to include a file in order to break extensions.conf