소스 검색

modules/ims_registrar_scscf: register space for notification process

Richard Good 11 년 전
부모
커밋
676ea94a18
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      modules/ims_registrar_scscf/reg_mod.c

+ 3 - 0
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");