Re: [sr-dev] [kamailio] async_http: non-blocking HTTP client module (#480)

2016-01-20 Thread Federico Cabiddu
Thanks for the feedback Daniel. I just pushed 2 commits from Camille to implement pv module api and use it in the new module. I'll also add a note on the documentation about the conflict with the curl module. About the name, http_client could be a good one, the current one having been chosen mainly

Re: [sr-dev] New async HTTP module

2016-01-18 Thread Federico Cabiddu
Hi, On Mon, Jan 18, 2016 at 3:56 PM, Olle E. Johansson wrote: > > I would like to see if we can merge this work with my curl module instead > of having yet another HTTP interface (we already have too many). Daniel > Stenberg, the author of Curl, has indicated that having multiple libCurl > bind

Re: [sr-dev] [kamailio] async_http: non-blocking HTTP client module (#480)

2016-01-18 Thread Federico Cabiddu
I agree on having a single curl based module. I started looking at curl module when this module was almost finished, in its core part, with this purpose but, due to the chronic lack of time, the result was that the job on the async module was stagnating beacuse an integration would have meant a dee

[sr-dev] New async HTTP module

2016-01-18 Thread Federico Cabiddu
Hi all, with two colleagues (Camille Oudot and Giacomo Vacca) we have been working to an asynchronous HTTP module. The module uses libevent (http://libevent.org/) and cURL's multi inteface ( http://curl.haxx.se/libcurl/c/libcurl-multi.html). It instantiates N workers at startup, each able to gener

[sr-dev] [kamailio] async_http: non-blocking HTTP client module (#480)

2016-01-18 Thread Federico Cabiddu
This new module, based on libevent and cURL multi interface, implements non blocking HTTP queries. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/480 -- Commit Summary -- * pv: expose some PV API function * async_http: non-blockin

[sr-dev] git:master:fd8f7dd4: Merge pull request #453 from grumvalski/cnxcc_include

2015-12-22 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: fd8f7dd442b7b197450c7bc338260f44b7dcc34d URL: https://github.com/kamailio/kamailio/commit/fd8f7dd442b7b197450c7bc338260f44b7dcc34d Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-12-22T15:47:09+01:00 Merge pull request #453 from

Re: [sr-dev] [kamailio] cnxcc: define inline functions in cnxcc.h (#453)

2015-12-22 Thread Federico Cabiddu
Merged #453. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/453#event-498559772___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

[sr-dev] [kamailio] cnxcc: define inline functions in cnxcc.h (#453)

2015-12-22 Thread Federico Cabiddu
On some systems compiling cnxcc we get: cnxcc.h:36:12: warning: inline function �timestamp2isodt� declared but never defined inline int timestamp2isodt(str *dest, unsigned int timestamp); ^ cnxcc.h:35:21: warning: inline function �get_current_timestamp� declared but never defined i

[sr-dev] git:4.3:2fe732bd: tm: set next hop as dst_uri for appended branches

2015-11-20 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 2fe732bd12fd45d2845626589b255a9d78acd7d1 URL: https://github.com/kamailio/kamailio/commit/2fe732bd12fd45d2845626589b255a9d78acd7d1 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-20T11:16:37+01:00 tm: set next hop as dst_uri for appended

[sr-dev] git:master:4d122e15: tm: set next hop as dst_uri for appended branches

2015-11-20 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 4d122e15f459901f6e5d2e60e9bc13b2281a URL: https://github.com/kamailio/kamailio/commit/4d122e15f459901f6e5d2e60e9bc13b2281a Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-20T11:13:40+01:00 tm: set next hop as dst_uri for

[sr-dev] git:4.3:040a3667: cnxcc: make cnxcc locks re-entrant

2015-11-16 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 040a36678f104905a0066c8b6a352da59c539fee URL: https://github.com/kamailio/kamailio/commit/040a36678f104905a0066c8b6a352da59c539fee Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-16T16:30:17+01:00 cnxcc: make cnxcc locks re-entrant

Re: [sr-dev] [kamailio] cnxcc: make cnxcc locks re-entrant (#398)

2015-11-16 Thread Federico Cabiddu
Shouldn't the patch be backported to 4.3, since the issue is present there too? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/398#issuecomment-157066865___ sr-dev mailing list sr-dev@lists.sip-router.or

Re: [sr-dev] [kamailio] cnxcc: make cnxcc locks re-entrant (#398)

2015-11-15 Thread Federico Cabiddu
You're welcome! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/398#issuecomment-156943941___ 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:a4cdd61a: cnxcc: make cnxcc locks re-entrant

2015-11-15 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: a4cdd61afad027c9bb431ceda4e71941274610ce URL: https://github.com/kamailio/kamailio/commit/a4cdd61afad027c9bb431ceda4e71941274610ce Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-15T08:21:45+01:00 cnxcc: make cnxcc locks re-entrant

[sr-dev] [kamailio] cnxcc: make cnxcc locks re-entrant (#398)

2015-11-14 Thread Federico Cabiddu
Cnxcc call termination is not working anymore since commit 265dc95aac8eb4b5cee7992dde55ff08c92a7ac5. That commit introduced the call to DLGCB_TERMINATED callbacks for the locally generated BYE, which leads to a deadlock in cnxcc when it tries to end the calls because the credit (money or time)

[sr-dev] git:master:a58d2c9d: tsilo: updated README

2015-11-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: a58d2c9d0e1cf739ac3c2a620ef19077b175344a URL: https://github.com/kamailio/kamailio/commit/a58d2c9d0e1cf739ac3c2a620ef19077b175344a Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-04T15:48:01+01:00 tsilo: updated README --- Modified

[sr-dev] git:master:eef0fefa: tsilo: added documentation for the new use_domain parameter

2015-11-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: eef0fefaa247d0a09cf1613cd8bf5c36099c197f URL: https://github.com/kamailio/kamailio/commit/eef0fefaa247d0a09cf1613cd8bf5c36099c197f Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-04T15:47:43+01:00 tsilo: added documentation for the

[sr-dev] git:master:5ad2d87c: tsilo: added use_domain parameter

2015-11-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 5ad2d87cae69e73c7081ac8fa383fec5336ef820 URL: https://github.com/kamailio/kamailio/commit/5ad2d87cae69e73c7081ac8fa383fec5336ef820 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-11-04T15:47:16+01:00 tsilo: added use_domain parameter

[sr-dev] git:4.3:0aaa2dd0: tsilo: unref the transaction after appending new branches

2015-10-07 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 0aaa2dd0afab46cb35e88d4091a9118066682059 URL: https://github.com/kamailio/kamailio/commit/0aaa2dd0afab46cb35e88d4091a9118066682059 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-10-08T08:19:39+02:00 tsilo: unref the transaction after

[sr-dev] git:4.3:42f3e1f0: tm: fake msg and environment to append new branches

2015-10-07 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 42f3e1f081d2606a500f93e5e1fd8c97690956de URL: https://github.com/kamailio/kamailio/commit/42f3e1f081d2606a500f93e5e1fd8c97690956de Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-10-07T16:34:08+02:00 tm: fake msg and environment to append

[sr-dev] git:master:6845d190: tm: fake msg and environment to append new branches

2015-10-07 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 6845d190f46de820fa4586b30eb2fba0aae1eb01 URL: https://github.com/kamailio/kamailio/commit/6845d190f46de820fa4586b30eb2fba0aae1eb01 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-28T09:09:59+02:00 tm: fake msg and environment to

Re: [sr-dev] [kamailio] tm: fake msg and environment to append new branches (#346)

2015-10-07 Thread Federico Cabiddu
Merged #346. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/346#event-429175307___ 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:3de200b3: Merge pull request #346 from grumvalski/t_append_branches_fix

2015-10-07 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 3de200b3c965586b3dd9370eca073f10c556e3b3 URL: https://github.com/kamailio/kamailio/commit/3de200b3c965586b3dd9370eca073f10c556e3b3 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-10-07T16:20:43+02:00 Merge pull request #346 from

Re: [sr-dev] [kamailio] tm: fake msg and environment to append new branches (#346)

2015-10-07 Thread Federico Cabiddu
Thanks for looking at it Daniel. If you prefer I can wait your analysis before merging. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/346#issuecomment-146207063___ sr-dev mailing list sr-dev@lists.sip-r

[sr-dev] git:master:3c086a85: tsilo: unref the transaction after appending new branches

2015-10-07 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 3c086a85b99d59dabc48f77893d4c68199af0577 URL: https://github.com/kamailio/kamailio/commit/3c086a85b99d59dabc48f77893d4c68199af0577 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-10-07T09:29:39+02:00 tsilo: unref the transaction after

[sr-dev] [kamailio] tm: fake msg and environment to append new branches (#346)

2015-09-28 Thread Federico Cabiddu
This fix try to solve the crash reported in http://lists.sip-router.org/pipermail/sr-users/2015-September/089846.html. The cause of the crash was that the sip message used to append branch was the shmem clone of the original message. When the new branches were going through their configured br

[sr-dev] git:master:c379188e: Merge pull request #336 from doublec/tsilo_null_ptr_dereference

2015-09-23 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: c379188e0f2b7377afae41ee618444c69a8d39e3 URL: https://github.com/kamailio/kamailio/commit/c379188e0f2b7377afae41ee618444c69a8d39e3 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-23T14:22:32+02:00 Merge pull request #336 from doublec

Re: [sr-dev] [kamailio] tsilo: Call LM_DBG with correct transaction information (#336)

2015-09-23 Thread Federico Cabiddu
Merged #336. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/336#event-416907284___ 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:b846c216: Merge pull request #335 from doublec/tsilo_pointer_comparison

2015-09-23 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: b846c216f5244049463c49ccefaaadb1c2bcfb10 URL: https://github.com/kamailio/kamailio/commit/b846c216f5244049463c49ccefaaadb1c2bcfb10 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-23T14:08:10+02:00 Merge pull request #335 from doublec

Re: [sr-dev] [kamailio] tsilo: Fix pointer comparison in ts_set_tm_callbacks (#335)

2015-09-23 Thread Federico Cabiddu
Merged #335. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/335#event-416894996___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] git:master:cffe6756: tsilo: removed check of use_domain for uri parameter in ts_store()

2015-09-22 Thread Federico Cabiddu
Hi Daniel, at this point I think we can totally remove use_domain and dependency from usrloc module. Do you agree? Regards, Federico On Wed, Sep 23, 2015 at 1:17 AM, Daniel-Constantin Mierla wrote: > Module: kamailio > Branch: master > Commit: cffe67566f206a6c4e76d76a36e0e1783d056369 > URL: >

Re: [sr-dev] git:master:6bdddb99: tsilo: don't force destination protocol on branches added by t_append_branches

2015-09-22 Thread Federico Cabiddu
I'm sorry for the incorrect commit message, I realized too late that I wrote "tsilo" instead of "tm". Regards, Federico On Tue, Sep 22, 2015 at 3:54 PM, Federico Cabiddu < federico.cabi...@gmail.com> wrote: > Module: kamailio > Branch: master > Commit:

[sr-dev] git:4.2:de64dbef: tsilo: don't force destination protocol on branches added by t_append_branches

2015-09-22 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: de64dbefeb04889bd0d2477918e3c84abb203d74 URL: https://github.com/kamailio/kamailio/commit/de64dbefeb04889bd0d2477918e3c84abb203d74 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-22T16:19:22+02:00 tsilo: don't force destination pro

[sr-dev] git:4.3:9b1b8a70: tsilo: don't force destination protocol on branches added by t_append_branches

2015-09-22 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 9b1b8a70aaac447624c4633c169dde3b84542b66 URL: https://github.com/kamailio/kamailio/commit/9b1b8a70aaac447624c4633c169dde3b84542b66 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-22T16:19:03+02:00 tsilo: don't force destination pro

[sr-dev] git:master:6bdddb99: tsilo: don't force destination protocol on branches added by t_append_branches

2015-09-22 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 6bdddb99d7bca42897b2c0f96a87c49b97efd8ac URL: https://github.com/kamailio/kamailio/commit/6bdddb99d7bca42897b2c0f96a87c49b97efd8ac Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-22T15:53:28+02:00 tsilo: don't force destin

Re: [sr-dev] tsilo - t_append() uri

2015-09-22 Thread Federico Cabiddu
action->uas (and no explicit > URI parameter). So the lookup is done for > sip:randomstring@deviceip:deviceport), because that is the r-uri in T-uas > reques. Obviously that will fail to find new contacts. > > Hopefully I could expose the issue better now. > > Cheer

Re: [sr-dev] tsilo - t_append() uri

2015-09-22 Thread Federico Cabiddu
Hi, I'm not sure I fully understand the problem. See my comments inline On Tue, Sep 22, 2015 at 2:24 PM, Daniel-Constantin Mierla wrote: > Hello, > > tsilo is not using the uri parameter for looking up location for new > destinations. It passes the uas request from transaction module to > regist

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

2015-09-21 Thread Federico Cabiddu
Closed #333. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/333#event-414800403___ 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] problem with app_perl loading order (#333)

2015-09-21 Thread Federico Cabiddu
Solved by commits 6c7d38ee0fcbd482ff0527178481345fc93a7fc8 and 2c736877. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/issues/333#issuecomment-141997465___ sr-dev mailing list sr-dev@lists.sip-router.org http

[sr-dev] git:master:2c736877: app_perl: renamed the exported structure "_app_perl_exports" to avoid naming conflicts

2015-09-21 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 2c736877dc215592f3f8889ffd47e90ab68066af URL: https://github.com/kamailio/kamailio/commit/2c736877dc215592f3f8889ffd47e90ab68066af Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-21T12:43:39+02:00 app_perl: renamed the exported

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

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

[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: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

[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 sati

[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 document

[sr-dev] git:master:5aedfdf3: ims_auth: fixed crash when receiving a MAA without SIP-Number-Auth-Items or SIP-Auth-Data-Item

2015-09-17 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 5aedfdf30088901fa0692d2f04c45883e87612ce URL: https://github.com/kamailio/kamailio/commit/5aedfdf30088901fa0692d2f04c45883e87612ce Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-15T10:51:44+02:00 ims_auth: fixed crash when receiving

[sr-dev] [kamailio] ims_auth: fixed crash when receiving a MAA without SIP-Number-Auth-It… (#326)

2015-09-15 Thread Federico Cabiddu
This fix prevent kamailio from crashing when MAA is missing SIP-Number-Auth-Items or SIP-Auth-Data-Item AVPs. You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/326 -- Commit Summary -- * ims_auth: fixed crash when receiving a MAA witho

[sr-dev] git:4.2:03aa1baf: tm: reset 'found' variable at the beginning of each cycle over the branches

2015-09-09 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 03aa1baf4c934e1bac478e4fde8702c1a6df39f0 URL: https://github.com/kamailio/kamailio/commit/03aa1baf4c934e1bac478e4fde8702c1a6df39f0 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-09T12:37:53+02:00 tm: reset 'found' varia

[sr-dev] git:4.3:b0cab148: tm: reset 'found' variable at the beginning of each cycle over the branches

2015-09-09 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: b0cab1484979a7d975b56bf8dcf0dbc2e3510732 URL: https://github.com/kamailio/kamailio/commit/b0cab1484979a7d975b56bf8dcf0dbc2e3510732 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-09T12:37:36+02:00 tm: reset 'found' varia

[sr-dev] git:master:5a442b21: tm: reset 'found' variable at the beginning of each cycle over the branches

2015-09-09 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 5a442b219075c18a7e3a5b0942f34d05d8baba60 URL: https://github.com/kamailio/kamailio/commit/5a442b219075c18a7e3a5b0942f34d05d8baba60 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-09T12:35:42+02:00 tm: reset 'found' varia

[sr-dev] git:4.2:37f89671: tm: iterate over the destination set starting from 0

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 37f89671eb17f5f4bfe82e2dd5ce8ade5b6ebe84 URL: https://github.com/kamailio/kamailio/commit/37f89671eb17f5f4bfe82e2dd5ce8ade5b6ebe84 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:51:38+02:00 tm: iterate over the destination set

[sr-dev] git:4.3:b9e924a1: tm: removed history from t_append_branches.c

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: b9e924a1068d85e90afbb17baf627fe2c8836b92 URL: https://github.com/kamailio/kamailio/commit/b9e924a1068d85e90afbb17baf627fe2c8836b92 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:50:41+02:00 tm: removed history from

[sr-dev] git:4.3:23e851e9: tm: iterate over the destination set starting from 0

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 23e851e9bae21640153b57495929bd3fa0002617 URL: https://github.com/kamailio/kamailio/commit/23e851e9bae21640153b57495929bd3fa0002617 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:50:31+02:00 tm: iterate over the destination set

[sr-dev] git:master:2de2b27d: tm: removed history from t_append_branches.c

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 2de2b27d1fba15b0ca6e5472f43dfc869ccb41ee URL: https://github.com/kamailio/kamailio/commit/2de2b27d1fba15b0ca6e5472f43dfc869ccb41ee Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:48:56+02:00 tm: removed history from

[sr-dev] git:master:380712ac: tm: iterate over the destination set starting from 0

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 380712accd89ba1f520314f5caf3cded6d8253ea URL: https://github.com/kamailio/kamailio/commit/380712accd89ba1f520314f5caf3cded6d8253ea Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:45:58+02:00 tm: iterate over the destination set

Re: [sr-dev] git:master:27bed654: tm: check all the outgoing branches when appending a new branch

2015-09-04 Thread Federico Cabiddu
e destination is already used, so just going again from branch 0 in > destination set looks like what you wanted to do. Maybe I am wrong ... > > Cheers, > Daniel > > > On 04/09/15 15:21, Federico Cabiddu wrote: > > I'm sorry, > I didn't see it with git difftool be

Re: [sr-dev] git:master:27bed654: tm: check all the outgoing branches when appending a new branch

2015-09-04 Thread Federico Cabiddu
om tm module and going to be removed from everywhere in the code, as > most of it is irrelevant. The changes are better tracked via git now, > with the commit message and git diff/blame being very handy. > > Cheers, > Daniel > > On 04/09/15 15:13, Federico Cabiddu wrote: > &g

[sr-dev] git:4.2:496771dd: tm: check all the outgoing branches when appending a new branch

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 496771dd79b7318764a9cf2dc669ec4d8dc11ae9 URL: https://github.com/kamailio/kamailio/commit/496771dd79b7318764a9cf2dc669ec4d8dc11ae9 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:14:30+02:00 tm: check all the outgoing branches when

[sr-dev] git:4.3:340c40ac: tm: check all the outgoing branches when appending a new branch

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 340c40ac4b282c57f20009e987aec26c5877d62e URL: https://github.com/kamailio/kamailio/commit/340c40ac4b282c57f20009e987aec26c5877d62e Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:14:12+02:00 tm: check all the outgoing branches when

[sr-dev] git:master:27bed654: tm: check all the outgoing branches when appending a new branch

2015-09-04 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 27bed654dcc4e9dd543a7f2f92e2174478bf7f26 URL: https://github.com/kamailio/kamailio/commit/27bed654dcc4e9dd543a7f2f92e2174478bf7f26 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-04T15:12:29+02:00 tm: check all the outgoing branches

[sr-dev] git:4.2:99ea3939: tsilo: Fix transaction removal to update list head

2015-09-01 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 99ea393959af90a9ea612f431a7c6e3648434f75 URL: https://github.com/kamailio/kamailio/commit/99ea393959af90a9ea612f431a7c6e3648434f75 Author: Chris Double Committer: Federico Cabiddu Date: 2015-09-01T16:30:56+02:00 tsilo: Fix transaction removal to update

[sr-dev] git:4.3:4d1b658b: tsilo: Fix transaction removal to update list head

2015-09-01 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 4d1b658b2b380349b7d74fae7083661a18f04bf1 URL: https://github.com/kamailio/kamailio/commit/4d1b658b2b380349b7d74fae7083661a18f04bf1 Author: Chris Double Committer: Federico Cabiddu Date: 2015-09-01T16:30:30+02:00 tsilo: Fix transaction removal to update

Re: [sr-dev] [kamailio] Change remove_ts_transaction so it updates head pointer of list (#311)

2015-09-01 Thread Federico Cabiddu
Merged #311. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/311#event-397866443___ 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:199202f4: Merge pull request #311 from doublec/tsilo_transaction_fix

2015-09-01 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 199202f453b4a5f01783a4c2ba5c5ed2e10b0739 URL: https://github.com/kamailio/kamailio/commit/199202f453b4a5f01783a4c2ba5c5ed2e10b0739 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-09-01T16:28:29+02:00 Merge pull request #311 from doublec

Re: [sr-dev] [kamailio] Change remove_ts_transaction so it updates head pointer of list (#311)

2015-09-01 Thread Federico Cabiddu
Thank you for the patch! --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/311#issuecomment-136739400___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/s

[sr-dev] git:4.1:e1e3389c: modules/dialog: make dialog context available in event route tm:local-request

2015-08-26 Thread Federico Cabiddu
Module: kamailio Branch: 4.1 Commit: e1e3389c946af67fd132c2121188a36a67328188 URL: https://github.com/kamailio/kamailio/commit/e1e3389c946af67fd132c2121188a36a67328188 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-08-26T13:00:37+02:00 modules/dialog: make dialog context

[sr-dev] git:4.2:3fadd119: modules/dialog: make dialog context available in event route tm:local-request

2015-08-26 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 3fadd1197e634f56b5a71fdf2cce507229213aba URL: https://github.com/kamailio/kamailio/commit/3fadd1197e634f56b5a71fdf2cce507229213aba Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-08-26T12:56:20+02:00 modules/dialog: make dialog context

[sr-dev] git:4.3:48b4261d: modules/dialog: make dialog context available in event route tm:local-request

2015-08-26 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 48b4261dd6eb25e2898cac9412b13b46baacf79f URL: https://github.com/kamailio/kamailio/commit/48b4261dd6eb25e2898cac9412b13b46baacf79f Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-08-26T12:51:52+02:00 modules/dialog: make dialog context

Re: [sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#300)

2015-08-25 Thread Federico Cabiddu
Thank you for merging it Daniel. Should we consider it a bug and backport to stable branches? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/300#issuecomment-134666888___ sr-dev mailing list sr-dev@lists

Re: [sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-25 Thread Federico Cabiddu
I'll do next time :) --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/291#issuecomment-134518641___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-de

[sr-dev] git:master:5002f66a: modules/dialog: make dialog context available in event route tm:local-request

2015-08-24 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 5002f66a98b6104702c8c862e7335ff189e7b7d8 URL: https://github.com/kamailio/kamailio/commit/5002f66a98b6104702c8c862e7335ff189e7b7d8 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-08-25T07:26:19+02:00 modules/dialog: make dialog context

[sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#300)

2015-08-24 Thread Federico Cabiddu
…-request Set the dialog context before calling dlg_bye_all. In this way the dialog context is the correct one in the event route tm:local-request; otherwise it could happen that, in the timer process, the context is invalid due to some previous timed-out transaction which set (and not reset) t

Re: [sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-24 Thread Federico Cabiddu
I'm going to close this request and open a new one with a clean patch. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/291#issuecomment-134481792___ sr-dev mailing list sr-dev@lists.sip-router.org http://l

Re: [sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-24 Thread Federico Cabiddu
Closed #291. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/291#event-391330649___ 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] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-24 Thread Federico Cabiddu
Thank you for the explanation Daniel. I'll fix the patch. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/291#issuecomment-134076389___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-rout

Re: [sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-24 Thread Federico Cabiddu
I thought that the dlg_unref below was enough both for successful and unsuccessful case. Am I missing something? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/291#issuecomment-134072501___ sr-dev mailin

[sr-dev] [kamailio] modules/dialog: make dialog context available in event route tm:local… (#291)

2015-08-18 Thread Federico Cabiddu
…-request Set the dialog context before calling dlg_bye_all. In this way the dialog context is the correct one in the event route tm:local-request; otherwise it could happen that, in the timer process, the context is invalid due to some previous timed-out transactions which set (and not reset)

[sr-dev] git:4.2:8029691b: modules/tm: cycle through all the uac while checking for already existing branches

2015-07-23 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: 8029691be7d64960100590d08bdb1006d18d0f3b URL: https://github.com/kamailio/kamailio/commit/8029691be7d64960100590d08bdb1006d18d0f3b Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-07-23T15:28:50+02:00 modules/tm: cycle through all the uac

[sr-dev] git:4.3:5100ba7f: modules/tm: cycle through all the uac while checking for already existing branches

2015-07-23 Thread Federico Cabiddu
Module: kamailio Branch: 4.3 Commit: 5100ba7f3e15456d45b78444c415cefd36485921 URL: https://github.com/kamailio/kamailio/commit/5100ba7f3e15456d45b78444c415cefd36485921 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-07-23T15:28:20+02:00 modules/tm: cycle through all the uac

[sr-dev] git:master:96ac1631: modules/tm: cycle through all the uac while checking for already existing branches

2015-07-23 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 96ac163139976e8a9dea0e7252c66294054281b4 URL: https://github.com/kamailio/kamailio/commit/96ac163139976e8a9dea0e7252c66294054281b4 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-07-23T15:25:44+02:00 modules/tm: cycle through all the uac

[sr-dev] git:4.2:a3a050c8: modules/nathelper: don't include enclosing bracket in contact uri in set_contact_alias

2015-05-21 Thread Federico Cabiddu
Module: kamailio Branch: 4.2 Commit: a3a050c862398e6afa39f5dc1b00b0e9f93aad1a URL: https://github.com/kamailio/kamailio/commit/a3a050c862398e6afa39f5dc1b00b0e9f93aad1a Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-05-11T09:37:27+02:00 modules/nathelper: don't in

[sr-dev] git:4.1:64e26598: modules/nathelper: don't include enclosing bracket in contact uri in set_contact_alias

2015-05-21 Thread Federico Cabiddu
Module: kamailio Branch: 4.1 Commit: 64e265981b78eaa88727c9bed33a550348fd9b4b URL: https://github.com/kamailio/kamailio/commit/64e265981b78eaa88727c9bed33a550348fd9b4b Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-05-11T09:37:46+02:00 modules/nathelper: don't in

Re: [sr-dev] [kamailio] modules/nathelper: don't include enclosing brackets in contact uri in set_contact_alias (#154)

2015-05-10 Thread Federico Cabiddu
Hi Daniel, thank you for merging. Should I backport it to stable branches? --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/154#issuecomment-100767178___ sr-dev mailing list sr-dev@lists.sip-router.org http

[sr-dev] [kamailio] modules/nathelper: don't include enclosing brackets in contact uri in set_contact_alias (#154)

2015-05-09 Thread Federico Cabiddu
nathelper function set_contact_alias add brackets around contact's uri if the original one hadn't. This results in an invalid sip uri in the contact structure, which cause problems to other modules' functions when they try to parse the contact uri (e.g. save_pending() from ims_registrar_usrloc).

[sr-dev] git:master:97345fc3: modules/tsilo: documentation update

2015-04-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 97345fc366b51c4c24128be39cc6b689fc254a10 URL: https://github.com/kamailio/kamailio/commit/97345fc366b51c4c24128be39cc6b689fc254a10 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-04-21T16:44:19+02:00 modules/tsilo: documentation update

[sr-dev] git:master:d7bac1de: modules/tsilo: use use_domain inherited from usrloc

2015-04-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: d7bac1deed7c543f9d9d9ec140f9c37725cc92ab URL: https://github.com/kamailio/kamailio/commit/d7bac1deed7c543f9d9d9ec140f9c37725cc92ab Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-04-21T16:41:29+02:00 modules/tsilo: use use_domain

[sr-dev] git:master:7d4d360c: modules/tsilo: README update

2015-04-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 7d4d360cf9bdf2f8096147faaad5ca14f54a75f8 URL: https://github.com/kamailio/kamailio/commit/7d4d360cf9bdf2f8096147faaad5ca14f54a75f8 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-04-21T16:44:53+02:00 modules/tsilo: README update

[sr-dev] git:master:b1f4cdf5: Merge branch 'master' of ssh+git://github.com/kamailio/kamailio

2015-04-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: b1f4cdf542e4f1436888a3420bbeac0dbe3adee7 URL: https://github.com/kamailio/kamailio/commit/b1f4cdf542e4f1436888a3420bbeac0dbe3adee7 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-04-21T16:43:16+02:00 Merge branch 'master'

Re: [sr-dev] [kamailio] modules/cdp: added src_addr parameter in peer definition (#45)

2015-03-26 Thread Federico Cabiddu
Thanks Daniel. Cheers, Federico On 26 Mar 2015 23:34, "Daniel-Constantin Mierla" wrote: > Going to merge this pull request, waiting here for a while. Patch looks > ok. If any adjustments, then can be done directly on the merged code. > > — > Reply to this email directly or view it on GitHub > <

[sr-dev] git:master:848394fa: modules/dispatcher: fixed ds_print_mi_list when a gateway doesn't have attrs defined

2015-02-17 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 848394fa7615b56d86d255d6e05d7c4690893d35 URL: https://github.com/kamailio/kamailio/commit/848394fa7615b56d86d255d6e05d7c4690893d35 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-02-18T08:04:12+01:00 modules/dispatcher: fixed

Re: [sr-dev] get dispatcher selected ip

2015-02-17 Thread Federico Cabiddu
Hi, 1. get the ip address of the server selected by the dispatcher for the > current session. > After calling one of the dispatcher selection functions (ds_select_dst, ds_next_dst and so on...) you'll have the selected gateway in the $du variable. 2. check if the request ip address is in the di

Re: [sr-dev] [kamailio] registrar : add lookup_to_dset optional uri param as in lookup (#84)

2015-02-16 Thread Federico Cabiddu
I didn't have the time to test the changes, but it seems to me that making append_branch depend on the _mode=0, breaks what the lookup_to_dset function had been thought for, adding new branches to the dset so that new branches can be added to a transaction via t_append_branches (tsilo relies on

[sr-dev] git:master:2a605383: modules/dispatcher: parse default socket param before loading gateway lists

2015-01-27 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 2a605383d5c524d9875256c7f95f64216b970331 URL: https://github.com/kamailio/kamailio/commit/2a605383d5c524d9875256c7f95f64216b970331 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2015-01-27T16:43:45+01:00 modules/dispatcher: parse default

[sr-dev] [kamailio] modules/cdp: added src_addr parameter in peer definition (#45)

2015-01-17 Thread Federico Cabiddu
This patch add the possibility to specify the src ip addr we want to use when connecting to a peer. Useful when we have several ip addresses in the same machine and we want diameter traffic goimg out from a specific one. You can view, comment on, or merge this pull request online at: https://g

Re: [sr-dev] [kamailio] modules/cdp: added src_addr parameter in peer definition (#16)

2015-01-02 Thread Federico Cabiddu
This pull request was created by mistake, sorry. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/16#issuecomment-68586614___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-

[sr-dev] [kamailio] modules/cdp: added src_addr parameter in peer definition (#16)

2015-01-02 Thread Federico Cabiddu
You can merge this Pull Request by running: git pull https://github.com/grumvalski/kamailio cdp_src_addr Or you can view, comment on it, or merge it online at: https://github.com/kamailio/kamailio/pull/16 -- Commit Summary -- * modules/cdp: added src_addr parameter in peer definition -

Re: [sr-dev] [kamailio] modules/cdp: added src_addr parameter in peer definition (#16)

2015-01-02 Thread Federico Cabiddu
Closed #16. --- Reply to this email directly or view it on GitHub: https://github.com/kamailio/kamailio/pull/16#event-213639903___ sr-dev mailing list sr-dev@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev

Re: [sr-dev] Dispatcher "maxload" attribute

2014-12-11 Thread Federico Cabiddu
and recognised by kamailio. > > -ovidiu > > > On Thu, Dec 11, 2014 at 12:09 PM, Federico Cabiddu > wrote: > > There is a fourth one, 'socket', to set the socket used to send pings and > > requests. > > > > Regards, > > > > Federi

<    1   2   3   >