Re: [SR-Users] DMQ_USRLOC sync CSEQ error

2016-04-21 Thread José Seabra
Hello Daniel, Thank you for you clarification. Best Regards José Seabra 2016-04-21 6:43 GMT+01:00 Daniel-Constantin Mierla : > Hello, > > I expect this is due to replications of the same records from the other > server. The errors can be ignored, we will think of a way to avoid them > somehow. >

Re: [SR-Users] DMQ_USRLOC sync CSEQ error

2016-04-20 Thread Daniel-Constantin Mierla
Hello, I expect this is due to replications of the same records from the other server. The errors can be ignored, we will think of a way to avoid them somehow. Cheers, Daniel On 15/04/16 15:26, José Seabra wrote: > Hi There, > > I'm using dmq and dmq_usrloc between 2 kamailio(version 4.4.0) > re

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-11-02 Thread Daniel-Constantin Mierla
Hello, On 27/10/15 12:17, Sebastian Damm wrote: > Hi, > > when inspecting dmq a bit further, I found that in fact there is an > autodiscovery built in. When I told registrar 1 and registrar 2 to > send to receiver, and told receiver to only send to itself, everything > worked. Until the receiver w

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-10-27 Thread Sebastian Damm
Hi, when inspecting dmq a bit further, I found that in fact there is an autodiscovery built in. When I told registrar 1 and registrar 2 to send to receiver, and told receiver to only send to itself, everything worked. Until the receiver went offline. Then it got disabled by the registrars and no p

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-10-23 Thread Daniel-Constantin Mierla
Hello, not that familiar with the dmq code to assert something by hart, but you can always prevent any incident by capturing the SIP packet inside config file and reply from there instead of handling it with dmq module (if(method==...) ). Cheers, Daniel On 21/10/15 09:49, Sebastian Damm wrote: >

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-10-21 Thread Sebastian Damm
Hi, I did see that REGISTERs received via DMQ are not replicated. What I was wondering is, whether registrar 1 at some point discovers registrar 2 through the DMQ pings, and then "automagically" starts replicating its packets to registrar 2, too. Best Regards, Sebastian On Tue, Oct 20, 2015 at 5

Re: [SR-Users] dmq_usrloc for writing to DB on one machine

2015-10-20 Thread Daniel-Constantin Mierla
Hello, iirc, if one node doesn't handle a SIP register itself, should not publish to other nodes anything. Is this what you are looking for -- one node not to send to the others? Cheers, Daniel On 20/10/15 17:24, Sebastian Damm wrote: > Hi, > > I evaluated the dmq_usrloc module, and it works pre

Re: [SR-Users] dmq_usrloc

2015-08-28 Thread Charles Chance
he output of "kamctl ul show" and the >>>>>>>> relevant modparam sections of your config (usrloc, dmq, dmq_usrloc). >>>>>>>> >>>>>>>> Cheers, >>>>>>>> Charles >>>>>>>&

Re: [SR-Users] dmq_usrloc

2015-08-27 Thread Kelvin Chua
c crashes once it gets a DMQ >>>>>>>> >>>>>>>> #0 0x7f2a82a5727c in get_urecord_by_ruid (_d=0x0, >>>>>>>> _aorhash=8118438, _ruid=0x7ffe6028d5c0, _r=0x7ffe6028d568, >>>>>>>> _c=0x7ffe6028d578)

Re: [SR-Users] dmq_usrloc

2015-08-24 Thread Charles Chance
007f2a83959e6f in worker_loop (id=1) at worker.c:105 >>>>>>> #4 0x7f2a8393e566 in child_init (rank=0) at dmq.c:293 >>>>>>> #5 0x00599658 in init_mod_child (m=0x7f2a86955c78, rank=0) >>>>>>> at sr_module.c:898 >>>>>

Re: [SR-Users] dmq_usrloc

2015-08-17 Thread Kelvin Chua
d_child (m=0x7f2a86956098, rank=0) >>>>>> at sr_module.c:895 >>>>>> #7 0x00599390 in init_mod_child (m=0x7f2a86956a78, rank=0) >>>>>> at sr_module.c:895 >>>>>> #8 0x000000599390 in init_mod_child (m=0x7f2a86956e6

Re: [SR-Users] dmq_usrloc

2015-08-17 Thread Charles Chance
000599390 in init_mod_child (m=0x7f2a869570f8, rank=0) at >>>>> sr_module.c:895 >>>>> #10 0x00599390 in init_mod_child (m=0x7f2a86957498, rank=0) at >>>>> sr_module.c:895 >>>>> #11 0x00599390 in init_mod_child (m=0x7f

Re: [SR-Users] dmq_usrloc

2015-08-16 Thread Kelvin Chua
0599390 in init_mod_child (m=0x7f2a86957db0, rank=0) at >>>> sr_module.c:895 >>>> #13 0x00599390 in init_mod_child (m=0x7f2a86958090, rank=0) at >>>> sr_module.c:895 >>>> #14 0x00599390 in init_mod_child (m=0x7f2a869582c0, rank=0) at

Re: [SR-Users] dmq_usrloc

2015-08-14 Thread Charles Chance
90 in init_mod_child (m=0x7f2a869582c0, rank=0) at >>> sr_module.c:895 >>> #15 0x00599390 in init_mod_child (m=0x7f2a869589b0, rank=0) at >>> sr_module.c:895 >>> #16 0x00599390 in init_mod_child (m=0x7f2a86958f88, rank=0) at >>> sr_module.c:895 &g

Re: [SR-Users] dmq_usrloc

2015-08-14 Thread Kelvin Chua
gt;> sr_module.c:895 >> #18 0x0059996c in init_child (rank=0) at sr_module.c:924 >> #19 0x004aa753 in main_loop () at main.c:1650 >> #20 0x004b02b0 in main (argc=13, argv=0x7ffe6028e318) at >> main.c:2533 >> >> >> Kelvin Chua >&g

Re: [SR-Users] dmq_usrloc

2015-08-13 Thread Charles Chance
trange issue with the max contacts >> parameter, which the devs are looking at: >> >> >> >> https://github.com/kamailio/kamailio/issues/265 >> >> >> >> Cheers >> >> >> >> >> >> *From:* sr-users [mailto:sr-users-

Re: [SR-Users] dmq_usrloc

2015-08-13 Thread Kelvin Chua
mailto:sr-users-boun...@lists.sip-router.org] *On > Behalf Of *Kelvin Chua > *Sent:* Friday 7 August 2015 14:56 > *To:* Kamailio (SER) - Users Mailing List > *Subject:* Re: [SR-Users] dmq_usrloc > > > > have you seen your usrloc actually populate data from another server? >

Re: [SR-Users] dmq_usrloc

2015-08-07 Thread Asgaroth
-boun...@lists.sip-router.org] On Behalf Of Kelvin Chua Sent: Friday 7 August 2015 14:56 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] dmq_usrloc have you seen your usrloc actually populate data from another server? i can verify my dmq is working properly. just usrloc not

Re: [SR-Users] dmq_usrloc

2015-08-07 Thread Kelvin Chua
have you seen your usrloc actually populate data from another server? i can verify my dmq is working properly. just usrloc not populating. Kelvin Chua On Fri, Aug 7, 2015 at 6:22 PM, Asgaroth <00asgarot...@gmail.com> wrote: > Hi, > > > > I’m a new user to the dmq subsystem in kamailio, but, once

Re: [SR-Users] dmq_usrloc

2015-08-07 Thread Asgaroth
Hi, I’m a new user to the dmq subsystem in kamailio, but, once I had a properly configured dmq environment and loaded dmq_usrloc after dmq, all I had to do was add the following to the module paramters: modparam("dmq_usrloc", "enable", 1) Then in the routing logic of the registrar’s y

Re: [SR-Users] dmq_usrloc replication and max_contacts

2015-07-24 Thread Asgaroth
FYI, I opened issue #265 for this particular oddity :-) On 22/07/2015 11:48, Charles Chance wrote: Hi, It seems to me like another bug, although again I'm not familiar with the module so can't be sure without looking that it is not intended behaviour. I plan to look later this week when I h

Re: [SR-Users] dmq_usrloc replication and max_contacts

2015-07-22 Thread Asgaroth
Thanks Charles, I'll send some examples of what I am on about to you in the next 30 minutes or so. On 22/07/2015 11:48, Charles Chance wrote: Hi, It seems to me like another bug, although again I'm not familiar with the module so can't be sure without looking that it is not intended behaviou

Re: [SR-Users] dmq_usrloc replication and max_contacts

2015-07-22 Thread Charles Chance
Hi, It seems to me like another bug, although again I'm not familiar with the module so can't be sure without looking that it is not intended behaviour. I plan to look later this week when I have some time but in the meantime, you can send me the examples directly if you like. Cheers, Charles

Re: [SR-Users] dmq_usrloc replication and max_contacts

2015-07-22 Thread Asgaroth
Hi, Any thoughts on this, I can provide actual examples for this, however, I would rather not send valid subsciber info directly to the list. If anyone is available for looking into it I can send the relevent information/examples directly to them. Thanks On 21/07/2015 15:03, Asgaroth wrote

Re: [SR-Users] dmq_usrloc replication and max_contacts

2015-07-21 Thread Asgaroth
sorry, I forgot to mention, this is kamailio v4.3.1: # kamailio -V version: kamailio 4.3.1 (x86_64/linux) f38e67 flags: STATS: Off, USE_TCP, USE_TLS, USE_SCTP, TLS_HOOKS, USE_RAW_SOCKS, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, DBG_F_MALLOC, USE_FUTEX, FAST