mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r183238 | russell | 2009-03-19 12:41:39 -0500 (Thu, 19 Mar 2009) | 1 line Allow the AES API to work. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@183239 65c4cc65-6c06-0410-ace0-fbb531ad65f3
		
			
				
	
	
		
			31 lines
		
	
	
		
			368 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			368 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	global:
 | |
| 		ast_*;
 | |
| 		_ast_*;
 | |
| 		__ast_*;
 | |
| 		pbx_*;
 | |
| 		astman_*;
 | |
| 		ao2_*;
 | |
| 		__ao2_*;
 | |
| 		option_debug;
 | |
| 		option_verbose;
 | |
| 		dahdi_chan_name;
 | |
| 		dahdi_chan_name_len;
 | |
| 		dahdi_chan_mode;
 | |
| 		callerid_*;
 | |
| 		cid_di;
 | |
| 		cid_dr;
 | |
| 		clidsb;
 | |
| 		MD5*;
 | |
| 		sched_*;
 | |
| 		io_*;
 | |
| 		jb_*;
 | |
| 		aes_*;
 | |
| 		channelreloadreason2txt;
 | |
| 		devstate2str;
 | |
| 		__manager_event;
 | |
| 		dialed_interface_info;
 | |
| 	local:
 | |
| 		*;
 | |
| };
 |