<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for feature requests.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
If you submit a feature request (or enhancement) add the description of what you would like to be added.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
Right now, kamailio did not generate the heartbeat events a call. It's very important to have heartbeat event in kamailio so billing solution can be built independent of kamailio.
Heartbeat module can be built separately with having following parameters:
modparam("heartbeat","duration",30) // this will describe at what pace heartbeat will get generated for every call.
modparam("heartbeat","signature",caller=$dlg_var(caller);callee=$dlg_var(callee);account_id=$dlg_var(account_id)) -- this will tell what data to send.
<!--
Explain what you did, what you expected to happen, and what actually happened.
-->
### Expected behavior
#### Actual observed behavior
#### Debugging Data
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a improvement.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
version: kamailio 5.1.4 (x86_64/linux) a1df59
flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, Q_MALLOC, F_MALLOC, TLSF_MALLOC, DBG_SR_MEMORY, USE_FUTEX, FAST_LOCK-ADAPTIVE_WAIT, USE_DNS_CACHE, USE_DNS_FAILOVER, USE_NAPTR, USE_DST_BLACKLIST, HAVE_RESOLV_RES
ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535, DEFAULT PKG_SIZE 8MB
poll method support: poll, epoll_lt, epoll_et, sigio_rt, select.
id: a1df59
compiled on 06:23:23 Oct 30 2018 with gcc 4.8.4
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->
```
root@ip-172-31-4-160:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 14.04.5 LTS
Release: 14.04
Codename: trusty
root@ip-172-31-4-160:~# uname -a
Linux ip-172-31-4-160 3.13.0-143-generic #192-Ubuntu SMP Tue Feb 27 10:45:36 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1698
The PV _$T_reply_last_ is supposed to return the _previous_ reply status. Since commit b7c588dff06 to fix #315 this PV returns the _current_ reply status.
---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/735
plz help me to install mongoDB module in kamailio/kamailio-cli doker image
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/1995
### Description
During build on alpine we get error
```
generating core/autover.h ...
CC (gcc) [kamailio] main.o
CC (gcc) [kamailio] core/daemonize.o
CC (gcc) [kamailio] core/nonsip_hooks.o
CC (gcc) [kamailio] core/timer_proc.o
CC (gcc) [kamailio] core/select_buf.o
CC (gcc) [kamailio] core/stun.o
CC (gcc) [kamailio] core/action.o
CC (gcc) [kamailio] core/raw_listener.o
CC (gcc) [kamailio] core/sctp_core.o
CC (gcc) [kamailio] core/str.o
CC (gcc) [kamailio] core/atomic_ops.o
CC (gcc) [kamailio] core/bit_count.o
CC (gcc) [kamailio] core/select_core.o
CC (gcc) [kamailio] core/pvapi.o
CC (gcc) [kamailio] core/forward.o
CC (gcc) [kamailio] core/ut.o
CC (gcc) [kamailio] core/timer.o
CC (gcc) [kamailio] core/ver.o
CC (gcc) [kamailio] core/id.o
CC (gcc) [kamailio] core/switch.o
CC (gcc) [kamailio] core/kemi.o
CC (gcc) [kamailio] core/local_timer.o
CC (gcc) [kamailio] core/dns_cache.o
CC (gcc) [kamailio] core/route.o
CC (gcc) [kamailio] core/udp_server.o
CC (gcc) [kamailio] core/sr_compat.o
CC (gcc) [kamailio] core/locking.o
CC (gcc) [kamailio] core/socket_info.o
CC (gcc) [kamailio] core/resolve.o
core/resolve.c: In function 'get_record':
core/resolve.c:961:9: error: 'T_OPT' undeclared (first use in this function)
961 | case T_OPT:
| ^~~~~
core/resolve.c:961:9: note: each undeclared identifier is reported only once for each function it appears in
make[1]: *** [Makefile.rules:100: core/resolve.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/usr/src/kamailio/pkg/kamailio/alpine/src/kamailio-49a78933845f136f8f7caaf7e24e6cdcf206cbb5/src'
make: *** [Makefile:30: all] Error 2
>>> ERROR: kamailio: build failed
>>> kamailio: Uninstalling dependencies...
(1/1) Purging .makedepends-kamailio (20191007.100221)
OK: 635 MiB in 184 packages
pre_build hook failed! (1)
```
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2095
Module: kamailio
Branch: master
Commit: 7cd2635b5c464c3f5b1cc0fc76f442b32bdff5ad
URL: https://github.com/kamailio/kamailio/commit/7cd2635b5c464c3f5b1cc0fc76f442b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-10-07T17:16:13+02:00
modules: readme files regenerated - textopsx ... [skip ci]
---
Modified: src/modules/textopsx/README
---
Diff: https://github.com/kamailio/kamailio/commit/7cd2635b5c464c3f5b1cc0fc76f442b…
Patch: https://github.com/kamailio/kamailio/commit/7cd2635b5c464c3f5b1cc0fc76f442b…
---
diff --git a/src/modules/textopsx/README b/src/modules/textopsx/README
index bd0328b446..fdd95cd8e9 100644
--- a/src/modules/textopsx/README
+++ b/src/modules/textopsx/README
@@ -92,6 +92,10 @@ Chapter 1. Admin Guide
routing block configurations. It adds new features similar to the
textops module (textops eXtentions).
+ Note: If you add or remove message parts (header, body etc..) it may be
+ required to execute msg_apply_changes() from this module if there are
+ other operations done on the SIP message later on.
+
2. Functions
2.1. msg_apply_changes()
Module: kamailio
Branch: 5.3
Commit: 46effd6a25fb1bf4c789307b3b097bd2c25e9fac
URL: https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-07T17:06:52+02:00
texopsx: extend docs with a small note about msg_apply_changes()
(cherry picked from commit 899b826bcf2ebe0197fae5766962e0c193c585ec)
---
Modified: src/modules/textopsx/doc/textopsx.xml
---
Diff: https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd…
Patch: https://github.com/kamailio/kamailio/commit/46effd6a25fb1bf4c789307b3b097bd…
---
diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml
index b7fe0d14a8..1967229ac1 100644
--- a/src/modules/textopsx/doc/textopsx.xml
+++ b/src/modules/textopsx/doc/textopsx.xml
@@ -37,6 +37,11 @@
in routing block configurations.
It adds new features similar to the textops module (textops eXtentions).
</para>
+ <para>
+ Note: If you add or remove message parts (header, body etc..) it
+ may be required to execute msg_apply_changes() from this module
+ if there are other operations done on the SIP message later on.
+ </para>
</section>
<xi:include href="functions.xml"/>
Module: kamailio
Branch: master
Commit: 899b826bcf2ebe0197fae5766962e0c193c585ec
URL: https://github.com/kamailio/kamailio/commit/899b826bcf2ebe0197fae5766962e0c…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-07T17:04:54+02:00
texopsx: extend docs with a small note about msg_apply_changes()
---
Modified: src/modules/textopsx/doc/textopsx.xml
---
Diff: https://github.com/kamailio/kamailio/commit/899b826bcf2ebe0197fae5766962e0c…
Patch: https://github.com/kamailio/kamailio/commit/899b826bcf2ebe0197fae5766962e0c…
---
diff --git a/src/modules/textopsx/doc/textopsx.xml b/src/modules/textopsx/doc/textopsx.xml
index b7fe0d14a8..1967229ac1 100644
--- a/src/modules/textopsx/doc/textopsx.xml
+++ b/src/modules/textopsx/doc/textopsx.xml
@@ -37,6 +37,11 @@
in routing block configurations.
It adds new features similar to the textops module (textops eXtentions).
</para>
+ <para>
+ Note: If you add or remove message parts (header, body etc..) it
+ may be required to execute msg_apply_changes() from this module
+ if there are other operations done on the SIP message later on.
+ </para>
</section>
<xi:include href="functions.xml"/>