| 
									
										
										
										
											1999-12-05 07:09:27 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Asterisk configuration file | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Module Loader configuration file | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-12-05 07:09:27 +00:00
										 |  |  | [modules] | 
					
						
							|  |  |  | autoload=yes | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2005-07-05 22:11:43 +00:00
										 |  |  | ; Any modules that need to be loaded before the Asterisk core has been initialized | 
					
						
							|  |  |  | ; (just after the logger has been initialized) can be loaded using 'preload'. This | 
					
						
							|  |  |  | ; will frequently be needed if you wish to map all module configuration files into | 
					
						
							|  |  |  | ; Realtime storage, since the Realtime driver will need to be loaded before the | 
					
						
							|  |  |  | ; modules using those configuration files are initialized. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; An example of loading ODBC support would be: | 
					
						
							|  |  |  | ;preload => res_odbc.so | 
					
						
							|  |  |  | ;preload => res_config_odbc.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; If you want, load the GTK console right away.   | 
					
						
							|  |  |  | ; Don't load the KDE console since | 
					
						
							|  |  |  | ; it's not as sophisticated right now. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2001-04-16 22:31:06 +00:00
										 |  |  | noload => pbx_gtkconsole.so | 
					
						
							|  |  |  | ;load => pbx_gtkconsole.so | 
					
						
							|  |  |  | noload => pbx_kdeconsole.so | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Intercom application is obsoleted by | 
					
						
							|  |  |  | ; chan_oss.  Don't load it. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2001-04-16 22:31:06 +00:00
										 |  |  | noload => app_intercom.so | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | ; Explicitly load the chan_modem.so early on to be sure | 
					
						
							|  |  |  | ; it loads before any of the chan_modem_* 's afte rit | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2001-04-16 22:31:06 +00:00
										 |  |  | load => chan_modem.so | 
					
						
							| 
									
										
										
										
											2002-05-10 00:08:26 +00:00
										 |  |  | load => res_musiconhold.so | 
					
						
							| 
									
										
										
										
											2003-06-26 18:57:54 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Load either OSS or ALSA, not both | 
					
						
							|  |  |  | ; By default, load OSS only (automatically) and do not load ALSA | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | noload => chan_alsa.so | 
					
						
							|  |  |  | ;noload => chan_oss.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; Module names listed in "global" section will have symbols globally | 
					
						
							|  |  |  | ; exported to modules loaded after them. | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | [global] | 
					
						
							|  |  |  | chan_modem.so=yes |