mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Let's try that again, this time removing trailing whitespace and not leading whitespace. I can't believe no one noticed. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@197535 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			21 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			512 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| ;[general]
 | |
| ;context=default		;;Context to dump call into
 | |
| ;bindaddr=0.0.0.0		;;Address to bind to
 | |
| ;allowguest=yes			;;Allow calls from people not in
 | |
| 				;;list of peers
 | |
| ;
 | |
| ;[guest]			;;special account for options on guest account
 | |
| ;disallow=all
 | |
| ;allow=ulaw
 | |
| ;context=guest
 | |
| ;
 | |
| ;[ogorman]
 | |
| ;username=ogorman@gmail.com	;;username of the peer your
 | |
| 				;;calling or accepting calls from
 | |
| ;disallow=all
 | |
| ;allow=ulaw
 | |
| ;context=default
 | |
| ;connection=asterisk		;;client or component in jabber.conf
 | |
| 				;;for the call to leave on.
 | |
| ;
 |