Skip to content
Snippets Groups Projects
Commit 3aac3d2e authored by Joshua Colp's avatar Joshua Colp
Browse files

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
parent e5eb7700
Branches
Tags
No related merge requests found
......@@ -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,
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment