Re: [sr-dev] Info: sipexer v1.0.0 - sip cli tool

2022-02-16 Thread Federico Cabiddu
Very cool Daniel, thank you! Federico On Mon, Feb 14, 2022 at 3:02 PM Daniel-Constantin Mierla wrote: > Hello, > > I want to announce the availability of sipexer v1.0.0 - a sip cli tool > that can facilitate testing and monitoring of SIP signalling systems. It > tries to have a modern approach,

[sr-dev] git:master:ef2ea73f: tsilo: add new return code to ts_append and document it

2022-10-13 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: ef2ea73f044a1421b25734d4773bd2dacaab1165 URL: https://github.com/kamailio/kamailio/commit/ef2ea73f044a1421b25734d4773bd2dacaab1165 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2022-10-13T15:42:56+02:00 tsilo: add new return code to

Re: [sr-dev] [kamailio/kamailio] Segmentation fault using http_async_client on kamailio 5.0.0 (#1056)

2017-04-14 Thread Federico Cabiddu
@davyvdm: any feedback? -- 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/1056#issuecomment-294186295___ Kamailio (SER) - Development Maili

[sr-dev] git:5.0:c9ccc96d: tm: don't reset uac reply if in a continue route

2017-04-18 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: c9ccc96d97258a26248abea4c034bb458b71c61d URL: https://github.com/kamailio/kamailio/commit/c9ccc96d97258a26248abea4c034bb458b71c61d Author: grumvalski Committer: Federico Cabiddu Date: 2017-04-18T21:07:54+02:00 tm: don't reset uac reply if in a con

[sr-dev] git:4.4:3d166a44: tm: don't reset uac reply if in a continue route

2017-04-18 Thread Federico Cabiddu
Module: kamailio Branch: 4.4 Commit: 3d166a443c2de24a6b742a1bb5f5dd7f2dfac98b URL: https://github.com/kamailio/kamailio/commit/3d166a443c2de24a6b742a1bb5f5dd7f2dfac98b Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-04-18T23:00:03+02:00 tm: don't reset uac reply if

Re: [sr-dev] [kamailio/kamailio] http_async_client: doc review (old functions) (#1093)

2017-04-25 Thread Federico Cabiddu
grumvalski approved this pull request. 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/1093#pullrequestreview-34680927___ Kamai

Re: [sr-dev] [kamailio/kamailio] tsilo: deadlock in ts_append() (#1138)

2017-05-26 Thread Federico Cabiddu
grumvalski commented on this pull request. > @@ -250,15 +250,25 @@ static int fixup_ts_append(void** param, int param_no) */ static int w_ts_append(struct sip_msg* _msg, char *_table, char *_ruri) { - str ruri = {0}; + str tmp = STR_NULL; I think this change should be done into

Re: [sr-dev] [kamailio/kamailio] tsilo: deadlock in ts_append() (#1138)

2017-05-26 Thread Federico Cabiddu
There are two not related commits here. Can you make two different PRs? -- 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/1138#issuecomment-304236787___

Re: [sr-dev] [kamailio/kamailio] tsilo: deadlock in ts_append() (#1138)

2017-05-26 Thread Federico Cabiddu
grumvalski commented on this pull request. > @@ -250,15 +250,25 @@ static int fixup_ts_append(void** param, int param_no) */ static int w_ts_append(struct sip_msg* _msg, char *_table, char *_ruri) { - str ruri = {0}; + str tmp = STR_NULL; Ok, I understand now, thanks :) Please

Re: [sr-dev] [kamailio/kamailio] tsilo: deadlock in ts_append() (#1138)

2017-05-26 Thread Federico Cabiddu
If you push to the same branch for which you did a PR, github will update the PR itself. -- 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/1138#issuecomment-304247636__

Re: [sr-dev] [kamailio/kamailio] tsilo: fix deadlock in ts_append() (#1140)

2017-05-29 Thread Federico Cabiddu
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/1140#issuecomment-304612143___ Kamailio (SER) - Development Mailing List sr-dev@l

Re: [sr-dev] [kamailio/kamailio] tsilo: fix deadlock in ts_append() (#1140)

2017-05-29 Thread Federico Cabiddu
Merged #1140. -- 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/1140#event-1100693811___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:368a7ca5: tsilo: fix deadlock in ts_append()

2017-05-29 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 368a7ca57bb3caf2a26d3840177f96fe8ed5f034 URL: https://github.com/kamailio/kamailio/commit/368a7ca57bb3caf2a26d3840177f96fe8ed5f034 Author: Vitaliy Aleksandrov Committer: Federico Cabiddu Date: 2017-05-29T11:13:09+02:00 tsilo: fix deadlock in ts_append

Re: [sr-dev] Planning Kamailio v5.0.2

2017-06-09 Thread Federico Cabiddu
Hi, I think the following commit on master https://github.com/kamailio/kamailio/commit/cca31b30aeb80c808b10c5f4f36285c1c55cd72a should be cherry-picked to 5.0. Cheers, Federico On Fri, Jun 9, 2017 at 8:30 AM, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to release Kamailio v5.

[sr-dev] [kamailio/kamailio] Adapt some core rpc command to json (#1185)

2017-07-12 Thread Federico Cabiddu
Recently playing with jsonrpcs I found an issue with core.sockets_list and core.aliases_list commands called via jsonrpc_dispatch. The problem for the first is that the socket's list is that the JSON produced is like { "jsonrpc": "2.0", "result": { "soc

Re: [sr-dev] [kamailio/kamailio] Adapt some core rpc command to json (#1185)

2017-07-12 Thread Federico Cabiddu
Merged #1185. -- 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/1185#event-1160294128___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:adb39eb5: core: set RET_ARRAY flag for core.sockets_list command

2017-07-12 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: adb39eb5ad3f9d71f6e4eb3ab49682a38185171b URL: https://github.com/kamailio/kamailio/commit/adb39eb5ad3f9d71f6e4eb3ab49682a38185171b Author: grumvalski Committer: Federico Cabiddu Date: 2017-07-12T10:53:29+02:00 core: set RET_ARRAY flag for core.sockets_list

[sr-dev] git:5.0:56466265: core: return aliases list as an array in core.aliases_list

2017-07-12 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 5646626518d670954158e59a5e501f7b5714dea3 URL: https://github.com/kamailio/kamailio/commit/5646626518d670954158e59a5e501f7b5714dea3 Author: grumvalski Committer: Federico Cabiddu Date: 2017-07-12T10:53:36+02:00 core: return aliases list as an array in

[sr-dev] [kamailio/kamailio] core: build reply of core.sockets_list as an array (#1187)

2017-07-15 Thread Federico Cabiddu
I realized with more tests that my previous commit for core.sockets_list 38f514064a326f759e0e88adeffd03b32b35d6c0 is not working. The result is returned yes as an array but inside there is still the sockets list as an object (so with multiple "socket" keys). Digging more in kamailio json lib I u

Re: [sr-dev] [kamailio/kamailio] core: build reply of core.sockets_list as an array (#1187)

2017-07-15 Thread Federico Cabiddu
Merged #1187. -- 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/1187#event-116527___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:7859dd23: core: build reply of core.sockets_list as an array

2017-07-15 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 7859dd239303f6f98f99a2bace8d7a05b49e337c URL: https://github.com/kamailio/kamailio/commit/7859dd239303f6f98f99a2bace8d7a05b49e337c Author: grumvalski Committer: Federico Cabiddu Date: 2017-07-15T14:51:14+02:00 core: build reply of core.sockets_list as an

[sr-dev] git:master:34265457: tsilo: coherent locking in ts_append

2017-07-24 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: 34265457e7c09b56dec295b753fd8250ef8b0c41 URL: https://github.com/kamailio/kamailio/commit/34265457e7c09b56dec295b753fd8250ef8b0c41 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-07-24T15:16:21+02:00 tsilo: coherent locking in ts_append

[sr-dev] git:5.0:41392baa: tsilo: coherent locking in ts_append

2017-07-24 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 41392baa1b9d40e2d5cff5e532b2fe3b6c132bb6 URL: https://github.com/kamailio/kamailio/commit/41392baa1b9d40e2d5cff5e532b2fe3b6c132bb6 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-07-24T15:18:35+02:00 tsilo: coherent locking in ts_append

[sr-dev] git:5.0:3bfc9d49: tsilo: check return code for parse_uri()

2017-07-24 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 3bfc9d4955cf3edd64fe29aa3e88d23609360209 URL: https://github.com/kamailio/kamailio/commit/3bfc9d4955cf3edd64fe29aa3e88d23609360209 Author: Daniel-Constantin Mierla Committer: Federico Cabiddu Date: 2017-07-24T15:18:29+02:00 tsilo: check return code for

[sr-dev] git:4.4:1765576b: tsilo: check return code for parse_uri()

2017-07-24 Thread Federico Cabiddu
Module: kamailio Branch: 4.4 Commit: 1765576b013524e73131b9adb4d4ccb78de43658 URL: https://github.com/kamailio/kamailio/commit/1765576b013524e73131b9adb4d4ccb78de43658 Author: Daniel-Constantin Mierla Committer: Federico Cabiddu Date: 2017-07-24T15:19:03+02:00 tsilo: check return code for

[sr-dev] git:4.4:4d49b33b: tsilo: coherent locking in ts_append

2017-07-24 Thread Federico Cabiddu
Module: kamailio Branch: 4.4 Commit: 4d49b33b6f2418329b4ede1e166239bb0d93af9e URL: https://github.com/kamailio/kamailio/commit/4d49b33b6f2418329b4ede1e166239bb0d93af9e Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-07-24T15:19:32+02:00 tsilo: coherent locking in ts_append

Re: [sr-dev] [kamailio/kamailio] Kamailio 4.4.6 crashes in http async worker process (#1208)

2017-08-09 Thread Federico Cabiddu
I've exeperienced a similar crash on centos 7.3 which come with curl 7.29. I haven't found anything better than updating curl to 7.54.1, which I built from this src rpm: http://mirror.city-fan.org/ftp/contrib/sysutils/Mirroring/curl-7.54.1-8.0.cf.rhel7.src.rpm. -- You are receiving this becaus

Re: [sr-dev] [kamailio/kamailio] http_async_client: segfault at 0 (#1219)

2017-08-23 Thread Federico Cabiddu
Could you, by any chance, reproduce it with a kamailio with debug symbols? One question to try to reproduce it on my side: I had a look at the config, are you sending to the different backends (so different urls) at the same time? -- You are receiving this because you are subscribed to this thre

[sr-dev] git:master:b356c734: http_async_client: null terminate the request id in the callback

2017-09-26 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: b356c73494da7ef53447a5c7615bebeb8eb9a9e2 URL: https://github.com/kamailio/kamailio/commit/b356c73494da7ef53447a5c7615bebeb8eb9a9e2 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-09-26T15:33:42+02:00 http_async_client: null terminate the

[sr-dev] git:5.0:9312498f: http_async_client: null terminate the request id in the callback

2017-09-26 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 9312498fad89297bdd37f1a3bdd32df5b6970358 URL: https://github.com/kamailio/kamailio/commit/9312498fad89297bdd37f1a3bdd32df5b6970358 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-09-26T15:34:11+02:00 http_async_client: null terminate the

[sr-dev] git:master:d84451d9: siptrace: fix memory leak in hlog

2017-10-02 Thread Federico Cabiddu
Module: kamailio Branch: master Commit: d84451d9a1b144b5aee4678df051cb65e8db2595 URL: https://github.com/kamailio/kamailio/commit/d84451d9a1b144b5aee4678df051cb65e8db2595 Author: Federico Cabiddu Committer: Federico Cabiddu Date: 2017-10-02T11:03:59+02:00 siptrace: fix memory leak in hlog

Re: [sr-dev] [kamailio/kamailio] http_async_client: null terminated CURLOPT_ (574a11d)

2017-11-04 Thread Federico Cabiddu
Looks fine, 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/commit/574a11d8c0c20d3d0c058726609df8ed4e5b68dc#commitcomment-25403303___ Ka

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
Merged #1302. -- 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/1302#event-1329549864___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
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/1302#issuecomment-342463376___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:889ff593: tsilo: fix internal data structures

2017-11-07 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 889ff59366b1c550eb35bb222dcc5dd57881357d URL: https://github.com/kamailio/kamailio/commit/889ff59366b1c550eb35bb222dcc5dd57881357d Author: Vitaliy Aleksandrov Committer: Federico Cabiddu Date: 2017-11-07T13:09:08+01:00 tsilo: fix internal data structures

Re: [sr-dev] [kamailio/kamailio] tsilo: fix internal data structures (#1302)

2017-11-07 Thread Federico Cabiddu
already done 😉 On 7 Nov 2017 15:06, "vitalikvoip" wrote: > From my perspective, this fix needs to be backported to the 5.0 stable > branch. > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view it on GitHub >

[sr-dev] [kamailio/kamailio] db_unixodbc: added support for async queries (#1311)

2017-11-12 Thread Federico Cabiddu
Pre-Submission Checklist - [X ] Commit message has the format required by CONTRIBUTING guide - [ X] Commits are split per component (core, individual modules, libs, utils, ...) - [ X] Each component has a single commit (if not, squash them into one commit) - [ X] No commits to README f

Re: [sr-dev] [kamailio/kamailio] http_async_client frees pointer twice(Kamailio 5.0.4) (#1340)

2017-11-28 Thread Federico Cabiddu
Could please provide more logs (possible at debug level) and a description of when this happens? Always? upon a failure? In the http reply route? Also, not related, I see that in $var(re_url) you are missing "http://";. -- You are receiving this because you are subscribed to this thread. Reply t

[sr-dev] [kamailio/kamailio] tm: make t_run_local_req reentrant (#1348)

2017-11-30 Thread Federico Cabiddu
- avoid crash when local-request event route is triggered inside another one Nested calls to tm:local-routes generate a crash. I've been recently experiencing this with the following scenario: - event_route[tm:local-request] defined - dialog module's send_bye param set to 1 - htable module's ena

Re: [sr-dev] [SR-Users] Doing a quick test with http_async_client module from master branch

2017-12-06 Thread Federico Cabiddu
I'll do some test tonight and report. Cheers, Federico On 6 Dec 2017 10:25 am, "Daniel-Constantin Mierla" wrote: > Hello, > > anyone around here that can do a quick test with http_async_module? I > don't have a testbed for it right now and I would spend the time on > other resources if someone

Re: [sr-dev] [kamailio/kamailio] tm: make t_run_local_req reentrant (#1348)

2017-12-06 Thread Federico Cabiddu
@miconda: have you got a chance to look into 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/pull/1348#issuecomment-349682522___ Kamailio

Re: [sr-dev] [kamailio/kamailio] tm: make t_run_local_req reentrant (#1348)

2017-12-06 Thread Federico Cabiddu
Thanks :) will do 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/1348#issuecomment-349690490___ Kamailio (SER) - Development Mailing L

Re: [sr-dev] [kamailio/kamailio] tm: make t_run_local_req reentrant (#1348)

2017-12-06 Thread Federico Cabiddu
Merged #1348. -- 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/1348#event-1375123813___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:5.0:6d58c71a: tm: make t_run_local_req reentrant

2017-12-06 Thread Federico Cabiddu
Module: kamailio Branch: 5.0 Commit: 6d58c71aa9c5e0a4571a5f12db724b753b035ece URL: https://github.com/kamailio/kamailio/commit/6d58c71aa9c5e0a4571a5f12db724b753b035ece Author: grumvalski Committer: Federico Cabiddu Date: 2017-12-06T17:27:05+01:00 tm: make t_run_local_req reentrant - avoid

[sr-dev] git:5.1:0a327ed6: tm: make t_run_local_req reentrant

2017-12-06 Thread Federico Cabiddu
Module: kamailio Branch: 5.1 Commit: 0a327ed62b47bd56b7b7463c2552d2c66397e897 URL: https://github.com/kamailio/kamailio/commit/0a327ed62b47bd56b7b7463c2552d2c66397e897 Author: grumvalski Committer: Federico Cabiddu Date: 2017-12-06T17:26:45+01:00 tm: make t_run_local_req reentrant - avoid

Re: [sr-dev] [SR-Users] Doing a quick test with http_async_client module from master branch

2017-12-06 Thread Federico Cabiddu
Wed, Dec 6, 2017 at 2:18 PM, Daniel-Constantin Mierla wrote: > Thanks Federico! > > Daniel > > On 06.12.17 12:58, Federico Cabiddu wrote: > > I'll do some test tonight and report. > > Cheers, > > Federico > > On 6 Dec 2017 10:25 am, "Daniel-Cons

Re: [sr-dev] [kamailio/kamailio] http_async_client: fix initialization of tls_client_* and tls_ca_path (#1386)

2018-01-03 Thread Federico Cabiddu
Thanks a lot Victor! And sorry for the silence, just finished the move and got back internet. -- 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/1386#issuecomment-355216377__

Re: [sr-dev] [kamailio/kamailio] http_async_client: coredump on 5.0.5 (#1391)

2018-01-04 Thread Federico Cabiddu
Is this something happening recently? If yes did anything change on that server? Which version of libcurl are you using? -- 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/1391#issueco

Re: [sr-dev] [kamailio/kamailio] http_async_client: coredump on 5.0.5 (#1391)

2018-01-04 Thread Federico Cabiddu
At first look I don't see any change in http_async_client between 5.0.0 and 5.0.4 that could be cause of the crash. Could you please send the kamailio config changes? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://

Re: [sr-dev] [kamailio/kamailio] http_async_client crash in 5.0.5 (does not crash in 5.0.4) (#1400)

2018-01-14 Thread Federico Cabiddu
This should have been fixed by https://github.com/kamailio/kamailio/pull/1386. Could you please try with latest 5.0? -- 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/1400#issuecommen

Re: [sr-dev] [kamailio/kamailio] http_async_client: cleanup avps/xavps after exec route on Http worker (#1405)

2018-01-22 Thread Federico Cabiddu
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/1405#issuecomment-359360870___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] http_async_client: cleanup avps/xavps after exec route on Http worker (#1405)

2018-01-22 Thread Federico Cabiddu
grumvalski approved this pull request. -- 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/1405#pullrequestreview-90403545___ Kamailio (SER

[sr-dev] git:5.1:a88346c6: http_async_client: cleanup avps/xavps after exec route on Http worker

2018-01-22 Thread Federico Cabiddu
Module: kamailio Branch: 5.1 Commit: a88346c6106653a9ffa60ad41e143f62dd8af1ea URL: https://github.com/kamailio/kamailio/commit/a88346c6106653a9ffa60ad41e143f62dd8af1ea Author: Victor Seva Committer: Federico Cabiddu Date: 2018-01-22T10:11:29+01:00 http_async_client: cleanup avps/xavps after

Re: [sr-dev] [kamailio/kamailio] http_async_client: cleanup avps/xavps after exec route on Http worker (#1405)

2018-01-22 Thread Federico Cabiddu
Merged #1405. -- 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/1405#event-1434689440___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] http_async_client: memory mismanagement (#1407)

2018-01-23 Thread Federico Cabiddu
set_quey_params is called in mod_init by init_query_params (https://github.com/kamailio/kamailio/blob/master/src/modules/http_async_client/async_http.c#L631), so whenever ah_set_req is called the query_params struct should already have been initialized. headers.t is a double pointer, the alloca

Re: [sr-dev] [kamailio/kamailio] Feature/help android fcm and ios related push notification module (#1425)

2018-02-02 Thread Federico Cabiddu
Hi, push notifications are already supported by kamailio by means of t_suspend/t_continue functions (http://www.kamailio.org/docs/modules/devel/modules/tmx.html#tmx.f.t_suspend) and tsilo module (http://www.kamailio.org/docs/modules/devel/modules/tsilo.html). You can watch this video (https://y

Re: [sr-dev] [kamailio/kamailio] Feature/help android fcm and ios related push notification module (#1425)

2018-02-02 Thread Federico Cabiddu
FCM service so app will wakeup and call will > reach to Y user. > > > Let me know about description enough to understand or required still more > details example so I can.. > > Thanks.. > > On Feb 3, 2018 12:26 AM, "Federico Cabiddu" > wrote: > > Hi, >

[sr-dev] [kamailio/kamailio] ndb_redis: fix check on server name len when adding a new server to t… (#1444)

2018-02-16 Thread Federico Cabiddu
…he cluster Pre-Submission Checklist - [X ] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits t

Re: [sr-dev] [kamailio/kamailio] ndb_redis: fix check on server name len when adding a new server to t… (#1444)

2018-02-16 Thread Federico Cabiddu
Merged #1444. -- 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/1444#event-1477742658___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] [kamailio/kamailio] Makefile.groups: add dlgs and sworker to extra modules (PR #3684)

2023-12-20 Thread Federico Cabiddu via sr-dev
Pre-Submission Checklist - [X] Commit message has the format required by CONTRIBUTING guide - [X] Commits are split per component (core, individual modules, libs, utils, ...) - [X] Each component has a single commit (if not, squash them into one commit) - [X] No commits to README files for mo

[sr-dev] [kamailio/kamailio] http_async_client: exit mod_init if tm is not loaded (PR #3706)

2024-01-09 Thread Federico Cabiddu via sr-dev