| 
									
										
										
										
											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-10-04 22:51:59 +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. | 
					
						
							| 
									
										
										
										
											2005-07-05 22:11:43 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | ; An example of loading ODBC support would be: | 
					
						
							|  |  |  | ;preload => res_odbc.so | 
					
						
							|  |  |  | ;preload => res_config_odbc.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2008-01-09 21:37:26 +00:00
										 |  |  | ; res_phoneprov requires func_strings.so to be loaded: | 
					
						
							|  |  |  | preload => func_strings.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2006-04-12 23:47:51 +00:00
										 |  |  | ; Uncomment the following if you wish to use the Speech Recognition API | 
					
						
							|  |  |  | ;preload => res_speech.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; If you want, load the GTK console right away.   | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2001-04-16 22:31:06 +00:00
										 |  |  | noload => pbx_gtkconsole.so | 
					
						
							|  |  |  | ;load => pbx_gtkconsole.so | 
					
						
							| 
									
										
										
										
											2000-01-02 20:59:00 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2002-05-10 00:08:26 +00:00
										 |  |  | load => res_musiconhold.so | 
					
						
							| 
									
										
										
										
											2003-06-26 18:57:54 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2007-12-31 16:13:26 +00:00
										 |  |  | ; Load one of: chan_oss, alsa, or console (portaudio). | 
					
						
							|  |  |  | ; By default, load chan_oss only (automatically). | 
					
						
							| 
									
										
										
										
											2003-06-26 18:57:54 +00:00
										 |  |  | ; | 
					
						
							|  |  |  | noload => chan_alsa.so | 
					
						
							|  |  |  | ;noload => chan_oss.so | 
					
						
							| 
									
										
										
										
											2009-05-04 10:00:04 +00:00
										 |  |  | noload => chan_console.so | 
					
						
							| 
									
										
										
										
											2008-06-16 13:31:36 +00:00
										 |  |  | ; |