Re: [Asterisk-Users] RE: Size limitations of extensions.conf

2006-06-05 Thread Moises Silva
Asterisk support the concept of configuration engine, this means that you can write a configuration engine to get the data from anywhere. The default configuration engine is text_file_engine, that reads the configuration from text files. This engine does not have any limit in the code, so the

Re: [Asterisk-Users] RE: Size limitations of extensions.conf

2006-06-05 Thread trixter aka Bret McDanel
On Mon, 2006-06-05 at 11:24 -0500, Moises Silva wrote: Asterisk support the concept of configuration engine, this means that you can write a configuration engine to get the data from anywhere. The default configuration engine is text_file_engine, that reads the configuration from text files.

RE: [Asterisk-Users] RE: Size limitations of extensions.conf

2006-06-05 Thread Douglas Garstang
Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] RE: Size limitations of extensions.conf Asterisk support the concept of configuration engine, this means that you can write a configuration engine to get the data from anywhere. The default configuration engine