Re: [sr-dev] [kamailio/kamailio] [uac.reg_keep_callid] attempts to refresh registration reusing Call-ID fail with timeout (#931)

2017-01-17 Thread Daniel-Constantin Mierla
I just pushed a patch in tm to catch the situations when the modules don't provide a From tag when aiming at a request within a dialog. Can you pull the latest master and test? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

[sr-dev] git:master:96ca5c95: tm: generate from tag if not provided for request_within()

2017-01-17 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 96ca5c95e9380a56d886fad699a5966b7b00f5b6 URL: https://github.com/kamailio/kamailio/commit/96ca5c95e9380a56d886fad699a5966b7b00f5b6 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:e017abac: core: github issue template - sections for log messages and sip traffic

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e017abac3e5cb08370b9fdc8991782a103980759 URL: https://github.com/kamailio/kamailio/commit/e017abac3e5cb08370b9fdc8991782a103980759 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:e34e6ea4: core: github issue template with more details regading operating system

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: e34e6ea4530214d2387173d41053c8eed180bb72 URL: https://github.com/kamailio/kamailio/commit/e34e6ea4530214d2387173d41053c8eed180bb72 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:1c1d14c1: core: added github new issue template

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1c1d14c1a07babc5b8f3572d889ca980d9ae70d8 URL: https://github.com/kamailio/kamailio/commit/1c1d14c1a07babc5b8f3572d889ca980d9ae70d8 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-16 Thread Daniel-Constantin Mierla
On 16/01/2017 09:33, Daniel-Constantin Mierla wrote: > > On 16/01/2017 00:48, Joshua Colp wrote: >> On Sat, Jan 14, 2017, at 06:39 PM, Joshua Colp wrote: >>> On Sat, Jan 14, 2017, at 06:20 PM, Daniel-Constantin Mierla wrote: >>>> If you want a solut

[sr-dev] git:master:c4c671df: acc: deep cloning of the request for acc onreply event

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c4c671df7580543e32174008b05eb8dd9af9a27c URL: https://github.com/kamailio/kamailio/commit/c4c671df7580543e32174008b05eb8dd9af9a27c Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:814d3994: tm: sanitizied sip msg cloner

2017-01-16 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 814d39945eedc78f4d06bbc90b44ffb03d34f05b URL: https://github.com/kamailio/kamailio/commit/814d39945eedc78f4d06bbc90b44ffb03d34f05b Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] Planning the release of v4.4.5

2017-01-16 Thread Daniel-Constantin Mierla
you are ware of and they are not on the bug tracker. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com ___ sr-dev mailing list sr-dev

[sr-dev] git:master:8ed750ea: tm: timer - updated old style log messages

2017-01-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8ed750ea5af5950527ce1f6984f731aa170b139e URL: https://github.com/kamailio/kamailio/commit/8ed750ea5af5950527ce1f6984f731aa170b139e Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-14 Thread Daniel-Constantin Mierla
t; > > <sip:xxx...@xx.xxx.xxx.xxx>;party=calling;privacy=off;screen=no\r\nContact: > sip:s...@xxx.xxx.xx.xx:5061\r\nMax-Forwards: 69\r\nSubject: > Performance Test\r\nContent-Type: application/sdp\r\nCont"..., len = > 80}, len = 99, parsed = 0x0, nex

Re: [sr-dev] [kamailio/kamailio] kamailio-basic-kemi.cfg: add WITH_DB_TEXT (#930)

2017-01-14 Thread Daniel-Constantin Mierla
No new file should go in etc/ . The folder should be cleaned up anyhow. It is supposed to include only default config files to be used in packages. Any other config examples have to go in misc/examples/ ... or we should create a dedicated repo not to end up with a ton of configs that need to be

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-14 Thread Daniel-Constantin Mierla
On 14/01/2017 18:45, Joshua Colp wrote: > On Sat, Jan 14, 2017, at 01:25 PM, Daniel-Constantin Mierla wrote: >> Hello, >> >> I think you were hit by an issue solved with commit >> 15fc8b9c59aaf31f005e38f54d363f1e9d0a068e : >> >> http

Re: [sr-dev] Remote-Party-ID Parsed Header Crash

2017-01-14 Thread Daniel-Constantin Mierla
_body*)new_hdr->parsed)->parsed_uri); > > etc. > > rpid: > > case HDR_RPID_T: > if (!HOOK_SET(rpid)) { > new_msg->rpid = new_hdr; > } > break; > > Since the rpid->parsed pointer points to a struct to_body, I would > expect it would need the same handl

Re: [sr-dev] [kamailio/kamailio] kamailio-basic-kemi.cfg: add WITH_DB_TEXT (#930)

2017-01-14 Thread Daniel-Constantin Mierla
The examples in this folder are intended to reflect the equivalent of etc/kamailio-basic.cfg. Then I think than embedding the db_text tables is a wrong approach. They can be installed using kamdbctl and that will ensure they are having the proper structure. Now, for example, a change in

[sr-dev] git:master:2ba989de: nathelper: removed function names from log messages

2017-01-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 2ba989deb0d60f6b0570f3cc47f9c363ab9df024 URL: https://github.com/kamailio/kamailio/commit/2ba989deb0d60f6b0570f3cc47f9c363ab9df024 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] documentation updates (#926)

2017-01-14 Thread Daniel-Constantin Mierla
Merged #926. -- 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/pull/926#event-923186992___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] documentation updates (#926)

2017-01-14 Thread Daniel-Constantin Mierla
Thanks! -- 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/pull/926#issuecomment-272619897___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] rtpengine: Add kemi rtpengine_manage0/1 (#929)

2017-01-14 Thread Daniel-Constantin Mierla
Thanks! Can be merged, but then I would rename rtpengine_manage1() to just rtpengine_manage(), to be in pair with rtpproxy kemi exports. Variable number of arguments was in the plan, but iirc I couldn't find an easy way in python embed api to get the number of parameters (and didn't get much

Re: [sr-dev] [kamailio/kamailio] Kamailio failed to autostart on reboot with MySQL database (#925)

2017-01-13 Thread Daniel-Constantin Mierla
Not a kamailio code bug -- it looks like mysql server is not started at that time. Maybe @linuxmaniac can add comments here and see whether or not something else needs to be specified in the startup service script to set the order after mysql server. -- You are receiving this because you are

Re: [sr-dev] [kemi] porting module functions with input/output PV parameters

2017-01-13 Thread Daniel-Constantin Mierla
evel, I added the kemi support in an existing module and then did some basic tests, but the statement above should stay true. In my Lua scripts I used http/s, twitter, db and other Lua-specific libs. Probably you already noticed the examples in misc/examples/kemi/ -- they are a good starting point. C

Re: [sr-dev] [kamailio/kamailio] registrar: save() returns separate code on 503 generation (#928)

2017-01-13 Thread Daniel-Constantin Mierla
I am merging it -- in the future, you can do it once it's clarified and all is ok. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] registrar: save() returns separate code on 503 generation (#928)

2017-01-13 Thread Daniel-Constantin Mierla
Merged #928. -- 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/pull/928#event-922489565___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kemi] porting module functions with input/output PV parameters

2017-01-13 Thread Daniel-Constantin Mierla
eters. The current fixup system for native config converts at some point to int/str using fixup_get_ivalue() and fixup_get_svalue(). If something is not clear regarding kemi, just ask more, I am happy to try to clarify better. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.c

[sr-dev] git:master:b1e49b5a: textopsx: updated old log messages

2017-01-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b1e49b5ac14eca64e16ffef8d4b8aac41b7a31c9 URL: https://github.com/kamailio/kamailio/commit/b1e49b5ac14eca64e16ffef8d4b8aac41b7a31c9 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] Add kpcre group (#901)

2017-01-13 Thread Daniel-Constantin Mierla
Yes, it's ok to add new groups that can help in what you need. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] registrar: save() returns separate code on 503 generation (#928)

2017-01-13 Thread Daniel-Constantin Mierla
Thanks, it can be merged, but it needs also a note in the docs about the new return code. More about the return code of the save() -- returning 0 seems to be a bug right now, because there is a flag to control if the reply should be sent or not from the code -- REG_SAVE_NORPL_FL. ``` error:

Re: [sr-dev] [kamailio/kamailio] ims usrloc scscf: fix inline function bin_xxx declared but never defined (#927)

2017-01-13 Thread Daniel-Constantin Mierla
Does it worth moving the functions to .h file? It is a consistent size of code there, maybe just removing the 'inline' is better, probably the compiler is ignoring it anyhow and having it inside the .h means bigger object files for each .c including the .h. -- You are receiving this because

Re: [sr-dev] [kamailio/kamailio] documentation updates (#926)

2017-01-13 Thread Daniel-Constantin Mierla
miconda commented on this pull request. > @@ -501,11 +501,8 @@ pd_translate("*", "$var(a)"); RPC Command Example: - -... -# _sdomain_ _prefix_ _domain_ - kamailio.org 123 -... The dots here were on purpose to enclose the example

[sr-dev] git:master:5d7fe2c2: sanity: main file of the module renamed to sanity_mod.c

2017-01-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 5d7fe2c2e9d4669003681086651041ec5e74500a URL: https://github.com/kamailio/kamailio/commit/5d7fe2c2e9d4669003681086651041ec5e74500a Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:77d88007: sanity: updated from old style of log messages

2017-01-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 77d8800767612d6ae198eddcd07c51a7e91174c0 URL: https://github.com/kamailio/kamailio/commit/77d8800767612d6ae198eddcd07c51a7e91174c0 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] Add kpcre group (#901)

2017-01-13 Thread Daniel-Constantin Mierla
@ffontaine - is the buildroot using deb or rpm specs from kamailio tree? There is another set of groups, which doesn't have 'k' as prefix of the last word in the name -- for example, there is module_group_standard and module_group_kstandard. The module_group_k... were intended for packaging,

[sr-dev] git:master:36e28f83: kamcmd: removed svn ids, history

2017-01-13 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 36e28f83e7ae64409370c8163ccab749532944fc URL: https://github.com/kamailio/kamailio/commit/36e28f83e7ae64409370c8163ccab749532944fc Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] app_python: fix compiler warning (#924)

2017-01-12 Thread Daniel-Constantin Mierla
Not really using app_python, but still sort of don't like adding the "-fno-strict-aliasing" because it can hide bugs in other parts of module code, but if that's the only way as detailed in pep 3123 and nobody else finds a different solution, then can be merged. -- You are receiving this

Re: [sr-dev] [kamailio/kamailio] sending repeated CANCEL (#870)

2017-01-12 Thread Daniel-Constantin Mierla
This should be fixed in master branch. If still problems, open a new issue with details about what happens using the latest master branch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] sending repeated CANCEL (#870)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #870. -- 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/870#event-921456267___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #918. -- 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/918#event-921454638___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
OK, I am closing this item. Thanks for troubleshooting assistance and testing. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] presence: delay aux_body_processing until after subscription has been updated (#917)

2017-01-12 Thread Daniel-Constantin Mierla
If nobody finds an issue with it, for me it's fine to backport. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I pushed another patch in master. Can you try again with latest version? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:14699865: tm: more log macros migrated from old form with location info in message

2017-01-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1469986560218d4704913e635e7a1298305af799 URL: https://github.com/kamailio/kamailio/commit/1469986560218d4704913e635e7a1298305af799 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:fab1b5dc: dialog: handle replies to local cancel for cseq updates

2017-01-12 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: fab1b5dc4edc74555b965a6c305d7643629e0225 URL: https://github.com/kamailio/kamailio/commit/fab1b5dc4edc74555b965a6c305d7643629e0225 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-12 Thread Daniel-Constantin Mierla
I may have a lead to troubleshoot this further. Hopefully I will get the time for it later today, if not, tomorrow. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-12 Thread Daniel-Constantin Mierla
Thanks for testing. I am closing this one, the other issue is a slightly different scenario I am working on. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-12 Thread Daniel-Constantin Mierla
Closed #919. -- 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/919#event-920530695___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-11 Thread Daniel-Constantin Mierla
A new patch was pushed. Try again with latest master branch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-11 Thread Daniel-Constantin Mierla
A new patch was pushed. Try again with latest master branch. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:b75d4ca2: dialog: increase cseq after uac auth for local acks

2017-01-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b75d4ca219d7185e0a73cc9132760fe05227faa4 URL: https://github.com/kamailio/kamailio/commit/b75d4ca219d7185e0a73cc9132760fe05227faa4 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-11 Thread Daniel-Constantin Mierla
@greggcz - I saw the ngrep output there, but there are no logs corresponding to them. You can also do the same: retest and grab both pcap with sip singaling and syslog messages with debug=3 in kamailio.cfg (and log_prefix to print $ci and $hdr(CSeq)) and attach to your issue. -- You are

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-11 Thread Daniel-Constantin Mierla
Can you get logs and pcap at the same time? I am interested to see if some specific headers are in the ACK. Also, add log_prefix global parameter to print $ci and $hdr(CSeq) -- it will make it easier to correlate the logs and pcap. -- You are receiving this because you are subscribed to this

Re: [sr-dev] [kamailio/kamailio] unittest updates (#923)

2017-01-11 Thread Daniel-Constantin Mierla
Merged #923. -- 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/pull/923#event-918733068___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] unittest updates (#923)

2017-01-11 Thread Daniel-Constantin Mierla
Thanks! -- 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/pull/923#issuecomment-271806379___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:11f9a91b: tm: migrated some old log macros to new style

2017-01-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 11f9a91b29f235a401ce538a690c7bb5cacb98f6 URL: https://github.com/kamailio/kamailio/commit/11f9a91b29f235a401ce538a690c7bb5cacb98f6 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:09f66d69: permissions: fixed typo in rpc fault message

2017-01-11 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 09f66d693ac654de6c4c40bfbb0b00b439f1a24f URL: https://github.com/kamailio/kamailio/commit/09f66d693ac654de6c4c40bfbb0b00b439f1a24f Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:d081ee4e: dispatcher: use clang format across the module

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d081ee4e12e36e8f13d0a845f639b8699ac9d772 URL: https://github.com/kamailio/kamailio/commit/d081ee4e12e36e8f13d0a845f639b8699ac9d772 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:af298284: modules: docs - coherent name for rpc commands section

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: af29828431805d972a2c156c4b5fd4506bc7834c URL: https://github.com/kamailio/kamailio/commit/af29828431805d972a2c156c4b5fd4506bc7834c Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:bb132a71: permissions: fixed rpc fault messages for several commands

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bb132a716628725c425e150565c2eb0a9a02f793 URL: https://github.com/kamailio/kamailio/commit/bb132a716628725c425e150565c2eb0a9a02f793 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] Anyone thinking about adding JWT (JSON Web Token) support to Kamailio (#29)

2017-01-10 Thread Daniel-Constantin Mierla
Closed #29. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/29#event-918059357___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] Anyone thinking about adding JWT (JSON Web Token) support to Kamailio (#29)

2017-01-10 Thread Daniel-Constantin Mierla
No follow up for more than an year from @mading087 on the JWT module. I am closing this one. If somebody is considering to add a auth jwt module, then it can go ahead and just push a pull request. -- You are receiving this because you commented. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] permissions: RPC AddressDump doesn't include mask size (#250)

2017-01-10 Thread Daniel-Constantin Mierla
This was not picked up for long time. subnetDump offers the requested behaviour. Anyone can start implementing new rpc commands and combine existing behaviours of current rpc commands, but this doesn't feel any longer like a missing feature. I am closing this one. -- You are receiving this

Re: [sr-dev] [kamailio/kamailio] permissions: RPC AddressDump doesn't include mask size (#250)

2017-01-10 Thread Daniel-Constantin Mierla
Closed #250. -- 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/250#event-918054630___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] TMX module statistics reset not working (#820)

2017-01-10 Thread Daniel-Constantin Mierla
Finally got some time to look at this issue. The tmx stats are returned with function callbacks, so there is no value that can be reset. The values are computed each time on demand by executing the callback functions. The docs were wrong. You can try to use the counters module, which provides

Re: [sr-dev] [kamailio/kamailio] TMX module statistics reset not working (#820)

2017-01-10 Thread Daniel-Constantin Mierla
Closed #820. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/820#event-918040140___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] rtpproxy: Add missing RPC commands, delete MI (#907)

2017-01-10 Thread Daniel-Constantin Mierla
Closed #907. -- 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/907#event-918027200___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] rtpproxy: Add missing RPC commands, delete MI (#907)

2017-01-10 Thread Daniel-Constantin Mierla
They are now implemented in master branch. -- 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/907#issuecomment-271670145___ sr-dev mailing

Re: [sr-dev] [kamailio/kamailio] Add kpcre group (#901)

2017-01-10 Thread Daniel-Constantin Mierla
Maybe @linuxmaniac can have an additional opinion on this topic. There is a conflict already due to other changes, so cannot be just merged any longer, but the question of this PR is whether to to create or not a pcre group. -- You are receiving this because you are subscribed to this thread.

Re: [sr-dev] [kamailio/kamailio] nsq: update doc (#921)

2017-01-10 Thread Daniel-Constantin Mierla
I guess you can merge this PR and close related issue item. If one finds other missing doc parts, can open a new issue. Thanks. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:ef9dcadd: tmx: adjusted the docs to specify that tmx stats cannot be reset

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ef9dcaddd441a97062d764b1f4e8dc8976174202 URL: https://github.com/kamailio/kamailio/commit/ef9dcaddd441a97062d764b1f4e8dc8976174202 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:7d3d5ac3: etc: load counters module in config files

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7d3d5ac32654797b813858dc2d7eb1a3e95b3056 URL: https://github.com/kamailio/kamailio/commit/7d3d5ac32654797b813858dc2d7eb1a3e95b3056 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:c75d50bb: kex: adjustment to rpc fault message

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c75d50bb92d579136d92a01b5d35e74258cca27a URL: https://github.com/kamailio/kamailio/commit/c75d50bb92d579136d92a01b5d35e74258cca27a Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:8fd94912: counters: rpc commands aliases for more explicit naming

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 8fd9491212bf61c94969b17e7b32f6a15fbfaad3 URL: https://github.com/kamailio/kamailio/commit/8fd9491212bf61c94969b17e7b32f6a15fbfaad3 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] Kamailio on Cluecon Weekly – Jan 11, 2017

2017-01-10 Thread Daniel-Constantin Mierla
-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com ___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-10 Thread Daniel-Constantin Mierla
They are built over the night, so you have to do the testing tomorrow. You can check the date and time of the packages at: * http://deb.kamailio.org/kamailiodev-nightly/pool/main/k/kamailio/ -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-10 Thread Daniel-Constantin Mierla
Can you test with laster master branch? -- 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/918#issuecomment-271575864___ sr-dev mailing

[sr-dev] git:master:526ec68f: tm: if transaction had an uac auth, propagate cseq headers for local ACK and CANCEL

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 526ec68fa56cb8066db9da3a4b82f9e20aebf8c3 URL: https://github.com/kamailio/kamailio/commit/526ec68fa56cb8066db9da3a4b82f9e20aebf8c3 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-10 Thread Daniel-Constantin Mierla
Can you try with latest master branch? -- 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/919#issuecomment-271575777___ sr-dev mailing list

[sr-dev] git:master:a1189074: dialog: use uac cseq header names from cfg env

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a1189074af0946b1a4b57dff795d0f642818ad35 URL: https://github.com/kamailio/kamailio/commit/a1189074af0946b1a4b57dff795d0f642818ad35 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:391dce68: core: keep names for uac cseq helper headers in cfg env

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 391dce68f712d7b38eb48188f3ae2413da0f70c6 URL: https://github.com/kamailio/kamailio/commit/391dce68f712d7b38eb48188f3ae2413da0f70c6 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:cb456e9d: cfg_rpc: added example for rpc command cfg.sets

2017-01-10 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cb456e9d36e12e711f5e511211892a2e6592101a URL: https://github.com/kamailio/kamailio/commit/cb456e9d36e12e711f5e511211892a2e6592101a Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-10 Thread Daniel-Constantin Mierla
Thanks for testing and reporting back. -- 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/920#issuecomment-271518312___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-10 Thread Daniel-Constantin Mierla
Closed #920. -- 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/920#event-917159730___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] Compiler requirements

2017-01-09 Thread Daniel-Constantin Mierla
.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio World Conference - May 8-10, 2017 - www.kamailioworld.com ___ sr-dev mailing list

Re: [sr-dev] [kamailio/kamailio] [Feature request] kamctl port (#916)

2017-01-09 Thread Daniel-Constantin Mierla
Closed #916. -- 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/916#event-916465278___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio/kamailio] [Feature request] kamctl port (#916)

2017-01-09 Thread Daniel-Constantin Mierla
Added to master branch. Testing would be appreciated. -- 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/916#issuecomment-271387209___

[sr-dev] git:master:18e3327b: kamctl: added DBPORT option

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 18e3327bedc1647a5abe0d377b15b74b2e860ef4 URL: https://github.com/kamailio/kamailio/commit/18e3327bedc1647a5abe0d377b15b74b2e860ef4 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] CSeq missmatch with UAC module (#919)

2017-01-09 Thread Daniel-Constantin Mierla
What are the parameters you set for the tm module? -- 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/919#issuecomment-271379864___ sr-dev

Re: [sr-dev] [kamailio/kamailio] CSeq issues with CANCEL after INVITE (#918)

2017-01-09 Thread Daniel-Constantin Mierla
Can you paste here the parameters you set for **tm** module? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Daniel-Constantin Mierla
Can you fetch again latest master and try? I pushed a patch to add the /usr/local/... to cdefs and libs flags in makefile. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:dad79f34: kamcmd: add /usr/local to C defs and libs if readline is detected in the path

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: dad79f34077eb818604293fe90b6565fa6a4f365 URL: https://github.com/kamailio/kamailio/commit/dad79f34077eb818604293fe90b6565fa6a4f365 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] kamcmd: fatal error while compiling on FreeBSD-11.0 (#920)

2017-01-09 Thread Daniel-Constantin Mierla
Does it happen to have variable 'use_readline' somehow defined on the system? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[sr-dev] git:master:6830fbf1: app_lua: enable compat mode for newer lua versions

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6830fbf17b37a2860827171dd99304bf0975ebf7 URL: https://github.com/kamailio/kamailio/commit/6830fbf17b37a2860827171dd99304bf0975ebf7 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:b511d907: app_lua: aligned kemi api for KSR.x.drop()

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: b511d90766c3dcf5643c8a29d02eb382b740a413 URL: https://github.com/kamailio/kamailio/commit/b511d90766c3dcf5643c8a29d02eb382b740a413 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:bbee3295: examples: kemi - update lua script to use KSR.x.exit()

2017-01-09 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bbee329599b1a3a7575723dc08d5bf86e5d4eb0f URL: https://github.com/kamailio/kamailio/commit/bbee329599b1a3a7575723dc08d5bf86e5d4eb0f Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] sqlops: Increase size of static escape buffer (#899)

2017-01-08 Thread Daniel-Constantin Mierla
Alternative implementation pushed to master branch. -- 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/pull/899#issuecomment-271180252___ sr-dev

Re: [sr-dev] [kamailio/kamailio] sqlops: Increase size of static escape buffer (#899)

2017-01-08 Thread Daniel-Constantin Mierla
Closed #899. -- 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/pull/899#event-915343231___ sr-dev mailing list sr-dev@lists.sip-router.org

[sr-dev] git:master:96da7ff4: app_jsdt: rpc js script reload

2017-01-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 96da7ff441bbf92fbab374a3c34ccba26d1d915e URL: https://github.com/kamailio/kamailio/commit/96da7ff441bbf92fbab374a3c34ccba26d1d915e Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:3017abf7: core: kemi - exposed set drop flag function

2017-01-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3017abf74d770adf6574159a11409060cb63837d URL: https://github.com/kamailio/kamailio/commit/3017abf74d770adf6574159a11409060cb63837d Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:ac566990: sqlops: allow to set the size of sql escape buffer for transformations

2017-01-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: ac5669901693a67051775673763fde6eb8f37c38 URL: https://github.com/kamailio/kamailio/commit/ac5669901693a67051775673763fde6eb8f37c38 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

[sr-dev] git:master:9077a879: app_jsdt: exposed KSR.x.drop()

2017-01-08 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9077a87978ff57ff369f8fbc103d8c52b92be622 URL: https://github.com/kamailio/kamailio/commit/9077a87978ff57ff369f8fbc103d8c52b92be622 Author: Daniel-Constantin Mierla <mico...@gmail.com> Committer: Daniel-Constantin Mierla <mico...@gmail.com> D

Re: [sr-dev] [kamailio/kamailio] presence: allow control of subscription deletion (#914)

2017-01-08 Thread Daniel-Constantin Mierla
You have to add the description in the docs for the new attribute. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

<    1   2   3   4   5   6   7   8   9   10   >