Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Cibin Paul
Hi, I defined the following two parameters and the error was gone. Still fighting to make the logic work modparam("dialog", "dlg_flag", 4) modparam("dialog", "profiles_with_value", "caller ; callee") Thanks & Regards Cibin > On 17-Dec-2016, at 10:57 AM, Cibin Paul

Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Cibin Paul
Hi, I tried using dialog module and was throwing the following error. dialog module was loaded after tm and rr modules. Kamailio 4.1.7 ERROR: dialog [dialog.c:524]: mod_init(): no dlg flag set!! ERROR: [sr_module.c:970]: init_mod(): init_mod(): Error while initializing module dialog

Re: [SR-Users] sipp dead calls

2016-12-16 Thread Diego Nadares
Hi Guys, me again, I increased the pause in uas after RINGING to 1000 milliseconds. With this value, works fine if I send 15 cps BUT if I send 25 I have to increase the pause to 2000 milliseconds. If you see the first trace is kamailio who answers the BYE with a 404. Is it like

Re: [SR-Users] ACK not routed to destination

2016-12-16 Thread Wim Van Cauwenbergh
Thanks for your suggestions! I guess I have been too much involved in B2BUA that I forgot how a proxy should work. After some digging around in the RFC I fixed my sipp scripts (for reference herunder) Also the SIP trace. U 10.57.26.219:5060 -> 10.57.26.220:5060 INVITE

Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Cibin Paul
Thanks Alex, I will try your suggestion and update here. Regards Cibin On 16-Dec-2016, at 8:38 PM, Alex Balashov wrote: > > The dialog module (dialog, not dialog_ng) would be a cleaner and more > natural solution, since it handles most possible eventualities of

Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Alex Balashov
The dialog module (dialog, not dialog_ng) would be a cleaner and more natural solution, since it handles most possible eventualities of dialog state transition for you more cleanly than if you keep state yourself via htable. -- Alex -- Alex Balashov | Principal | Evariste Systems LLC Tel:

[SR-Users] unusual characters added to reINVITE message by Kamailio

2016-12-16 Thread AL S
Hi, An INVITE with following FROM and TO headers received by Kamailio: From: ;tag=gK006cb08b To: Kamailio forward it to next node with following FROM and TO headers: From:

[SR-Users] (Correction) unusual characters added to reINVITE message

2016-12-16 Thread AL S
Hi, An INVITE with following FROM and TO headers received by Kamailio: From: ;tag=gK006cb08b To: Kamailio forward it to next node with following FROM and TO headers: From:

Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Cibin Paul
Hi, Thanks David, I was trying an alternate way as Mr. Daniel presented in ClueCon. Pasting below the snippet from my configuration. Somehow the code is not working. kacmd htable.dump acalls returning empty results. What might be wrong? modparam("htable", "htable",

Re: [SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread David Villasmil
you can achieve that with the dialog module. http://www.kamailio.org/docs/modules/4.4.x/modules/dialog_ng.html Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Fri, Dec 16, 2016 at 10:33 AM, Cibin Paul wrote: > Hi, > > Is there a way to

[SR-Users] Limiting calls based on CLI and dst number

2016-12-16 Thread Cibin Paul
Hi, Is there a way to limit the number of active calls per cli or dst number basis? Yesterday my system had a ddos attack in which 123456 (CLI) was hitting 2345 (DID) at a rate of 100-200 calls per minute. I would like to restrict to 2-4 simultaneous calls per CLI/DST. Any help would be

Re: [SR-Users] Siremis installation with postgresql.

2016-12-16 Thread Daniel-Constantin Mierla
On 15/12/2016 20:12, jungle Boogie wrote: > On 15 December 2016 at 10:01, Daniel-Constantin Mierla > wrote: >> On 15/12/2016 17:30, jungle Boogie wrote: >>> Hi Jose, >>> On 12 May 2016 at 09:19, José Seabra wrote: Hi there, I'm facing

Re: [SR-Users] kamcli - transferring the github repository to kamailio organization

2016-12-16 Thread Daniel-Constantin Mierla
Hello, kamcli has been relocated to kamailio organization -- the link to the repository is now: - https://github.com/kamailio/kamcli All kamailio developers should have write access to commit changes to it (if encountering troubles, let me know). If anyone else wants to contribute, it's