Hi Mojtaba,
no worries, you can just revert it with “git revert $commit-ID” for the specific commit.
I can also do it later today, no problem.
Cheers,
Henning
--
Henning Westerholt – https://skalatan.de/blog/
Kamailio services – https://gilawa.com<https://gilawa.com/>
From: Mojtaba <mespio(a)gmail.com>
Sent: Saturday, September 24, 2022 1:35 PM
To: Henning Westerholt <hw(a)gilawa.com>
Subject: Re: [sr-dev] git:master:f2b07f23: lrkproxy: Add new features : TURN support, behind_nat support, subset of range ports
Hello Henning,
After I pushed it, I got this issue.
Please rollback this commit, then I will push the changes related to LRKProxy again.
Thanks
On Sat, Sep 24, 2022 at 2:58 PM Henning Westerholt <hw(a)gilawa.com<mailto:hw@gilawa.com>> wrote:
Hello Mojtaba,
There seems to be an issue with this commit, you've removed something related to the tls_wolfssl module.
Cheers,
Henning
-----Original Message-----
From: sr-dev <sr-dev-bounces(a)lists.kamailio.org<mailto:sr-dev-bounces@lists.kamailio.org>> On Behalf Of Mojtaba Esfandiari.S
Sent: Saturday, September 24, 2022 12:56 PM
To: sr-dev(a)lists.kamailio.org<mailto:sr-dev@lists.kamailio.org>
Subject: [sr-dev] git:master:f2b07f23: lrkproxy: Add new features : TURN support, behind_nat support, subset of range ports
Module: kamailio
Branch: master
Commit: f2b07f2321980e74247cb0c968b98925172f6874
URL: https://github.com/kamailio/kamailio/commit/f2b07f2321980e74247cb0c968b9892…
Author: Mojtaba Esfandiari.S <mespio(a)gmail.com<mailto:mespio@gmail.com>>
Committer: Mojtaba Esfandiari.S <mespio(a)gmail.com<mailto:mespio@gmail.com>>
Date: 2022-09-24T14:25:24+03:30
lrkproxy: Add new features : TURN support, behind_nat support, subset of range ports
---
Removed: misc/external/wolfssl/wolfssl
---
Diff: https://github.com/kamailio/kamailio/commit/f2b07f2321980e74247cb0c968b9892…
Patch: https://github.com/kamailio/kamailio/commit/f2b07f2321980e74247cb0c968b9892…
---
diff --git a/misc/external/wolfssl/wolfssl b/misc/external/wolfssl/wolfssl deleted file mode 160000 index 57aac1c50b4..00000000000
--- a/misc/external/wolfssl/wolfssl
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 57aac1c50b45275c7a99eca32ad985998b292dc8
_______________________________________________
Kamailio (SER) - Development Mailing List sr-dev(a)lists.kamailio.org<mailto:sr-dev@lists.kamailio.org> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
--
--Mojtaba Esfandiari.S
After I pushed it, I got a issue.
Please roll back this commit, then I will push the changes related to LRKProxy again.
Thanks
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/f2b07f2321980e74247cb0c968b9892…
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/commit/f2b07f2321980e74247cb0c968b98925172f6874/84890546(a)github.com>
Hello,
a new feature has landed to Kamailio devel version, bringing in more
flexibility for preprocessing of the kamailio.cfg file.
It is about #!ifexp, which allows to evaluate an expression created with
defined IDs, string and number values. Based on evaluation result, being
true or false, parts of the config file can be enabled or disabled.
An extensive number of operators can be used in expressions, such as: +,
-, *, /, ==, !=, <, >, <=, >=, ||, &&, etc. The evaluation is done using
snexpr (https://github.com/miconda/snexpr), which was embedded inside
Kamailio code.
Here are some simple kamailio.cfg examples:
#!ifexp KAMAILIO_VERSION >= 5006000
loadmodule "tlsa.so"
#!else
loadmodule "tls.so"
#!endif
#!ifexp MOD_xlog && (OS_NAME == "darwin")
xlog("running on MacOS\n");
#!endif
Documentation and more examples can be found on the wiki portal at:
- https://www.kamailio.org/wikidocs/cookbooks/devel/core/#ifexp
Testing would be appreciated, feedback can be addressed to sr-users
mailing list!
Cheers,
Daniel
--
Daniel-Constantin Mierla -- www.asipto.comwww.twitter.com/miconda -- www.linkedin.com/in/miconda