mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	This provides better information to REF_DEBUG log for troubleshooting when the system is unable to unload res_pjsip.so during shutdown due to module references. ASTERISK-27306 Change-Id: I63197ad33d1aebe60d12e0a6561718bdc54e4612
		
			
				
	
	
		
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			226 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
| 	global:
 | |
| 		LINKER_SYMBOL_PREFIXast_sip_*;
 | |
| 		LINKER_SYMBOL_PREFIX__ast_sip_*;
 | |
| 		LINKER_SYMBOL_PREFIXast_copy_pj_str;
 | |
| 		LINKER_SYMBOL_PREFIXast_copy_pj_str2;
 | |
| 		LINKER_SYMBOL_PREFIXast_pjsip_rdata_get_endpoint;
 | |
| 	local:
 | |
| 		*;
 | |
| };
 |