I'm on Kamailio version: kamailio 4.3.3 (x86_64/linux) 22e455
When booting up Kamailio I get a Nov 21 20:36:52 sipr kamailio[24460]: 0(24476) DEBUG: <core> [main.c:747]: handle_sigs(): terminating due to SIGCHLD
Kamailio log:
http://pastebin.com/7bHHyHqD
Redis log:
http://pastebin.com/jWyYnbRB
Any ideas is greatly appreciated thanks! :).
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/407
send_bye(): failed to send the BYE request in dialog_ng modulewhen kamailio creating and sending BYE request to callee, it has to take callee 200OK record routes - caller record routes - self record routebut it is taking all 200OK record routes
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/444
Hello,
looking a bit over our makefiles, I am thinking of simplifying some
parts related to compiler optimizations, as I noticed some of them are
for gcc 2.x. So I would like to see if people are still using old OSes
and/or old GCC versions.
In other words, if you use old or some dedicated systems and plan to
deploy most recent Kamailio versions, reply here with the gcc version in
use, particularly interested to see the use of gcc 2.x or 3.x.
The idea is not to remove the support for it completely, but to simply
and don't try to find all tunings for old versions, but go more with the
default gcc options.
Cheers,
Daniel
--
Daniel-Constantin Mierla
http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Book: SIP Routing With Kamailio - http://www.asipto.comhttp://miconda.eu
Openend as a follow up of @camilleoudot comments (pasted next) to the pull request #454 by @armenb
"""
if the tcpops module is loaded but no tcp:closed route is defined, a debug log line will complain about it I think it would make sense to add a module parameter to globally enable or disable the event route lookup and execution
Besides, as many of the tcpops function can act on a per-socket basis, it would be nice to have this event route called or not called depending on the socket (eg using a tcp_connection flag and defining a new tcpops function to set/reset this flag)
What do you think?
"""
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/461
Here are some proposed modifications to handle the P-Charging-Vector header as defined in rfc3455 section 4.6 to
- parse charging vector from SIP message
- generate new unique charging vector
- remove a charging vector header
a new pseudo variable
pseudo variables are exported and enable Read onlly access to charging vector fields
$pcv = whole field
$pcv.value = icid-value field (see RFC3455 section 5.6)
$pcv.genaddr = icid-generated-at field (see RFC3455 section 5.6)
a new function acc_charging_vector()
- g = generate a new charging vector or forward the orginal one
- f = generate a new charging vector regardless of the orginal charging vector
- r = remote the P-Charging vector header from the packet
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/215
-- Commit Summary --
* P-Charging-Vector implementation
* Merge remote branch 'upstream/master'
* P-Charging-Vector
-- File Changes --
M modules/acc/acc_mod.c (18)
A modules/acc/chargingvector.c (435)
A modules/acc/chargingvector.h (18)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/215.patchhttps://github.com/kamailio/kamailio/pull/215.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/215
adds presence:notify-reply event
implements $notify_reply for handling in presence:notify-reply event
adds flags, user_agent columns to active_watchers
extends $subs to other subscription properties
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/486
-- Commit Summary --
* presence: add flags and user_agent to schema
* presence: 4.4 improvements
* presence: update documentation
-- File Changes --
M lib/srdb1/schema/pr_active_watchers.xml (18)
M modules/presence/README (259)
M modules/presence/doc/presence_admin.xml (157)
M modules/presence/hash.c (6)
M modules/presence/notify.c (153)
M modules/presence/notify.h (6)
M modules/presence/presence.c (7)
M modules/presence/subscribe.c (241)
M modules/presence/subscribe.h (2)
M utils/kamctl/db_berkeley/kamailio/active_watchers (4)
M utils/kamctl/db_berkeley/kamailio/version (2)
M utils/kamctl/db_sqlite/presence-create.sql (4)
M utils/kamctl/dbtext/kamailio/active_watchers (2)
M utils/kamctl/dbtext/kamailio/version (2)
M utils/kamctl/mysql/presence-create.sql (4)
M utils/kamctl/oracle/presence-create.sql (4)
M utils/kamctl/postgres/presence-create.sql (4)
M utils/kamctl/xhttp_pi/pi_framework.xml (30)
M utils/kamctl/xhttp_pi/presence-mod (6)
M utils/kamctl/xhttp_pi/presence-table (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/486.patchhttps://github.com/kamailio/kamailio/pull/486.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/486
This new module, based on libevent and cURL multi interface, implements non blocking HTTP queries.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/480
-- Commit Summary --
* pv: expose some PV API function
* async_http: non-blocking HTTP client module
-- File Changes --
A modules/async_http/Makefile (32)
A modules/async_http/README (423)
A modules/async_http/async_http.c (326)
A modules/async_http/async_http.h (131)
A modules/async_http/async_http_mod.c (636)
A modules/async_http/doc/Makefile (4)
A modules/async_http/doc/async_http.xml (51)
A modules/async_http/doc/async_http_admin.xml (437)
A modules/async_http/hm_hash.c (186)
A modules/async_http/hm_hash.h (134)
A modules/async_http/http_multi.c (591)
A modules/async_http/http_multi.h (65)
M modules/pv/pv.c (9)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/480.patchhttps://github.com/kamailio/kamailio/pull/480.diff
---
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/480