| 
									
										
										
										
											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
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2021-03-08 16:43:16 -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. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2020-11-03 09:27:17 +01:00
										 |  |  | ;require = chan_pjsip.so | 
					
						
							| 
									
										
										
										
											2018-10-22 14:31:27 -05:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											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
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2021-03-08 16:43:16 -05:00
										 |  |  | ;load = res_musiconhold.so | 
					
						
							| 
									
										
										
										
											2003-06-26 18:57:54 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2022-02-24 19:33:05 +00:00
										 |  |  | ; Load one of: alsa, or console (portaudio). | 
					
						
							|  |  |  | ; By default, load chan_console only (automatically). | 
					
						
							| 
									
										
										
										
											2003-06-26 18:57:54 +00:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2021-03-08 16:43:16 -05:00
										 |  |  | noload = chan_alsa.so | 
					
						
							| 
									
										
										
										
											2022-02-24 19:33:05 +00:00
										 |  |  | ;noload = chan_console.so | 
					
						
							| 
									
										
										
										
											2020-11-03 09:27:17 +01:00
										 |  |  | ; | 
					
						
							|  |  |  | ; Do not load res_hep and kin unless you are using HEP monitoring | 
					
						
							|  |  |  | ; <http://sipcapture.org> in your network. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2021-03-08 16:43:16 -05:00
										 |  |  | noload = res_hep.so | 
					
						
							|  |  |  | noload = res_hep_pjsip.so | 
					
						
							|  |  |  | noload = res_hep_rtcp.so | 
					
						
							| 
									
										
										
										
											2020-11-03 09:27:17 +01:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-10-10 08:09:15 -04:00
										 |  |  | ; Do not load chan_sip by default, it may conflict with res_pjsip. | 
					
						
							| 
									
										
										
										
											2021-03-28 11:47:35 -04:00
										 |  |  | noload = chan_sip.so | 
					
						
							| 
									
										
										
										
											2019-06-27 13:50:57 -05:00
										 |  |  | ; | 
					
						
							| 
									
										
										
										
											2020-11-03 09:27:17 +01:00
										 |  |  | ; Load one of the voicemail modules as they are mutually exclusive. | 
					
						
							|  |  |  | ; By default, load app_voicemail only (automatically). | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2021-03-28 11:47:35 -04:00
										 |  |  | ;noload = app_voicemail.so | 
					
						
							|  |  |  | noload = app_voicemail_imap.so | 
					
						
							|  |  |  | noload = app_voicemail_odbc.so |