[sr-dev] Re: [kamailio/kamailio] The tm.cancel function does not generate a “tm:local-request” event. (Issue #3831)

2024-08-13 Thread Henning Westerholt via sr-dev
Reopened #3831.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3831#event-13862464252
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] Kamailio hangs on get_profile_size method. (Issue #3947)

2024-08-13 Thread schiramchetty via sr-dev
Hi,

The TRAP file for the issue (Kamailio hangs on the get_profile_size method).

[gdb_kamailio_trap.zip](https://github.com/user-attachments/files/16599152/gdb_kamailio_trap.zip)





-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3947#issuecomment-2286087955
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] Re: [kamailio/kamailio] IMS DB: Adding i-cscf database/tables under utils/kamctl/mysql (orig. from misc/examples/ims/icscf.sql) (PR #3876)

2024-08-13 Thread markusmonka via sr-dev
in a quiet minute i like to watch it

-- 
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3876#issuecomment-2286250266
You are receiving this because you are subscribed to this thread.

Message ID: ___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org


[sr-dev] git:master:e9dd041c: phonenum: export match_cn() to kemi

2024-08-13 Thread Daniel-Constantin Mierla via sr-dev
Module: kamailio
Branch: master
Commit: e9dd041ce6af9ee4b9cc2e29b4417787a8056776
URL: 
https://github.com/kamailio/kamailio/commit/e9dd041ce6af9ee4b9cc2e29b4417787a8056776

Author: Daniel-Constantin Mierla 
Committer: Daniel-Constantin Mierla 
Date: 2024-08-13T21:01:51+02:00

phonenum: export match_cn() to kemi

---

Modified: src/modules/phonenum/phonenum_mod.c

---

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

---

diff --git a/src/modules/phonenum/phonenum_mod.c 
b/src/modules/phonenum/phonenum_mod.c
index 5f07635099c..665fa9b2772 100644
--- a/src/modules/phonenum/phonenum_mod.c
+++ b/src/modules/phonenum/phonenum_mod.c
@@ -196,6 +196,11 @@ static sr_kemi_t sr_kemi_phonenum_exports[] = {
{ SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_NONE,
SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
},
+   { str_init("phonenum"), str_init("match_cn"),
+   SR_KEMIP_INT, phonenum_match_cn,
+   { SR_KEMIP_STR, SR_KEMIP_STR, SR_KEMIP_STR,
+   SR_KEMIP_NONE, SR_KEMIP_NONE, SR_KEMIP_NONE }
+   },
 
{ {0, 0}, {0, 0}, 0, NULL, { 0, 0, 0, 0, 0, 0 } }
 };

___
Kamailio (SER) - Development Mailing List
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org