Re: [sr-dev] git:master:19e608f8: tsilot: t_store(...) accepts uri as parameter

2015-09-18 Thread Federico Cabiddu
Hi Daniel, I woke up this morning with the idea to implement this, I swear! I'm just wondering now if it still makes sense to use the current uri by default to store the transactions. If we use the current uri in the "basic" scenario we have to explicitly call ts_store("$ou") after lookup(), while

[sr-dev] git:master:a8adf3bd: evapi: more debug messages when processing received data

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: a8adf3bdb74dd3819bb23e2876eee704663f3cef URL: https://github.com/kamailio/kamailio/commit/a8adf3bdb74dd3819bb23e2876eee704663f3cef Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-19T00:16:22+02:00 evapi: more debug mess

[sr-dev] git:master:1b6bb659: tsilo: documented new parameter for t_store()

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1b6bb6596c779086894a2fca04597073503a6abb URL: https://github.com/kamailio/kamailio/commit/1b6bb6596c779086894a2fca04597073503a6abb Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T23:05:33+02:00 tsilo: documented new

[sr-dev] git:master:19e608f8: tsilot: t_store(...) accepts uri as parameter

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 19e608f803b7198543091bf41c468153567741d3 URL: https://github.com/kamailio/kamailio/commit/19e608f803b7198543091bf41c468153567741d3 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T22:59:44+02:00 tsilot: t_store(...) a

[sr-dev] git:4.3:7881ec8d: utils: Don't leak memory of pkg_realloc returns NULL

2015-09-18 Thread Carsten Bock
Module: kamailio Branch: 4.3 Commit: 7881ec8d3cd5aa347424108f1fb9860c383e01d5 URL: https://github.com/kamailio/kamailio/commit/7881ec8d3cd5aa347424108f1fb9860c383e01d5 Author: Carsten Bock Committer: Carsten Bock Date: 2015-09-18T17:26:10+02:00 utils: Don't leak memory of pkg_realloc returns N

[sr-dev] git:master:641b7b23: utils: Don't leak memory of pkg_realloc returns NULL

2015-09-18 Thread Carsten Bock
Module: kamailio Branch: master Commit: 641b7b2371b26a9d51b9b5cb0c3918c11ebf6461 URL: https://github.com/kamailio/kamailio/commit/641b7b2371b26a9d51b9b5cb0c3918c11ebf6461 Author: Carsten Bock Committer: Carsten Bock Date: 2015-09-18T17:25:17+02:00 utils: Don't leak memory of pkg_realloc return

Re: [sr-dev] git:master:1e5bad01: tsilo: use current r-uri for ts_store()

2015-09-18 Thread Daniel-Constantin Mierla
Hi Federico, ok -- backported. Cheers, Daniel On 18/09/15 15:50, Federico Cabiddu wrote: > Hi Daniel, > I saw it and I'm fine with it. Thank you for the contribution :) > > Regards, > > Federico > > On Fri, Sep 18, 2015 at 3:29 PM, Daniel-Constantin Mierla > mailto:mico...@gmail.com>> wrote: > >

[sr-dev] git:4.3:02069369: tsilo: use current r-uri for ts_store()

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: 4.3 Commit: 020693698e0ec43da1d652524e497f12d1263fe4 URL: https://github.com/kamailio/kamailio/commit/020693698e0ec43da1d652524e497f12d1263fe4 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T15:54:24+02:00 tsilo: use current r-uri

Re: [sr-dev] git:master:1e5bad01: tsilo: use current r-uri for ts_store()

2015-09-18 Thread Federico Cabiddu
Hi Daniel, I saw it and I'm fine with it. Thank you for the contribution :) Regards, Federico On Fri, Sep 18, 2015 at 3:29 PM, Daniel-Constantin Mierla wrote: > Hi Federico, > > I just pushed a patch to tsilo module to use the current r-uri instead > of the incoming one. As written in the comm

Re: [sr-dev] [kamailio] Module cnxcc: Error in log while parsing fake message (#324)

2015-09-18 Thread Rick
It was build from source --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/324#issuecomment-141454270___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo

Re: [sr-dev] git:master:1e5bad01: tsilo: use current r-uri for ts_store()

2015-09-18 Thread Daniel-Constantin Mierla
Hi Federico, I just pushed a patch to tsilo module to use the current r-uri instead of the incoming one. As written in the commit message, using incoming uri always makes it not work in quite common cases. I am considering to backport as well if you find that the change is ok. Cheers, Daniel On

[sr-dev] git:master:f81d8cc2: mem: convert TLSF memory manager to new memory API

2015-09-18 Thread Camille Oudot
Module: kamailio Branch: master Commit: f81d8cc2ab67f04208fc570fad8137ae48113d63 URL: https://github.com/kamailio/kamailio/commit/f81d8cc2ab67f04208fc570fad8137ae48113d63 Author: Camille Oudot Committer: Camille Oudot Date: 2015-09-18T15:16:13+02:00 mem: convert TLSF memory manager to new memo

[sr-dev] [kamailio] problem with app_perl loading order (#333)

2015-09-18 Thread Federico Cabiddu
All the modules loaded after app_perl have their statistics go under "app_perl". When the mod_init function defined in the module's exports is called for any module after app_perl, exports.name is always "app_perl". Seems that the exports structure is fine in sr_module when we initialize the mod

[sr-dev] git:master:1e5bad01: tsilo: use current r-uri for ts_store()

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1e5bad019c450a003e812ee051d84134aad6c5f0 URL: https://github.com/kamailio/kamailio/commit/1e5bad019c450a003e812ee051d84134aad6c5f0 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T13:36:03+02:00 tsilo: use current r-u

Re: [sr-dev] [kamailio] Utils module: http_request modification (#321)

2015-09-18 Thread Daniel-Constantin Mierla
Is it the git master branch? If you cherry-picked in an older branch, then you may need to pick older commits to utils in master branch. You can eventually try by copying full utils module from master to older branch, but it might not work either. Test with pure master branch first. --- Reply

Re: [sr-dev] [kamailio] Utils module: http_request modification (#321)

2015-09-18 Thread Laurent Debacker
Hi, I have the following issue when making. Do I miss something? Thanks, Laurent --- CC (gcc) [M utils.so] utils.o utils.c: In function ‘w_http_query’: utils.c:469:2: error: too many arguments to function ‘http_query’ return http_query(_m, _url, _result, NULL, NULL); ^ In file

Re: [sr-dev] [kamailio] Kamailio Performance issue with Radius module (#332)

2015-09-18 Thread Daniel-Constantin Mierla
Closed #332. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/332#event-413094322___ 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 Performance issue with Radius module (#332)

2015-09-18 Thread Daniel-Constantin Mierla
Perhaps radius server is not replying very fast. You can increase the number of workers with **children** global parameter, but if radius server is slow, it will still get call routing delays. You can use benchmark module to see how long it takes to execute an action in kamailio.cfg -- do it fo

[sr-dev] git:master:0cde7b7e: Merge pull request #330 from athonet-open/fix_cdp_applications_store

2015-09-18 Thread ng-voice GmbH
Module: kamailio Branch: master Commit: 0cde7b7efc82802506bec7c1be5f050a19137999 URL: https://github.com/kamailio/kamailio/commit/0cde7b7efc82802506bec7c1be5f050a19137999 Author: ng-voice GmbH Committer: ng-voice GmbH Date: 2015-09-18T12:29:16+02:00 Merge pull request #330 from athonet-open/fi

Re: [sr-dev] [kamailio] Fix crash on applications memory reservation (#330)

2015-09-18 Thread ng-voice GmbH
Merged #330. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/330#event-413087334___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:7aa9f30d: ims_auth: Add option to set destination host for MAR requests

2015-09-18 Thread Carsten Bock
Module: kamailio Branch: master Commit: 7aa9f30da3cc4143e6118bbb90e626a212b01b77 URL: https://github.com/kamailio/kamailio/commit/7aa9f30da3cc4143e6118bbb90e626a212b01b77 Author: Carsten Bock Committer: Carsten Bock Date: 2015-09-18T12:25:07+02:00 ims_auth: Add option to set destination host f

Re: [sr-dev] git:master:c89ae44d: tsilo: added module's satistics

2015-09-18 Thread Olle E. Johansson
> > tsilo: added module's satistics Cool! Thank you! More statistics is a GOOD thing! /O ___ 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] Fix crash on applications memory reservation (#330)

2015-09-18 Thread Federico Favaro
Done, Thanks to you, Federico Favaro --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/330#issuecomment-141408173___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mai

[sr-dev] [kamailio] Kamailio Performance issue with Radius module (#332)

2015-09-18 Thread Yasin
Hello; I am trying to incraese Kamailio performance with Radius Modules. After 2 day testing Kamailio i get that results; After 1000+ calls , kamailio cannot give response sip calls but couldn't find any error about radius , still diggin' without radius module , it is easy to pass 2000+ call

Re: [sr-dev] [kamailio] Fix crash on applications memory reservation (#330)

2015-09-18 Thread ng-voice GmbH
Hi, can you change the commit message according to http://www.kamailio.org/wiki/devel/git-commit-guidelines#commit_message Thanks, Carstne --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/330#issuecomment-141406316__

Re: [sr-dev] [kamailio] kamailio segfault when doing t_precheck_trans() from tmx.so if Cseq header missed or invalid (#331)

2015-09-18 Thread zxcpoiu
backtrace is generated from kamailio 4.4.0-dev4 (id: 33f159 ) by the way. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/331#issuecomment-141397477___ sr-dev mailing list sr-dev@lists.sip-router.org ht

[sr-dev] [kamailio] kamailio segfault when doing t_precheck_trans() from tmx.so if Cseq header missed or invalid (#331)

2015-09-18 Thread zxcpoiu
kamailio segfault when doing t_precheck_trans() from tmx.so if Cseq header missed or invalid We received an invalid REGISTER request. Normally, CSeq header is expected to be `Cseq: 2 REGISTER`, but client sent it as `a9: 2 REGISTER` I don't know is this an attack or a buggy/experimental

[sr-dev] git:master:0038fa4d: tsilo: regenerated README

2015-09-18 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 0038fa4de8a6399652d5b6efff3190dcb43fa577 URL: https://github.com/kamailio/kamailio/commit/0038fa4de8a6399652d5b6efff3190dcb43fa577 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-18T10:57:19+02:00 tsilo: regenerated README --- Modifi

[sr-dev] git:master:9581d7c0: tm: make t_append_branches return the number of added branches

2015-09-18 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 9581d7c03b21b0f7a360e504126499bef1e37300 URL: https://github.com/kamailio/kamailio/commit/9581d7c03b21b0f7a360e504126499bef1e37300 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-18T10:44:31+02:00 tm: make t_append_branches return the

[sr-dev] git:master:c89ae44d: tsilo: added module's satistics

2015-09-18 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: c89ae44d3838153284c16006c3689866b87c391a URL: https://github.com/kamailio/kamailio/commit/c89ae44d3838153284c16006c3689866b87c391a Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-18T10:56:54+02:00 tsilo: added module's satistics ---

[sr-dev] git:master:4c32cfd7: tsilo: updated module's documentation

2015-09-18 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 4c32cfd717bca062d383f5bf19e899606e4a79ec URL: https://github.com/kamailio/kamailio/commit/4c32cfd717bca062d383f5bf19e899606e4a79ec Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-18T10:57:05+02:00 tsilo: updated module's documentation

[sr-dev] [kamailio] Fix crash on applications memory reservation (#330)

2015-09-18 Thread Federico Favaro
Fix a crash on applications shared memory allocation when Diameter CEA contains Auth_Applications or Acct_Applications AVPs not "embedded" into Vendor_Specific grouped AVP Before only the memory for applications found on Vendor_Specific AVP was reserved, but if Acct_Applications or Auth_Application

[sr-dev] git:master:4eb76567: evapi: implemented receive buffering per connected client

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 4eb7656726d1b1b408a12d55b3d7d297b78ee68d URL: https://github.com/kamailio/kamailio/commit/4eb7656726d1b1b408a12d55b3d7d297b78ee68d Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T10:08:14+02:00 evapi: implemented rec

[sr-dev] [kamailio] registrar: add contact and received info to xavp_rcd (#329)

2015-09-18 Thread Victor Seva
set xavp_rcd at registered() too You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/329 -- Commit Summary -- * registrar: add contact and recieved values to xavp_rcd * registrar: refresh README -- File Changes -- M modules/regist

[sr-dev] git:master:dd0fd701: htable: more checks of updateexpire when item is updated

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: dd0fd7011b750e34c595936b6c95759ccb77f786 URL: https://github.com/kamailio/kamailio/commit/dd0fd7011b750e34c595936b6c95759ccb77f786 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T09:33:20+02:00 htable: more checks of

Re: [sr-dev] [kamailio] rtpengine: new read_sdp_pv parameter (#283)

2015-09-18 Thread Daniel-Constantin Mierla
@rfuchs: any comments on this patch? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/283#issuecomment-141368424___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailma

[sr-dev] git:master:8ceba7e7: modules/path: fixes typo in outbound RFC number

2015-09-18 Thread Mikko Lehto
Module: kamailio Branch: master Commit: 8ceba7e73b29c5cbc0c8ac050237570e762ce698 URL: https://github.com/kamailio/kamailio/commit/8ceba7e73b29c5cbc0c8ac050237570e762ce698 Author: Mikko Lehto Committer: Mikko Lehto Date: 2015-09-18T01:00:47+03:00 modules/path: fixes typo in outbound RFC number

Re: [sr-dev] [kamailio] modules/path: fixes typo in outbound RFC number (#328)

2015-09-18 Thread Daniel-Constantin Mierla
Thanks! (finish keyboards are having dangerous chars, so travis ci needs to validate everything in this case :-) ) --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/328#issuecomment-141368322___ sr-dev mail

Re: [sr-dev] [kamailio] modules/path: fixes typo in outbound RFC number (#328)

2015-09-18 Thread Daniel-Constantin Mierla
Merged #328. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/328#event-412938504___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] git:master:bda43b9c: Merge pull request #328 from mslehto/master

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bda43b9c889f52a1d9d851e224e11bb4b090889c URL: https://github.com/kamailio/kamailio/commit/bda43b9c889f52a1d9d851e224e11bb4b090889c Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-18T09:20:19+02:00 Merge pull request #32

Re: [sr-dev] [kamailio] Utils module: http_request modification (#321)

2015-09-18 Thread Laurent Debacker
This is great, many thanks! I will test in the course of the day. BRs, Laurent. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/321#issuecomment-141367634___ sr-dev mailing list sr-dev@lists.sip-router.org

Re: [sr-dev] [kamailio] utils module - http_query - Empty first response line (#317)

2015-09-18 Thread Laurent Debacker
Many thanks! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/317#issuecomment-141366907___ 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] utils module - http_query - Empty first response line (#317)

2015-09-18 Thread Daniel-Constantin Mierla
Closed #317. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/317#event-412933210___ 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] utils module - http_query - Empty first response line (#317)

2015-09-18 Thread Daniel-Constantin Mierla
Implemented in the last master branch. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/317#issuecomment-141366322___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/ma

Re: [sr-dev] [kamailio] Utils module: http_request modification (#321)

2015-09-18 Thread Daniel-Constantin Mierla
Closed #321. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/321#event-412932995___ 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] Utils module: http_request modification (#321)

2015-09-18 Thread Daniel-Constantin Mierla
I pushed a commit with a different implementation, controlled by a module parameter http_response_trim -- you have to set it to 1 to eneable the feature. It removes all the white spaces from the beginning and end of the response, because I added another feature that allows to return the full htt

[sr-dev] git:master:1e18e4f9: utils: readme updated for http_response_mode

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 1e18e4f9ce3020684d18152d6a35083bd3278261 URL: https://github.com/kamailio/kamailio/commit/1e18e4f9ce3020684d18152d6a35083bd3278261 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:39+02:00 utils: readme updated

[sr-dev] git:master:bc74d54a: utils: regenerated the readme file

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: bc74d54ac2f5611303b592b9aae687d40c8999ef URL: https://github.com/kamailio/kamailio/commit/bc74d54ac2f5611303b592b9aae687d40c8999ef Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:38+02:00 utils: regenerated the

[sr-dev] git:master:cac4d70a: utils: documentation for http_response_trim

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: cac4d70a1b685f4859016d01c6de3f0f3bd9b50a URL: https://github.com/kamailio/kamailio/commit/cac4d70a1b685f4859016d01c6de3f0f3bd9b50a Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:38+02:00 utils: documentation f

[sr-dev] git:master:de925d64: utils: option to tream leading and trailing whitespaces

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: de925d64cb9348d693e2e77d6cb3db0d87e38734 URL: https://github.com/kamailio/kamailio/commit/de925d64cb9348d693e2e77d6cb3db0d87e38734 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:38+02:00 utils: option to tream

[sr-dev] git:master:7e866d62: utils: new parameter http_response_mode to control what response part is returned

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 7e866d62c52239574c52b5cb7797bfe907925e06 URL: https://github.com/kamailio/kamailio/commit/7e866d62c52239574c52b5cb7797bfe907925e06 Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:39+02:00 utils: new parameter h

[sr-dev] git:master:05c7dfb9: utils: documentation for http_response_mode

2015-09-18 Thread Daniel-Constantin Mierla
Module: kamailio Branch: master Commit: 05c7dfb9d71c8ada339bf68842823e09bf75e89e URL: https://github.com/kamailio/kamailio/commit/05c7dfb9d71c8ada339bf68842823e09bf75e89e Author: Daniel-Constantin Mierla Committer: Daniel-Constantin Mierla Date: 2015-09-17T22:23:39+02:00 utils: documentation f