mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	This moves all samples configs from configs/ to configs/samples. This allows for additional sets of sample configuration files to be added in the future. Review: https://reviewboard.asterisk.org/r/3804/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@418870 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			33 lines
		
	
	
		
			713 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			713 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ;; Sample res_pktccops.conf
 | |
| ;
 | |
| ;[general]
 | |
| ;gateinfoperiod => 60 ; default 60s
 | |
| ;gatetimeout = 150 ; default 150
 | |
| ;t1 => 250 ; default 250s
 | |
| ;t7 => 200 ; default 200s
 | |
| ;t8 => 300 ; default 300s
 | |
| ;keepalive => 60 ; default 60s
 | |
| ;
 | |
| ;[teszt]
 | |
| ;host => 192.168.0.24
 | |
| ;pool => 10.0.1.0 10.0.1.255
 | |
| ;pool => 10.0.3.0 10.0.3.255
 | |
| ;pool => 10.0.7.0 10.0.8.255
 | |
| ;pool => 10.0.10.0 10.0.11.255
 | |
| ;
 | |
| ;[general]
 | |
| ;gateinfoperiod => 60 ; default 60s
 | |
| ;gatetimeout = 150 ; default 150
 | |
| ;t1 => 250 ; default 250s
 | |
| ;t7 => 200 ; default 200s
 | |
| ;t8 => 300 ; default 300s
 | |
| ;keepalive => 60 ; default 60s
 | |
| ;
 | |
| ;[test]
 | |
| ;host => 192.168.0.24
 | |
| ;pool => 10.0.1.0 10.0.1.255
 | |
| ;pool => 10.0.3.0 10.0.3.255
 | |
| ;pool => 10.0.7.0 10.0.8.255
 | |
| ;pool => 10.0.10.0 10.0.11.255
 | |
| ;
 |