[sr-dev] Kamailio v5.0.0 Released - new major version is out

2017-02-27 Thread Daniel-Constantin Mierla
mechanism, being replaced by RPC. Enjoy Kamailio v5.0.0! Thank you for flying Kamailio! Daniel -- Daniel-Constantin Mierla http://www.asipto.com http://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda Kamailio World Conference 2017 - http://www.kamailioworld.com

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Daniel-Constantin Mierla
Sure, that needs to be caught. I tried to suggest a solution for now. -- 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/1011#issuecomment-282724638

[sr-dev] git:5.0:b07c9d6b: ChangeLog: content updated for v5.0.0

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: b07c9d6b4f46ab2e7666e148c646bf3e72b3a2fc URL: https://github.com/kamailio/kamailio/commit/b07c9d6b4f46ab2e7666e148c646bf3e72b3a2fc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:41:45+01:00 ChangeLog: content

[sr-dev] git:5.0:8924916a: Makefile.defs: version set to 5.0.0

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 8924916a0295053ea2f86d10de44b68da4259157 URL: https://github.com/kamailio/kamailio/commit/8924916a0295053ea2f86d10de44b68da4259157 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:32:00+01:00 Makefile.defs: version

Re: [sr-dev] [kamailio/kamailio] Dialog: Core dump when using dlg_set_timeout (#1011)

2017-02-27 Thread Daniel-Constantin Mierla
The values in the variables have to be numbers, not strings. Try to convert first with {s.int}, like: ``` $var(entry) = $(var(entry){s.int}); $var(id) = $(var(id){s.int}); dlg_set_timeout("2419200", "$var(entry)", "$var(id)"); ``` -- You are receiving this because you are subscribed to this thr

[sr-dev] git:5.0:04e8f5e7: carrierroute: enclosed unused functions in ifdefs

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 04e8f5e732dbfd13f6e321d384134998443b739c URL: https://github.com/kamailio/kamailio/commit/04e8f5e732dbfd13f6e321d384134998443b739c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:07:13+01:00 carrierroute: enclosed

[sr-dev] git:5.0:78897770: pkg/rpm: version set to 5.0.0 in spec files

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 78897770f3ce940052f339533b60cc428409d6e1 URL: https://github.com/kamailio/kamailio/commit/78897770f3ce940052f339533b60cc428409d6e1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T14:11:20+01:00 pkg/rpm: version set to

Re: [sr-dev] [kamailio/kamailio] carrierroute: compiler warnings (#1010)

2017-02-27 Thread Daniel-Constantin Mierla
Enclosed them in ifdefs, as they may be needed for re-introducing rpc commands instead of the old mi. -- 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/1010#issuecomment-282711056___

Re: [sr-dev] [kamailio/kamailio] carrierroute: compiler warnings (#1010)

2017-02-27 Thread Daniel-Constantin Mierla
Closed #1010. -- 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/1010#event-978282849___ sr-dev mailing list sr-dev@lists.sip-router.org htt

[sr-dev] git:master:c62409bd: carrierroute: enclosed unused functions in ifdefs

2017-02-27 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c62409bdd317f61df0e7cc16fbb8aa9ccebcefb5 URL: https://github.com/kamailio/kamailio/commit/c62409bdd317f61df0e7cc16fbb8aa9ccebcefb5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-27T13:50:06+01:00 carrierroute

Re: [sr-dev] Releasing Kamailio v5.0.0

2017-02-26 Thread Daniel-Constantin Mierla
, I > am planning to work on them during the next days, but help from others > are very appreciated, especially details of what you had to do changes > while upgrading from 4.4 to 5.0. > > Cheers, > Daniel > -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com

Re: [sr-dev] [kamailio/kamailio] Misdirected packets with NAT and topos loaded (#1005)

2017-02-24 Thread Daniel-Constantin Mierla
Provide the ngrep traces for the two calls, it seems that the contact of one call is messed up, like by an intermediary proxy/strict router. -- 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/kamaili

Re: [sr-dev] [kamailio/kamailio] support valgrind when *_MALLOC is used (#949)

2017-02-24 Thread Daniel-Constantin Mierla
I don't know either, but maybe for now it should just track pkg only. There is a field `type` inside the qm block that can be used to test if the operation is over pkg or shm. -- 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] Call-Info header support (#1009)

2017-02-24 Thread Daniel-Constantin Mierla
It can be merged, 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/1009#issuecomment-282373261___ sr-dev mailing list sr-dev@lists.s

Re: [sr-dev] [kamailio/kamailio] Call-Info header support (#1009)

2017-02-24 Thread Daniel-Constantin Mierla
The license for core file has to be bsd-like (e.g., as in src/core/atomic/atomic_native.h or src/modules/topoh/topoh_mod.c), copyright stays with you, so we don't have to hunt you in few more years if we need to link to a new lib that requires an exception like we have for libssl these days. --

Re: [sr-dev] [kamailio/kamailio] [uac] REGISTER source port alternates between 5060 and != 5060 (#936)

2017-02-24 Thread Daniel-Constantin Mierla
One more clarification: is that port<5060 always the same, even at different tests? Or was the same only per each test? You can try to define `event_route[tm:local-request] { ... }` and force send socket there (there is a function or can be done with assignment to $fs). I don't think there is a

Re: [sr-dev] [kamailio/kamailio] [uac] REGISTER source port alternates between 5060 and != 5060 (#936)

2017-02-23 Thread Daniel-Constantin Mierla
Kamailio is always forcing one of its UDP listen sockets when sending out. The question was if it the issue you observed was using only one other port and the same always (besides those where kamailio is listening on), or there were different other ports and many of them from case to case. --

Re: [sr-dev] [kamailio/kamailio] Want to see active users/connected users to SIP server (#1008)

2017-02-23 Thread Daniel-Constantin Mierla
The issue tracker is used only to report bugs or track requests for new features. For discussion about using kamailio or about kamailio.cfg, use the mailing list sr-us...@lists.sip-router.org (https://www.kamailio.org/w/mailing-lists/). Also, see the readme of the usrloc module for this specifi

Re: [sr-dev] [kamailio/kamailio] Want to see active users/connected users to SIP server (#1008)

2017-02-23 Thread Daniel-Constantin Mierla
Closed #1008. -- 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/1008#event-975609589___ sr-dev mailing list sr-dev@lists.sip-router.org htt

[sr-dev] git:master:d7c8fbcc: modules: fixed broken docbook files

2017-02-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d7c8fbcc77ce925f3b40251f19e95b0ec7b2f76e URL: https://github.com/kamailio/kamailio/commit/d7c8fbcc77ce925f3b40251f19e95b0ec7b2f76e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-24T07:44:55+01:00 modules: fixed broken

[sr-dev] git:5.0:802bf616: modules: fixed broken xml docbook files

2017-02-23 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 802bf616d042476cc1c8f688efdf99694cd2fb77 URL: https://github.com/kamailio/kamailio/commit/802bf616d042476cc1c8f688efdf99694cd2fb77 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-23T23:12:55+01:00 modules: fixed broken

Re: [sr-dev] [kamailio/kamailio] Add HEPv3 support to siptrace (#1006)

2017-02-23 Thread Daniel-Constantin Mierla
@giavac welcome, thanks for all your contributions! Now you should be able to merge the PR by yourself and commit directly (if you want that instead of PR -- that should be more handy for backports at least). -- You are receiving this because you are subscribed to this thread. Reply to this ema

Re: [sr-dev] [kamailio/kamailio] Add HEPv3 support to siptrace (#1006)

2017-02-23 Thread Daniel-Constantin Mierla
Thanks! Can be merged and backported to branch 5.0 as it fixes the compatibility with HEPv3. Note: I invited @giavac to join developers team, given his many contributions over the time -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it

Re: [sr-dev] [kamailio/kamailio] [uac] REGISTER source port alternates between 5060 and != 5060 (#936)

2017-02-22 Thread Daniel-Constantin Mierla
Any update on this? -- 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/936#issuecomment-281910932___ sr-dev mailing list sr-dev@lists.sip-ro

[sr-dev] git:master:9e6f94e0: topos: export intermodule api to set storage functions

2017-02-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9e6f94e0ed3845f5da0c548e04f549906f58456e URL: https://github.com/kamailio/kamailio/commit/9e6f94e0ed3845f5da0c548e04f549906f58456e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-23T07:52:38+01:00 topos: export

Re: [sr-dev] [kamailio/kamailio] topos inserts comma separated Via in OK (#1005)

2017-02-22 Thread Daniel-Constantin Mierla
Again, it doesn't have to do anything with Via, but with the Contact header. Can you paste here the records from database tables topos_t and topos_d for such a call? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://g

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-22 Thread Daniel-Constantin Mierla
I guess this can be closed, after the PRs were merged. -- 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/997#issuecomment-281814302___ sr-d

Re: [sr-dev] [kamailio/kamailio] topos inserts comma separated Via in OK (#1005)

2017-02-22 Thread Daniel-Constantin Mierla
I missed those attachments, anyhow next time use ngrep, because the output from wireshard adds too much noize. You can use ngrep to dump the text format from pcap (which can be exported from wireshark), like: ``` ngrep -qt -W byline -I file.pcap ``` The issue is not with via headers at all. The

Re: [sr-dev] [kamailio/kamailio] rtpproxy: ice_candidate_priority_avp has missleading documentation (#1003)

2017-02-22 Thread Daniel-Constantin Mierla
Pushed a fix for it in latest branches. -- 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/1003#issuecomment-281809203___ sr-dev mailing lis

Re: [sr-dev] [kamailio/kamailio] rtpproxy: ice_candidate_priority_avp has missleading documentation (#1003)

2017-02-22 Thread Daniel-Constantin Mierla
Closed #1003. -- 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/1003#event-973343045___ sr-dev mailing list sr-dev@lists.sip-router.org htt

[sr-dev] git:4.4:e49eca30: rtpproxy: allow 0 as value for ice candidate avp

2017-02-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: e49eca307a2e442bb6f362e8317be2a4750cbe25 URL: https://github.com/kamailio/kamailio/commit/e49eca307a2e442bb6f362e8317be2a4750cbe25 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-22T22:24:58+01:00 rtpproxy: allow 0 as

[sr-dev] git:5.0:0bac7c35: rtpproxy: allow 0 as value for ice candidate avp

2017-02-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 0bac7c351ba444c6693c76a7dd2fce6e93b9885a URL: https://github.com/kamailio/kamailio/commit/0bac7c351ba444c6693c76a7dd2fce6e93b9885a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-22T22:19:47+01:00 rtpproxy: allow 0 as

[sr-dev] git:master:71b9cb34: rtpproxy: allow 0 as value for ice candidate avp

2017-02-22 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 71b9cb347eb67489adda62148eb6ebdf0a681217 URL: https://github.com/kamailio/kamailio/commit/71b9cb347eb67489adda62148eb6ebdf0a681217 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-22T22:16:55+01:00 rtpproxy: allow 0 as

Re: [sr-dev] [kamailio/kamailio] topos inserts comma separated Via in OK (#1005)

2017-02-21 Thread Daniel-Constantin Mierla
Without seeing the sip traffic, it is hard to figure out what is going wrong. Instead of the pcap file, you can grab the sip traffic with ngrep, like: ``` ngrep -d any -qt -W byline port 5060 ``` Then replace the IP addresses and other sensitive tokens with generic values, so you can share it h

Re: [sr-dev] [kamailio/kamailio] usrloc: fix ucontact shared leak (#1000)

2017-02-21 Thread Daniel-Constantin Mierla
Besides my remark with the static variable, I'm ok to get the PR merged and backported. 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/1000#issuecomment-281585373___

Re: [sr-dev] [kamailio/kamailio] usrloc: fix ucontact shared leak (#1000)

2017-02-21 Thread Daniel-Constantin Mierla
miconda commented on this pull request. > @@ -1672,6 +1672,7 @@ static inline int update_contact_db(ucontact_t* _c) */ int update_ucontact(struct urecord* _r, ucontact_t* _c, ucontact_info_t* _ci) { + static struct urecord _ur; I don't see a reason to declare the variable _ur static h

Re: [sr-dev] [kamailio/kamailio] pua_reginfo: fix memory leak when usrloc is DB_ONLY (#998)

2017-02-21 Thread Daniel-Constantin Mierla
Can be merged and backported as needed. 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/998#issuecomment-281583847___ sr-dev mailin

[sr-dev] git:master:d40635aa: topos: group storage function in an api structure

2017-02-21 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d40635aa946d2d9e49227ab87cba4e045bcc5ebd URL: https://github.com/kamailio/kamailio/commit/d40635aa946d2d9e49227ab87cba4e045bcc5ebd Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-22T07:36:36+01:00 topos: group storage

Re: [sr-dev] [kamailio/kamailio] topos inserts comma separated Via in OK (#1005)

2017-02-21 Thread Daniel-Constantin Mierla
I don't think this is a problem of having the two Via bodies in a single header. Can you attach a pcap with a call that works (without topos) and another one that fails (with topos)? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on

Re: [sr-dev] [kamailio/kamailio] rtpproxy: ice_candidate_priority_avp has missleading documentation (#1003)

2017-02-21 Thread Daniel-Constantin Mierla
Using `git balme` I noticed that @juha-h worked on this feature, maybe he can comment on the accepted values by the avp. -- 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/1003#issuec

Re: [sr-dev] [kamailio/kamailio] compiler warnings when compiling core/cfg/cfg_ctx.c (#1004)

2017-02-21 Thread Daniel-Constantin Mierla
If people want to play with extra compiler flags it is ok, perhaps there are other flags that can throw more warnings. At least for myself, I have to time to hunt all those options in gcc/clang and see which reported warnings are valid or not. I consider that the default compile flags are the on

Re: [sr-dev] [kamailio/kamailio] topos inserts comma separated Via in OK (#1005)

2017-02-21 Thread Daniel-Constantin Mierla
SIP RFC 3261 allows multiple bodies stored inside one header, see: * https://tools.ietf.org/html/rfc3261#section-7.3 So this is not a bug from specs point of view. Are you encountering problems with any sip device/app? If yes, which ones? -- You are receiving this because you are subscribed

Re: [sr-dev] [kamailio/kamailio] compiler warnings when compiling core/cfg/cfg_ctx.c (#1004)

2017-02-20 Thread Daniel-Constantin Mierla
I just did a test again, Debian Jessie, -Wall is there, the result doesn't show any warning like you report. It is just make as we have it default in the Makefiles: ``` kamailio-dev$ make Q=0 make -C src/ make[1]: Entering directory '/home/porto/work/sip/esr/kamailio-dev/src' Makefile.defs defs

[sr-dev] git:master:504699b6: pua_usrloc: free memory in case of failire in pua send_publish()

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 504699b6c2f34fbf7db02f57909eefdffc6b8180 URL: https://github.com/kamailio/kamailio/commit/504699b6c2f34fbf7db02f57909eefdffc6b8180 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T19:25:40+01:00 pua_usrloc: free

[sr-dev] git:master:c027c6d3: pua_usrloc: removed old svn ids

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: c027c6d32f1c0add72ab00c14885d46bd1b7d485 URL: https://github.com/kamailio/kamailio/commit/c027c6d32f1c0add72ab00c14885d46bd1b7d485 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T19:25:40+01:00 pua_usrloc: removed

Re: [sr-dev] [kamailio/kamailio] presense memory leak (#1001)

2017-02-20 Thread Daniel-Constantin Mierla
Do you get error messages in the syslog containing next string? ``` ... failed sending publish for ul event ... ``` -- 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/1001#issuecomme

Re: [sr-dev] [kamailio/kamailio] rtpproxy: ice_candidate_priority_avp has missleading documentation (#1003)

2017-02-20 Thread Daniel-Constantin Mierla
Quick look into the code and the valid values seems to be only 1 or 2. I guess the docs needs to be updated to reflect it. Maybe the dev that added the feature can comment more. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHu

[sr-dev] git:master:304d1cf1: ndb_redis: export functions via inter-module api

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 304d1cf1babdb6925731f6974edf84d3796753c5 URL: https://github.com/kamailio/kamailio/commit/304d1cf1babdb6925731f6974edf84d3796753c5 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T15:34:44+01:00 ndb_redis: export

[sr-dev] git:master:9ac5de5e: ndb_redis: removed svn ids

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 9ac5de5e1d8bec9efa3c7325200fda69b3d2e3e9 URL: https://github.com/kamailio/kamailio/commit/9ac5de5e1d8bec9efa3c7325200fda69b3d2e3e9 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T14:26:43+01:00 ndb_redis: removed

Re: [sr-dev] [kamailio/kamailio] presense memory leak (#1001)

2017-02-20 Thread Daniel-Constantin Mierla
@snen maybe it is not a leak, but a use of large memory ... do you have sql queries with large results used in kamailio.cfg? Btw, do you know the type of that process? It is printed by the kamctl ps command. For the memory report, can you set mem_summary to 12 and then grab again the summary v

[sr-dev] git:master:12a93645: tm: funcs - updated log messages to new macros

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 12a9364526053734f97792d540503d9b66e4b85b URL: https://github.com/kamailio/kamailio/commit/12a9364526053734f97792d540503d9b66e4b85b Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T13:13:03+01:00 tm: funcs - updated

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-20 Thread Daniel-Constantin Mierla
They will be merged (or fixed in another way) and backported before release. But I didn't have the time to look properly at the commit in PR. I saw you do copy of the structure content, but then the backup variable is declared also static, meaning it is safe for one more layer ... but probably i

[sr-dev] git:master:4020ced0: kamctl: regenerated the dbschema scripts

2017-02-20 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4020ced0d5802da0bc90114c885a8449c6f83607 URL: https://github.com/kamailio/kamailio/commit/4020ced0d5802da0bc90114c885a8449c6f83607 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-20T12:50:35+01:00 kamctl: regenerated

[sr-dev] Releasing Kamailio v5.0.0

2017-02-20 Thread Daniel-Constantin Mierla
very appreciated, especially details of what you had to do changes while upgrading from 4.4 to 5.0. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22 (USA) - www.asipto.com Kamailio World Confe

Re: [sr-dev] Cleaning wiki accounts

2017-02-20 Thread Daniel-Constantin Mierla
scuss them. Cheers, Daniel On 14/02/2017 12:43, Daniel-Constantin Mierla wrote: > Hello, > > I noticed a lot of random usernames for the accounts created to edit the > wiki. Apart of several which did some which did some edits to add spam, > most of them are inactive. Not sure wh

Re: [sr-dev] Fwd: Kamailio 4.3.x location_attrs update issue

2017-02-20 Thread Daniel-Constantin Mierla
t; > > > I think the usrloc module should have the implementation of deleting > the entries of expired sip users based on its ruid/username in the > location_attrs table also. > > Thanks for the help. > > Best regards, > MRIDUL > > > > _

Re: [sr-dev] [kamailio/kamailio] websocket: X-Forwarded-For and X-Real-IP support (#1002)

2017-02-20 Thread Daniel-Constantin Mierla
Backporting of new features in stable branches is not allowed, unless it is actually a fix or solving major security needs. Others can comment their opinion. One more or less cosmetic opinion, I would make a class of variables, $ws(name), so if the future new fields can be added to it (like the

Re: [sr-dev] [kamailio/kamailio] websocket: X-Forwarded-For and X-Real-IP support (#1002)

2017-02-20 Thread Daniel-Constantin Mierla
miconda commented on this pull request. > + + if ((wsc = wsconn_get(msg->rcv.proto_reserved1)) == NULL) { + LM_ERR("$ws_real_src_ip cannot retrieve websocket connection\n"); + return pv_get_null(msg, param, res); + } + + wscid = wsc->id; + + i

Re: [sr-dev] [kamailio/kamailio] dialog: crash when trying to print error info (#807)

2017-02-17 Thread Daniel-Constantin Mierla
Can this be closed? It's getting quite old, or there are new details to be considered. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/807#issuecomment-280754573___

Re: [sr-dev] [kamailio/kamailio] siptrace: sip_trace() a modified packet (#965)

2017-02-17 Thread Daniel-Constantin Mierla
There is a flag that can be set to trace outgoing requests as well. In latest stable, 4.4, there is an option to trace everything without making use of flags. If you have more questions about using it, then write to sr-users mailing list. The tracker here is used for bug reports and feature req

Re: [sr-dev] [kamailio/kamailio] siptrace: sip_trace() a modified packet (#965)

2017-02-17 Thread Daniel-Constantin Mierla
Closed #965. -- 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/965#event-967515903___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] presense memory leak (#1001)

2017-02-17 Thread Daniel-Constantin Mierla
Was the pid 10376 printing memory allocation errors? Because the log with pkg summary doesn't show a leak, there are only few hundreds of chunks, which are allocated at startup, not at runtime. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Daniel-Constantin Mierla
So there is still going to be an issue after merging #998? Or that's the complete fix for the problem? -- 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/997#issuecomment-280610599___

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Daniel-Constantin Mierla
Is the PR #998 implementing the second option you suggested above? -- 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/997#issuecomment-280609876

Re: [sr-dev] [kamailio/kamailio] ucontacts in shared memory even on DB_ONLY (#997)

2017-02-17 Thread Daniel-Constantin Mierla
Your comments are quite minimalistic and didn't have time to look deeper at this potential issue. Are you saying that the issue is triggered by pua_reginfo? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/

Re: [sr-dev] [kamailio/kamailio] tm:local-request not documented (#980)

2017-02-17 Thread Daniel-Constantin Mierla
I looked a bit at the code and $du is not considered anymore, because the next hop address is computed by the c function executed by various modules that send local requests. The event route is executed later, when the transaction structure is already created. So drop and considering new $du ma

Re: [sr-dev] larger dialplan/repl_exp field

2017-02-15 Thread Daniel-Constantin Mierla
umber be also increased? > > -- Juha > > > ___ > sr-dev mailing list > sr-dev@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/m

[sr-dev] git:4.3:7e7a3798: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 7e7a3798072c049516f0072677c91dd7e7a13396 URL: https://github.com/kamailio/kamailio/commit/7e7a3798072c049516f0072677c91dd7e7a13396 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T13:02:30+01:00 core: free parsed

[sr-dev] git:4.3:5e005732: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 5e0057325baaef72e15f04c1ac6762294a4b12a7 URL: https://github.com/kamailio/kamailio/commit/5e0057325baaef72e15f04c1ac6762294a4b12a7 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T13:02:39+01:00 sanity: reset

[sr-dev] git:4.4:4844facf: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: 4844facff6b6ae66d7d1d9abd3c45bd470d5dfdc URL: https://github.com/kamailio/kamailio/commit/4844facff6b6ae66d7d1d9abd3c45bd470d5dfdc Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:59:57+01:00 sanity: reset

[sr-dev] git:4.4:b81a228b: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.4 Commit: b81a228b5a680dff1dff911f1020c8494fbee935 URL: https://github.com/kamailio/kamailio/commit/b81a228b5a680dff1dff911f1020c8494fbee935 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:59:42+01:00 core: free parsed

[sr-dev] git:5.0:8a02d964: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 8a02d964ffc6145b3ae2f349b8d25aff4dacde3a URL: https://github.com/kamailio/kamailio/commit/8a02d964ffc6145b3ae2f349b8d25aff4dacde3a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:55:50+01:00 core: free parsed

[sr-dev] git:5.0:51949e50: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 5.0 Commit: 51949e50e0308c9ec41cd95bfe2be3d64e24802d URL: https://github.com/kamailio/kamailio/commit/51949e50e0308c9ec41cd95bfe2be3d64e24802d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:56:01+01:00 sanity: reset

[sr-dev] git:master:06e21915: sanity: reset proxy_require hdr parsed field after freeing

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 06e219158131c2397a96bf5d3373c96752d7fd20 URL: https://github.com/kamailio/kamailio/commit/06e219158131c2397a96bf5d3373c96752d7fd20 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:53:59+01:00 sanity: reset

[sr-dev] git:master:d31558b3: core: free parsed Required header structure

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: d31558b31fd607f842caa04d85ce8870f6fc1740 URL: https://github.com/kamailio/kamailio/commit/d31558b31fd607f842caa04d85ce8870f6fc1740 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T12:48:59+01:00 core: free parsed

Re: [sr-dev] [kamailio/kamailio] Dialog module: dlg_ctx pv (#991)

2017-02-15 Thread Daniel-Constantin Mierla
Closed #991. -- 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/991#event-962717201___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] Dialog module: dlg_ctx pv (#991)

2017-02-15 Thread Daniel-Constantin Mierla
Fixed in master and docs in wiki. -- 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/991#issuecomment-279953996___ sr-dev mailing list sr-de

[sr-dev] git:master:3df736fa: dialog: return string route name for $dlg_ctx(timeout_route)

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 3df736fa1a628ab85e897f831c581b86d4c3df08 URL: https://github.com/kamailio/kamailio/commit/3df736fa1a628ab85e897f831c581b86d4c3df08 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T09:34:57+01:00 dialog: return string

[sr-dev] git:master:52ee89e4: dialog: small update to doc example using $dlg_ctx(timeout_route)

2017-02-15 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 52ee89e4713c12aa98d75cd249817c65038712f1 URL: https://github.com/kamailio/kamailio/commit/52ee89e4713c12aa98d75cd249817c65038712f1 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-15T09:37:10+01:00 dialog: small update

Re: [sr-dev] [kamailio/kamailio] pkg/kamailio/centos: Set of improvements (#988)

2017-02-14 Thread Daniel-Constantin Mierla
Merged #988. -- 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/988#event-962576101___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] Set of updates for CentOS packaging (#987)

2017-02-14 Thread Daniel-Constantin Mierla
Thanks, I will merge it. -- 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/987#issuecomment-279927888___ sr-dev mailing list sr-dev@lists.sip

Re: [sr-dev] [kamailio/kamailio] Set of updates for CentOS packaging (#987)

2017-02-14 Thread Daniel-Constantin Mierla
Merged #987. -- 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/987#event-962575532___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-14 Thread Daniel-Constantin Mierla
Merging and we will try to find a proper solution in the future. -- 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/990#issuecomment-279927569

Re: [sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-14 Thread Daniel-Constantin Mierla
Merged #990. -- 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/990#event-962573773___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] pua_dialoginfo: request does not exist when a dialog is expiring - check to make sure it does (#993)

2017-02-14 Thread Daniel-Constantin Mierla
Merged #993. -- 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/993#event-961917661___ sr-dev mailing list sr-dev@lists.sip-router.org http://

[sr-dev] git:master:34cfbc8c: Makefile.defs: version set to 5.1.0-dev1

2017-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 34cfbc8c0cc2903039b6d8b0c2e78ae5779b2fbe URL: https://github.com/kamailio/kamailio/commit/34cfbc8c0cc2903039b6d8b0c2e78ae5779b2fbe Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-14T14:35:45+01:00 Makefile.defs

Re: [sr-dev] [kamailio/kamailio] pua_dialoginfo: Add flags to disable caller and/or callee PUBLISH when required (#979)

2017-02-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/979#issuecomment-279706055___ sr-dev mailing list sr-dev@lists.sip-router.org http:

Re: [sr-dev] [kamailio/kamailio] pua_dialoginfo: Add flags to disable caller and/or callee PUBLISH when required (#979)

2017-02-14 Thread Daniel-Constantin Mierla
Merged #979. -- 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/979#event-961348027___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] tm: deep cloning of the request for fake environment (#971)

2017-02-14 Thread Daniel-Constantin Mierla
Can be merged and backported to 5.0, eventually later to 4.4. Probably the deep cloning from acc makes no longer sense, I will check that myself, for now should be harmless. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: h

[sr-dev] Cleaning wiki accounts

2017-02-14 Thread Daniel-Constantin Mierla
as a community user. Shall I remove an account with random id, but for a good user, let me know, it can be readded/account recreated. Cheers, Daniel -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kamailio Advanced Training - Mar 6-8 (Europe) and Mar 20-22

[sr-dev] git:master:6b1a8e77: app_lua: documented rpc app_lua.api_list command

2017-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 6b1a8e77c6149992452b73b18ced66440332f548 URL: https://github.com/kamailio/kamailio/commit/6b1a8e77c6149992452b73b18ced66440332f548 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-14T11:03:10+01:00 app_lua: documented

[sr-dev] git:master:94d071ee: app_lua: fixed typo in rpc list command example

2017-02-14 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 94d071ee2fe680dc0fc50835b9d344cfcfd1a8ac URL: https://github.com/kamailio/kamailio/commit/94d071ee2fe680dc0fc50835b9d344cfcfd1a8ac Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2017-02-14T11:01:13+01:00 app_lua: fixed typo

Re: [sr-dev] Github labels

2017-02-13 Thread Daniel-Constantin Mierla
ecursive bug :-) > > Cheers, > /O > ___ > sr-dev mailing list > sr-dev@lists.sip-router.org > http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev -- Daniel-Constantin Mierla www.twitter.com/miconda -- www.linkedin.com/in/miconda Kam

Re: [sr-dev] [kamailio/kamailio] tm: deep cloning of the request for fake environment (#971)

2017-02-13 Thread Daniel-Constantin Mierla
@linuxmaniac, @grumvalski - wondering if you had any time running some tests with the patch, just to have a feeling if you observed any side effect. I didn't get to review yet, planning to do it during the next days. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] [kamailio/kamailio] db_mysql: Let the database convert the timestamp (#957)

2017-02-13 Thread Daniel-Constantin Mierla
Merged #957. -- 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/957#event-960197174___ sr-dev mailing list sr-dev@lists.sip-router.org http://

Re: [sr-dev] [kamailio/kamailio] Add kjansson_basic group (#990)

2017-02-13 Thread Daniel-Constantin Mierla
I wonder if makes sense to split more into groups of a single module, because it is possible to install a single module at once, which I guess it is what you are looking for. Overall, I am not against this approach, but it may be better to understand the needs you have for packaging and other s

Re: [sr-dev] [kamailio/kamailio] sipcapture: Fixed missing 'break' in pv_parse_hep_name switch (#986)

2017-02-13 Thread Daniel-Constantin Mierla
@adubovikov - master branch is open for new features -- you can commit as you wish until we will freeze for 5.1 in several months. The branch 5.0 was created last week. If it is a bug, then it can be backported, too. -- You are receiving this because you are subscribed to this thread. Reply to

Re: [sr-dev] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
Where do you set the QUIET? When building the usual source code or when building the debs? Cheers, Daniel On 12/02/2017 00:25, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> They were reported in the past, iirc, but apparently only by a specific >> version of

Re: [sr-dev] [SR-Users] Branch 5.0 created

2017-02-13 Thread Daniel-Constantin Mierla
:00 Juha Heinanen <mailto:j...@tutpro.com>>: > > Daniel-Constantin Mierla writes: > > > They were reported in the past, iirc, but apparently only by a > specific > > version of compiler, or maybe some specific flags to gcc. > > I set QUIE

Re: [sr-dev] [kamailio/kamailio] cdp: hardcoded values used for ranks in forked processes (#973)

2017-02-13 Thread Daniel-Constantin Mierla
Closed #973. -- 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/973#event-959330414___ sr-dev mailing list sr-dev@lists.sip-router.org http:

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