summaryrefslogtreecommitdiff
path: root/res/res_pjsip/pjsip_configuration.c
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2014-04-02 18:57:29 +0000
committerMark Michelson <mmichelson@digium.com>2014-04-02 18:57:29 +0000
commiteefcb79bfb4ce2bd0236fc4bb5d960a6df9f3cc4 (patch)
tree15e35325d8e0cd53f0dae6bfbb987abb84456bc2 /res/res_pjsip/pjsip_configuration.c
parentc704795dcbc5caa5676a1685d6a5996e92875ae9 (diff)
Prevent duplicate sorcery wizards from being applied to sorcery object types.
This commit contains several changes to sorcery: 1) Application of sorcery configuration based on module name is automatically performed when sorcery is opened for a module. 2) Sorcery will not attempt to apply the same wizard to an object type more than once. 3) Sorcery gives more exact results when attempting to apply a wizard, whether as the default or based on configuration. Sorcery unit tests still pass for me after making these changes. Review: https://reviewboard.asterisk.org/r/3326 ........ Merged revisions 411159 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@411656 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip/pjsip_configuration.c')
-rw-r--r--res/res_pjsip/pjsip_configuration.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/res/res_pjsip/pjsip_configuration.c b/res/res_pjsip/pjsip_configuration.c
index 164ca4a0e..857805a83 100644
--- a/res/res_pjsip/pjsip_configuration.c
+++ b/res/res_pjsip/pjsip_configuration.c
@@ -1619,8 +1619,6 @@ int ast_res_pjsip_initialize_configuration(const struct ast_module_info *ast_mod
return -1;
}
- ast_sorcery_apply_config(sip_sorcery, "res_pjsip");
-
ast_sip_initialize_cli();
if (ast_sip_initialize_sorcery_auth()) {