Hi,
When evaluating the value of shared variables (initialised via `pv` modparam `shvset`) in event_route[xhttp:reply], e.g. $shv(x), I get:
Dec 13 11:21:12 proxy kamailio[22288]: ERROR: pv [pv_core.c:754]: pv_get_callid(): cannot parse Call-Id header
Any advice appreciated! I assume that $shv() operates on a cloned message structure where this header is actually lacking.
-- Alex
--
Alex Balashov
Principal Consultant
Evariste Systems LLC
Web: https://evaristesys.com
Tel: +1-706-510-6800
Opening this generic issue to track how some commands from old Makefiles can be done when using the new CMake-based build system, or what the possible alternatives. Hopefully we can build some knowledge here that can be then transferred to the wiki cmake tutorials.
### Compiling core only
With the old makefiles, the `make` compiled only the core of Kamailio. With cmake, `make` compiles everything.
Would it be possible to have a command with cmake that compiles only the core? Like:
```
make core
```
Or maybe there is a way to do it already?!?
### Compile a single module
With the old makefiles, compiling a single module, say acc, was possible with:
```
make modules modules=src/modules/acc
```
With cmake, this is possible with:
```
make acc
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4052
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/4052(a)github.com>
I integrated the option for lynx, which is tested first, some tuning probably needed, let's track further it via:
- https://github.com/kamailio/kamailio/issues/4052
It is more visible there than comments to a commit.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/f24eed8ba01870361d916844a073df7…
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/commit/f24eed8ba01870361d916844a073df71cbc9e609/150296396(a)github.com>