[sr-dev] git:master: ims_registrar_pcscf: Use correct modparam for configurable fallback2ip

Hugh Waite hugh.waite at crocodile-rcs.com
Mon Dec 16 16:58:42 CET 2013


Module: sip-router
Branch: master
Commit: 2f310077fd5b89ebec0d3ac6e001a0d9ba6702e2
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=2f310077fd5b89ebec0d3ac6e001a0d9ba6702e2

Author: Hugh Waite <hugh.waite at crocodile-rcs.com>
Committer: Hugh Waite <hugh.waite at crocodile-rcs.com>
Date:   Mon Dec 16 15:57:25 2013 +0000

ims_registrar_pcscf: Use correct modparam for configurable fallback2ip

---

 modules/ims_registrar_pcscf/reg_mod.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/ims_registrar_pcscf/reg_mod.c b/modules/ims_registrar_pcscf/reg_mod.c
index 8442e54..5df839d 100644
--- a/modules/ims_registrar_pcscf/reg_mod.c
+++ b/modules/ims_registrar_pcscf/reg_mod.c
@@ -143,7 +143,7 @@ static param_export_t params[] = {
 
 	{"received_avp",       STR_PARAM, &rcv_avp_param       					},
 
-	{"is_registered_fallback2ip",	INT_PARAM, &pending_reg_expires					},
+	{"is_registered_fallback2ip",	INT_PARAM, &is_registered_fallback2ip	},
 
 
 //	{"ims_mode",           INT_PARAM, &registrar_ims_mode                  	}, /* 0-PCSCF ; 1-SCSCF */




More information about the sr-dev mailing list