| 
									
										
										
										
											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 | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ; initialized (just after the logger initialization) can be loaded | 
					
						
							|  |  |  | ; using 'preload'.  'preload' forces a module and the modules it | 
					
						
							|  |  |  | ; is known to depend upon to be loaded earlier than they normally get | 
					
						
							|  |  |  | ; loaded. | 
					
						
							| 
									
										
										
										
											2005-07-05 22:11:43 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ; NOTE: There is no good reason left to use 'preload' anymore.  It was | 
					
						
							|  |  |  | ; historically required to preload realtime driver modules so you could | 
					
						
							|  |  |  | ; map Asterisk core configuration files to Realtime storage. | 
					
						
							|  |  |  | ; This is no longer needed. | 
					
						
							| 
									
										
										
										
											2005-07-05 22:11:43 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ;preload => your_special_module.so | 
					
						
							| 
									
										
										
										
											2006-04-12 23:47:51 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-11-13 08:52:28 +00:00
										 |  |  | ; If you want Asterisk to fail if a module does not load, then use | 
					
						
							|  |  |  | ; the "require" keyword. Asterisk will exit with a status code of 2 | 
					
						
							|  |  |  | ; if a required module does not load. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ; require = chan_pjsip.so | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2009-11-13 08:52:28 +00:00
										 |  |  | ; If you want you can combine with preload | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ; preload-require = your_special_module.so | 
					
						
							| 
									
										
										
										
											2009-11-13 08:52:28 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-01-29 08:51:55 -05: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 09:57:36 +00:00
										 |  |  | noload => chan_console.so | 
					
						
							| 
									
										
										
										
											2018-08-22 10:50:55 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | noload => res_hep.so | 
					
						
							|  |  |  | noload => res_hep_pjsip.so | 
					
						
							|  |  |  | noload => res_hep_rtcp.so | 
					
						
							| 
									
										
										
										
											2018-10-10 08:09:15 -04:00
										 |  |  | 
 | 
					
						
							|  |  |  | ; Do not load chan_sip by default, it may conflict with res_pjsip. | 
					
						
							|  |  |  | noload => chan_sip.so | 
					
						
							| 
									
										
										
										
											2019-06-27 13:50:57 -05:00
										 |  |  | 
 | 
					
						
							|  |  |  | ; The default voicemail module is app_voicemal. All voicemail modules | 
					
						
							|  |  |  | ; are mutually exclusive. Therefore it is better to make sure they | 
					
						
							|  |  |  | ; are not loaded at startup | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | noload => app_voicemail_odbc.so | 
					
						
							|  |  |  | noload => app_voicemail_imap.so |