mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@204119 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			22 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ;
 | |
| ; Asterisk Channel Event Logging (CEL) - Custom CSV Backend
 | |
| ;
 | |
| 
 | |
| ; This is the configuration file for the customizable CSV backend for CEL
 | |
| ; logging.
 | |
| ;
 | |
| ; In order to create custom CSV logs for CEL, uncomment the template below
 | |
| ; (Master.csv) and start Asterisk.  Once CEL events are generated, a file will
 | |
| ; appear in the following location:
 | |
| ;
 | |
| ;                 /var/log/asterisk/cel-custom/Master.csv
 | |
| ;
 | |
| ; (Note that /var/log/asterisk is the default and may differ on your system)
 | |
| ;
 | |
| ; You can also create more than one template if desired.  All logs will appear
 | |
| ; in the cel-custom directory under your Asterisk logs directory.
 | |
| ;
 | |
| 
 | |
| [mappings]
 | |
| ;Master.csv => "${eventtype}","${eventtime}","${CALLERID(name)}","${CALLERID(num)}","${CALLERID(ANI)}","${CALLERID(RDNIS)}","${CALLERID(DNID)}","${CHANNEL(exten)}","${CHANNEL(context)}","${CHANNEL(channame)}","${CHANNEL(appname)}","${CHANNEL(appdata)}","${CHANNEL(amaflags)}","${CHANNEL(accountcode)}","${CHANNEL(uniqueid)}","${CHANNEL(linkedid)}","${CHANNEL(peer)}","${CHANNEL(userfield)}"
 |