mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	Tweak res_sip priority so it gets loaded first before all other SIP stuff.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386760 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -902,5 +902,5 @@ AST_MODULE_INFO(ASTERISK_GPL_KEY, AST_MODFLAG_GLOBAL_SYMBOLS | AST_MODFLAG_LOAD_ | ||||
| 		.load = load_module, | ||||
| 		.unload = unload_module, | ||||
| 		.reload = reload_module, | ||||
| 		.load_pri = AST_MODPRI_CHANNEL_DEPEND, | ||||
| 		.load_pri = AST_MODPRI_CHANNEL_DEPEND - 5, | ||||
| ); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user