[sr-dev] git:master: modules/ims_registrar_scscf: register space for notification process
Richard Good
richard.good at smilecoms.com
Thu Oct 23 16:22:12 CEST 2014
Module: sip-router
Branch: master
Commit: 676ea94a18b6783b6c83f39a6580522d087ac1b5
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=676ea94a18b6783b6c83f39a6580522d087ac1b5
Author: Richard Good <richard.good at smilecoms.com>
Committer: Richard Good <richard.good at smilecoms.com>
Date: Thu Oct 23 16:21:39 2014 +0200
modules/ims_registrar_scscf: register space for notification process
---
modules/ims_registrar_scscf/reg_mod.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/modules/ims_registrar_scscf/reg_mod.c b/modules/ims_registrar_scscf/reg_mod.c
index 7e6d255..285140e 100644
--- a/modules/ims_registrar_scscf/reg_mod.c
+++ b/modules/ims_registrar_scscf/reg_mod.c
@@ -327,6 +327,9 @@ static int mod_init(void) {
}
#endif
+ /*register space for notification processor*/
+ register_procs(1);
+
/* bind the SL API */
if (sl_load_api(&slb) != 0) {
LM_ERR("cannot bind to SL API\n");
More information about the sr-dev
mailing list