Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
Actually, I had some time on the train to modify the patch for 5.0 (attached) - please test first and I will commit later assuming no issues. [dmq_usrloc_patch_5_0.txt](https://github.com/kamailio/kamailio/files/1451081/dmq_usrloc_patch_5_0.txt) -- You are receiving this because you are subscr

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
The patch is made against the current master (development) branch - there have been some other changes to the same file since the 5.0 branch which will prevent the patch being applied directly to the old version. It can be backported eventually but in the meantime, are you able to test with the

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-07 Thread Charles Chance
Yes, it is ready to use - just set the core parameter server_id on each server and enable server_id filtering in nathelper and it will work in the same way as with shared DB. -- 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] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-06 Thread Charles Chance
dmq_usrloc - server_id replication: 684059ca -- 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/1299#issuecomment-342191338___ Kamailio (SER

[sr-dev] git:master:684059ca: dmq_usrloc: include server_id in replicated contacts

2017-11-06 Thread Charles Chance
Module: kamailio Branch: master Commit: 684059ca5bb76e2006a9560ac1efa8c3540d3a58 URL: https://github.com/kamailio/kamailio/commit/684059ca5bb76e2006a9560ac1efa8c3540d3a58 Author: Charles Chance Committer: Charles Chance Date: 2017-11-06T15:39:41Z dmq_usrloc: include server_id in replicated

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-06 Thread Charles Chance
Sure - are you referring to server_id filtering? -- 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/1299#issuecomment-342129493___ Kamailio

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-03 Thread Charles Chance
It's a nice idea, but to implement would be quite complex/involved. Firstly, there would likely need to be the concept of a master node along with some mechanism for voting/election. Also, there would need to be changes across all 4 modules (dmq, dmq_usrloc, usrloc and nathelper) to make it work

Re: [sr-dev] [kamailio/kamailio] v5.0.4: nathelper: dont ping replicated aor's (#1299)

2017-11-03 Thread Charles Chance
I don't think this is a DMQ issue specifically, but more a question of what should happen in *any* replicated situation (including shared DB). Perhaps the solution is, indeed, for nathelper to compare the received socket on the contact against the local socket(s) and either send or not send the

Re: [sr-dev] [kamailio/kamailio] dialog: remove replicated dialog from profile as soon as gets to term… (#1284)

2017-10-27 Thread Charles Chance
Merged #1284. -- 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/1284#event-1313674781___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:22e4031c: dialog: remove replicated dialog from profile as soon as gets to terminated state

2017-10-27 Thread Charles Chance
Module: kamailio Branch: master Commit: 22e4031cdcc7ba7c90553bd569e289043c0c64cf URL: https://github.com/kamailio/kamailio/commit/22e4031cdcc7ba7c90553bd569e289043c0c64cf Author: Charles Chance Committer: Charles Chance Date: 2017-10-25T15:29:07+01:00 dialog: remove replicated dialog from

[sr-dev] [kamailio/kamailio] dialog: remove replicated dialog from profile as soon as gets to term… (#1284)

2017-10-25 Thread Charles Chance
…inated state - matches local (non-replicated) behaviour introduced in edf61ac You can view, comment on, or merge this pull request online at: https://github.com/kamailio/kamailio/pull/1284 -- Commit Summary -- * dialog: remove replicated dialog from profile as soon as gets to terminated

[sr-dev] git:master:6a92bbca: dmq_usrloc: properly initialize usrloc_dmq_recv

2017-05-27 Thread Charles Chance
Module: kamailio Branch: master Commit: 6a92bbcac7b111fa51114ef2d2876c4c4ebfa013 URL: https://github.com/kamailio/kamailio/commit/6a92bbcac7b111fa51114ef2d2876c4c4ebfa013 Author: Charles Chance Committer: Charles Chance Date: 2017-05-27T15:23:13+01:00 dmq_usrloc: properly initialize

Re: [sr-dev] [kamailio/kamailio] dmq: update output format of dmq.list_nodes (#1139)

2017-05-27 Thread Charles Chance
Thanks - merging 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/pull/1139#issuecomment-30722___ Kamailio (SER) - Development Mailing L

Re: [sr-dev] [kamailio/kamailio] dmq: update output format of dmq.list_nodes (#1139)

2017-05-27 Thread Charles Chance
Merged #1139. -- 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/1139#event-1099860073___ Kamailio (SER) - Development Mailing List sr-dev@lis

[sr-dev] git:master:b5f94a95: dmq_usrloc: always replicate contact updates made locally

2017-05-27 Thread Charles Chance
Module: kamailio Branch: master Commit: b5f94a9596721acb1f49e4ab011ddfd6333b7936 URL: https://github.com/kamailio/kamailio/commit/b5f94a9596721acb1f49e4ab011ddfd6333b7936 Author: Charles Chance Committer: Charles Chance Date: 2017-05-27T11:18:36+01:00 dmq_usrloc: always replicate contact

Re: [sr-dev] git:master:df04997c: dmq_usrloc: fix incorrectly formatted XML docbook

2017-05-09 Thread Charles Chance
Welcome :) Cheers, Charles On 9 May 2017 at 14:39, Julien Chavanton wrote: > Hi Charles, thank you for the correction ! > > On Tue, May 9, 2017 at 2:41 PM, Charles Chance < > charles.cha...@sipcentric.com> wrote: > >> Module: kamailio

[sr-dev] git:master:df04997c: dmq_usrloc: fix incorrectly formatted XML docbook

2017-05-09 Thread Charles Chance
Module: kamailio Branch: master Commit: df04997cd1505b3687a7005c7578a9b012f25d85 URL: https://github.com/kamailio/kamailio/commit/df04997cd1505b3687a7005c7578a9b012f25d85 Author: Charles Chance Committer: Charles Chance Date: 2017-05-09T13:41:12+01:00 dmq_usrloc: fix incorrectly formatted XML

Re: [sr-dev] [kamailio/kamailio] dmq & dmq_usrloc : let server_address & notification_address use the same IP and port (#1109)

2017-05-02 Thread Charles Chance
Why do you need to set server_address and notification_address to be the same kamailio instance? Can you explain a little more your use case and what you are trying to achieve? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub

Re: [sr-dev] Rebuild readme?

2017-04-26 Thread Charles Chance
; correctly, just delete it locally and check it out again. Say I generated > the readme for acc module to be sure it is ok, then I just do: > > rm src/modules/acc/README > > git checkout src/modules/acc/README > Probably can be done in a single step with the last git command

[sr-dev] Rebuild readme?

2017-04-26 Thread Charles Chance
Hello, Quick question... I always have done so far out of routine, but wondered if it was actually necessary to manually rebuild the readme (and commit) after a change to an xml doc? Cheers, Charles -- Sipcentric Ltd. Company registered in England & Wales no. 7365592. Registered office: Fara

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc: sync with multi contacts per message (#1054)

2017-04-21 Thread Charles Chance
Merged #1054. -- 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/1054#event-1053150563___ Kamailio (SER) - Development Mailing List sr-dev@lis

Re: [sr-dev] [kamailio/kamailio] dmq_usrloc: sync with multi contacts per message (#1054)

2017-04-19 Thread Charles Chance
Returning after an extended Easter break - therefore, have not tested the recent changes, but it looks ok from source. If it has been tested already and everyone else is happy then it can be merged. Otherwise, I will do it tomorrow. -- You are receiving this because you are subscribed to this t

<    1   2