| 
									
										
										
										
											2016-02-07 16:34:20 -07:00
										 |  |  | ; Common pjproject options | 
					
						
							|  |  |  | ; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-11-23 18:27:54 -06:00
										 |  |  | ;[startup] | 
					
						
							|  |  |  | ;  NOTES: The name of this section in the pjproject.conf configuration file must | 
					
						
							|  |  |  | ;         remain startup or the configuration will not be applied. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2018-02-27 15:40:18 -06:00
										 |  |  | ;cache_pools = yes   ; Cache pjproject memory pools for performance | 
					
						
							|  |  |  |                      ; Disable this option to help track down pool content | 
					
						
							|  |  |  |                      ; mismanagement when using valgrind or MALLOC_DEBUG. | 
					
						
							|  |  |  |                      ; The cache gets in the way of determining if the | 
					
						
							|  |  |  |                      ; pool contents are used after being freed and who | 
					
						
							|  |  |  |                      ; freed it. | 
					
						
							|  |  |  |                      ; Default yes | 
					
						
							| 
									
										
										
										
											2016-11-23 18:27:54 -06:00
										 |  |  | ;log_level=default   ; Initial maximum pjproject logging level to log | 
					
						
							|  |  |  |                      ; Valid values are: 0-6, and default | 
					
						
							|  |  |  |                      ; | 
					
						
							|  |  |  |                      ; Note: This option is needed very early in the startup | 
					
						
							|  |  |  |                      ; process so it can only be read from config files because | 
					
						
							|  |  |  |                      ; the modules for other methods have not been loaded yet. | 
					
						
							|  |  |  | ;type=               ; Must be of type startup (default: "") | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2016-02-07 16:34:20 -07:00
										 |  |  | ;========================LOG_MAPPINGS SECTION OPTIONS=============================== | 
					
						
							|  |  |  | ;[log_mappings] | 
					
						
							|  |  |  | ;  SYNOPSIS: Provides pjproject to Asterisk log level mappings. | 
					
						
							|  |  |  | ;  NOTES: The name of this section in the pjproject.conf configuration file must | 
					
						
							|  |  |  | ;         remain log_mappings or the configuration will not be applied. | 
					
						
							|  |  |  | ;         The defaults mentioned below only apply if this file or the 'log_mappings' | 
					
						
							| 
									
										
										
										
											2016-11-23 18:27:54 -06:00
										 |  |  | ;         object can't be found.  If the object is found, there are no defaults. If | 
					
						
							| 
									
										
										
										
											2016-02-07 16:34:20 -07:00
										 |  |  | ;         you don't specify an entry, nothing will be logged for that level. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2016-11-23 18:27:54 -06:00
										 |  |  | ; These logging level meanings are typically used by pjproject: | 
					
						
							|  |  |  | ;  - 0: fatal error | 
					
						
							|  |  |  | ;  - 1: error | 
					
						
							|  |  |  | ;  - 2: warning | 
					
						
							|  |  |  | ;  - 3: info | 
					
						
							|  |  |  | ;  - 4: debug | 
					
						
							|  |  |  | ;  - 5: trace | 
					
						
							|  |  |  | ;  - 6: more detailed trace | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2023-07-25 10:23:12 -06:00
										 |  |  | ; Note:  setting the pjproject debug level to 4 (debug) or above may result in | 
					
						
							|  |  |  | ; raw packets being logged. This should only be enabled during active debugging | 
					
						
							|  |  |  | ; to avoid a potential security issue due to logging injection. | 
					
						
							|  |  |  | ; | 
					
						
							| 
									
										
										
										
											2016-02-07 16:34:20 -07:00
										 |  |  | ;asterisk_error =    ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk errors. | 
					
						
							|  |  |  |                      ; (default: "0,1") | 
					
						
							|  |  |  | ;asterisk_warning =  ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk warnings. | 
					
						
							|  |  |  |                      ; (default: "2") | 
					
						
							|  |  |  | ;asterisk_notice =   ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk notices. | 
					
						
							|  |  |  |                      ; (default: "") | 
					
						
							|  |  |  | ;asterisk_verbose =  ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk verbose. | 
					
						
							|  |  |  |                      ; (default: "") | 
					
						
							|  |  |  | ;asterisk_debug =    ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk debug | 
					
						
							| 
									
										
										
										
											2021-08-16 07:25:44 -06:00
										 |  |  |                      ; (default: "3,4") | 
					
						
							|  |  |  | ;asterisk_trace =    ; A comma separated list of pjproject log levels to map to | 
					
						
							|  |  |  |                      ; Asterisk trace | 
					
						
							|  |  |  |                      ; (default: "5,6") | 
					
						
							| 
									
										
										
										
											2016-02-07 16:34:20 -07:00
										 |  |  | ;type=               ; Must be of type log_mappings (default: "") |