Module: kamailio
Branch: master
Commit: 81265e41b52cfda9a284233c93683522a98f0a64
URL:
https://github.com/kamailio/kamailio/commit/81265e41b52cfda9a284233c9368352…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-05-18T09:19:11+02:00
siprepo: set name for timer function
---
Modified: src/modules/siprepo/siprepo_data.c
---
Diff:
https://github.com/kamailio/kamailio/commit/81265e41b52cfda9a284233c9368352…
Patch:
https://github.com/kamailio/kamailio/commit/81265e41b52cfda9a284233c9368352…
---
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;