[sr-dev] git:5.6:ce68e763: siprepo: set name for timer function

Daniel-Constantin Mierla miconda at gmail.com
Wed May 18 09:21:11 CEST 2022


Module: kamailio
Branch: 5.6
Commit: ce68e763a5115d0f98bddac8c329ee6626581543
URL: https://github.com/kamailio/kamailio/commit/ce68e763a5115d0f98bddac8c329ee6626581543

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2022-05-18T09:20:30+02:00

siprepo: set name for timer function

(cherry picked from commit 81265e41b52cfda9a284233c93683522a98f0a64)

---

Modified: src/modules/siprepo/siprepo_data.c

---

Diff:  https://github.com/kamailio/kamailio/commit/ce68e763a5115d0f98bddac8c329ee6626581543.diff
Patch: https://github.com/kamailio/kamailio/commit/ce68e763a5115d0f98bddac8c329ee6626581543.patch

---

diff --git a/src/modules/siprepo/siprepo_data.c b/src/modules/siprepo/siprepo_data.c
index f4e4d71a94..1b498f5daa 100644
--- a/src/modules/siprepo/siprepo_data.c
+++ b/src/modules/siprepo/siprepo_data.c
@@ -505,7 +505,7 @@ int siprepo_msg_async_pull(str *callid, str *msgid, str *gname, str *rname,
 /**
  *
  */
-void siprepo_timer_exec(unsigned int ticks, int worker, void *param)
+void siprepo_msg_timer(unsigned int ticks, int worker, void *param)
 {
 	time_t tnow;
 	int i;




More information about the sr-dev mailing list