[sr-dev] [kamailio/kamailio] BLOG conversion (#1255)

2017-09-28 Thread sergey-safarov
### Description I use kazoo and postgres modules on my host. I found that many database operation generates error like ``` 19(150) exec: *** cfgtrace:request_route=[kazoo:consumer-event-presence-dialog-update] c=[//etc/kamailio/presence-role.cfg] l=270 a=32 n=kazoo_pua_publish_presence 17(148)

[sr-dev] [kamailio/kamailio] need to refresh database script (#1254)

2017-09-28 Thread sergey-safarov
During loading kamailio i got error ``` 0(55) ERROR: [db.c:450]: db_check_table_version(): invalid version 8 for table location found, expected 9 (check table structure and table "version") 0(55) ERROR: usrloc [dlist.c:659]: register_udomain(): error during table version check. 0(55) ERROR:

Re: [sr-dev] [kamailio/kamailio] memory configuration using environment vars (#1252)

2017-09-28 Thread Luis Azedo
i think you can set shm_mem_size in script to a #DEFINE that can be overridden with -A in script #DEFINE SHM_MEM 64 shm_mem_size = #DEFINE then kamailio -A SHM_MEM=32 haven't tried it, but Daniel mentioned -A in the devel meeting. not sure if there's a pkg_mem we can also use.

Re: [sr-dev] [kamailio/kamailio] Problem with process limit at startup (#1237)

2017-09-28 Thread Julien Chavanton
This is on Linux Alpine in docker -- 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/1237#issuecomment-332881939___ Kamailio (SER) -

Re: [sr-dev] [kamailio/kamailio] Problem with process limit at startup (#1237)

2017-09-28 Thread Julien Chavanton
sorry for the delay, I was thinking I would receive an email notification 14 processes ``` / # ps | grep kamailio 7 root 0:03 /usr/sbin/kamailio 24 root 0:00 /usr/sbin/kamailio 25 root 0:00 /usr/sbin/kamailio 26 root 0:00 /usr/sbin/kamailio 27 root

[sr-dev] [kamailio/kamailio] Add stop_recording function, and make start/stop_recording functions accept flags (#1253)

2017-09-28 Thread Paul Claudiu Boriga
Pre-Submission Checklist - [x] Commit message has the format required by CONTRIBUTING guide - [x] Commits are split per component (core, individual modules, libs, utils, ...) - [x] Each component has a single commit (if not, squash them into one commit) - [x] No commits to README

Re: [sr-dev] [kamailio/kamailio] cancel the branches instantly instead of on provisional replies (#909)

2017-09-28 Thread Brandon Armstead
Perhaps look at onreply_route{ } As well as: t_any_replied(), https://kamailio.org/docs/modules/5.0.x/modules/tm.html#tm.f.t_any_replied This may help achieve your desired outcome. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:9339850b: xhttp_pi: updated the path for installation of pi_framework.xml

2017-09-28 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9339850b0c6ad13b796afe37f84db81d00aa3861 URL: https://github.com/kamailio/kamailio/commit/9339850b0c6ad13b796afe37f84db81d00aa3861 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date:

[sr-dev] [kamailio/kamailio] memory configuration using environment vars (#1252)

2017-09-28 Thread sergey-safarov
### Description Docker container at runtime is configured using environment vars. Kamailio now not supports configure memory using environment vars and need use workarroud like [entrypoint.sh](https://github.com/kamailio/kamailio/blob/master/pkg/kamailio/alpine_docker/entrypoint.sh). I want

Re: [sr-dev] use key dynamic for xavp

2017-09-28 Thread Daniel-Constantin Mierla
Hello, iirc, xavp specs do not support variables in their name, it would require some C coding. Getting the value might be possible using pv_evalx(), the result should be string, but then using {s.int} can get it to int. If you need an workaround, you can probably do it with using sqlops

[sr-dev] git:master:1473be69: cfgt: format code using clang-format

2017-09-28 Thread Victor Seva
Module: kamailio Branch: master Commit: 1473be69e191c6873cfc4e2501999ebeb8a45159 URL: https://github.com/kamailio/kamailio/commit/1473be69e191c6873cfc4e2501999ebeb8a45159 Author: Victor Seva Committer: Victor Seva Date: