[asterisk-scf-commits] asterisk-scf/integration/sip.git branch "registrar-bugs" updated.

Commits to the Asterisk SCF project code repositories asterisk-scf-commits at lists.digium.com
Mon Dec 19 11:47:01 CST 2011


branch "registrar-bugs" has been updated
       via  71b8947e8a8c78340a498139339e3940280078bd (commit)
      from  a19f5bae3e04bba3c314643a66e8cf94545cf57f (commit)

Summary of changes:
 src/PJSipRegistrarModuleConstruction.cpp |    7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)


- Log -----------------------------------------------------------------
commit 71b8947e8a8c78340a498139339e3940280078bd
Author: Mark Michelson <mmichelson at digium.com>
Date:   Mon Dec 19 11:47:58 2011 -0600

    Use proper priority for the registrar module.

diff --git a/src/PJSipRegistrarModuleConstruction.cpp b/src/PJSipRegistrarModuleConstruction.cpp
index a42e6ee..47754f0 100644
--- a/src/PJSipRegistrarModuleConstruction.cpp
+++ b/src/PJSipRegistrarModuleConstruction.cpp
@@ -86,12 +86,7 @@ PJSipRegistrarModule::PJSipRegistrarModule(
 {
     registrarModule = this;
     mModule.name = pj_str(registrarModuleName);
-    // This is the highest priority module. We do this
-    // so that on outgoing messages, the transport information
-    // will have been filled in by the transport layer. This way
-    // what we log is exactly the same as what goes out over the
-    // wire.
-    mModule.priority = 0;
+    mModule.priority = PJSIP_MOD_PRIORITY_APPLICATION;
     mModule.load = registrarLoad;
     mModule.start = registrarStart;
     mModule.stop = registrarStop;

-----------------------------------------------------------------------


-- 
asterisk-scf/integration/sip.git



More information about the asterisk-scf-commits mailing list