[sr-dev] git:master:d5b2c1df: lost: new module parameters to set HeLD request attributes

2020-03-23 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: d5b2c1dfe37fbeb443912f2b80fb2877ebf09672 URL: https://github.com/kamailio/kamailio/commit/d5b2c1dfe37fbeb443912f2b80fb2877ebf09672 Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2020-03-23T22:44:27+01:00 lost: new module parameters to

[sr-dev] git:master:340bb1ef: lost: fixed defects reported from Coverity Scan

2020-03-26 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: 340bb1efbf5fc9ba9e1ef2ec8d3074c40be5d0ca URL: https://github.com/kamailio/kamailio/commit/340bb1efbf5fc9ba9e1ef2ec8d3074c40be5d0ca Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2020-03-26T22:36:05+01:00 lost: fixed defects reported

[sr-dev] git:master:827307c5: lost: doc edits

2020-07-08 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: 827307c5fc70381a4c80e1cc1937952480c93633 URL: https://github.com/kamailio/kamailio/commit/827307c5fc70381a4c80e1cc1937952480c93633 Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2020-07-08T22:30:09+02:00 lost: doc edits - fixed typos

[sr-dev] [kamailio/kamailio] lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-bas… (#2031)

2019-08-12 Thread Wolfgang Kampichler
…ed routing - lost_held_query() takes specific id (pvar, P-A-I, or From), assembles a locationRequest (XML), and sends it to an http_client connection, responses are parsed (pidf-lo and location reference are returned) - lost_query() takes pidf-lo (pvar, msg body, or de-referenced), a service

Re: [sr-dev] [kamailio/kamailio] lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-bas… (#2031)

2019-08-12 Thread Wolfgang Kampichler
> Thank you Wolfgang, great contribution. > > I have added a few comments, mainly to memory management, and some > spelling/formatting fixes. I found nothing serious in my review. Would be > great if you could have a look to them, after this the module should be > committed to git master. Dear

Re: [sr-dev] [kamailio/kamailio] lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-bas… (#2031)

2019-08-14 Thread Wolfgang Kampichler
wkampich commented on this pull request. > +static int mod_init(void) +{ + LM_DBG("init lost module\n"); + + if(httpc_load_api(&httpapi) != 0) { + LM_ERR("Can not bind to http_client API \n"); + return -1; + } + + LM_DBG(" init lost module

Re: [sr-dev] [kamailio/kamailio] lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-bas… (#2031)

2019-08-14 Thread Wolfgang Kampichler
Thank you Henning, I just pushed an updated version with your feedback incorporated. -- 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/2031#issuecomment-521371657__

[sr-dev] [kamailio/kamailio] lost: code review, updates to memory managment and error handling (#2034)

2019-08-15 Thread Wolfgang Kampichler
Pre-Submission Checklist - [ ] Commit message has the format required by CONTRIBUTING guide - [ ] Commits are split per component (core, individual modules, libs, utils, ...) - [ ] Each component has a single commit (if not, squash them into one commit) - [ ] No commits to README files

Re: [sr-dev] [kamailio/kamailio] lost: adds HELD (RFC6155) and LOST (RFC5222) queries for location-bas… (#2031)

2019-08-15 Thread Wolfgang Kampichler
> @wkampich Thanks - did you pushed to the wkampich/lost branch in your fork? I > just asked because it does not seems to be updated yet. I pushed it to the wkampich/lost fork yesterday and just did a new pull request -- You are receiving this because you are subscribed to this thread. Reply t

Re: [sr-dev] [kamailio/kamailio] lost: trimed spaces before reolving locationURI value (#2571)

2020-12-02 Thread Wolfgang Kampichler
I agree, it should be merged. Thanks Sergey! -- 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/2571#issuecomment-737443188___ Kamailio (SER)

Re: [sr-dev] [kamailio/kamailio] lost: dynamic HELD url resolving (#2574)

2020-12-06 Thread Wolfgang Kampichler
NAPTR support is a good idea and basically also applicable to the LoST service (which I have on my ToDo list anyway). I will have a look at it - just one question: I assume item (1) below refers to the device IP address (i.e. UE) for reverse DNS (as in https://tools.ietf.org/html/rfc7216#secti

Re: [sr-dev] [kamailio/kamailio] lost: removed not used namespace (#2584)

2020-12-13 Thread Wolfgang Kampichler
The module includes a fallback in case `xpath` fails due to a malformed `pidf-lo` (observed at ETSI Plugtests events). In such a case it just looks for attributes like `lat/lon` (point) or `lat/lon/radius` (circle) and creates a new location object, which I guess requires a `gml` namespace, the

Re: [sr-dev] [kamailio/kamailio] lost: removed not used namespace (#2584)

2020-12-14 Thread Wolfgang Kampichler
Works for me! 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/2584#issuecomment-744694080___ Kamailio (SER) - Development Mailing Li

Re: [sr-dev] [kamailio/kamailio] lost: removed not used namespace (#2584)

2020-12-17 Thread Wolfgang Kampichler
Merged #2584 into master. -- 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/2584#event-4123867119___ Kamailio (SER) - Development Mailing Lis

[sr-dev] git:master:f9f26adc: lost: added Geolocation header value list support

2021-01-12 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: f9f26adc11d96367a40947642b20bfdda246875e URL: https://github.com/kamailio/kamailio/commit/f9f26adc11d96367a40947642b20bfdda246875e Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-01-12T11:56:47+01:00 lost: added Geolocation header

[sr-dev] git:master:adccefff: lost: fixed 'for' loop initial declaration in utilities.c

2021-01-13 Thread Wolfgang Kampichler
Module: kamailio Branch: master Commit: adccefff803f210f27df37108fdd260eb63ec1c7 URL: https://github.com/kamailio/kamailio/commit/adccefff803f210f27df37108fdd260eb63ec1c7 Author: Wolfgang Kampichler Committer: Wolfgang Kampichler Date: 2021-01-13T09:43:56+01:00 lost: fixed 'for' lo

[sr-dev] [kamailio/kamailio] lost: new features and http_client fix (#2606)

2021-01-24 Thread Wolfgang Kampichler