asterisk/modules.conf

Fri, 15 Oct 2010 18:46:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 15 Oct 2010 18:46:25 +0200
changeset 261
4f973c756446
permissions
-rw-r--r--

Update copyright, file server URL, modify doc and link logic.
Now documentation is installed by default to the correct path,
and QtCreator links against Qt shared libraries instead of Qt
static libraries. This unfortunate change supports Nokia's
unfortunate decision to poorly support static linking in Qt.

     1 ;
     2 ; Asterisk configuration file
     3 ;
     4 ; Module Loader configuration file
     5 ;
     7 ;[modules]
     8 ;autoload=yes
     9 ;
    10 ; Any modules that need to be loaded before the Asterisk core has been
    11 ; initialized (just after the logger has been initialized) can be loaded
    12 ; using 'preload'. This will frequently be needed if you wish to map all
    13 ; module configuration files into Realtime storage, since the Realtime
    14 ; driver will need to be loaded before the modules using those configuration
    15 ; files are initialized.
    16 ;
    17 ; An example of loading ODBC support would be:
    18 ;preload => res_odbc.so
    19 ;preload => res_config_odbc.so
    20 ;
    21 ; Uncomment the following if you wish to use the Speech Recognition API
    22 ;preload => res_speech.so
    23 ;
    24 ; If you want, load the GTK console right away.  
    25 ;
    26 ;noload => pbx_gtkconsole.so
    27 ;load => pbx_gtkconsole.so
    28 ;
    29 ;load => res_musiconhold.so
    30 ;
    31 ; Load either OSS or ALSA, not both
    32 ; By default, load OSS only (automatically) and do not load ALSA
    33 ;
    34 ;noload => chan_alsa.so
    35 ;noload => chan_oss.so

mercurial