Re: [SR-Users] Need information regarding kamilio setup to support IPSec

2015-06-09 Thread Vasiliy Ganchev
Hi! I think you can use append_hf_value(hf, hvalue) function in config. Use it in onreply_route that your 200OK is passing. Or what is the question? In the string with parameters everything is constant? or some values are variable? Priyaranjan Nayak wrote > Hi Daniel, > > I am sending Security-C

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-09 Thread Seudin Kasumovic
Hello, Instead of 'devel' suffix, package is named erlang-erl_interface ( http://www.rpmfind.net//linux/RPM/fedora/devel/rawhide/x86_64/e/erlang-erl_interface-17.4-2.fc23.x86_64.html), but vendor is Fedora project, not openSUSE. Regards, Seudin On Tue, Jun 9, 2015 at 8:55 AM, Daniel-Constantin M

Re: [SR-Users] Testing RPMs for v4.3.0

2015-06-09 Thread Daniel-Constantin Mierla
Hello, ok, I will try to put this as a requirement for fedora and see if the erlang package builds for that OS. Cheers, Daniel On 09/06/15 09:39, Seudin Kasumovic wrote: > Hello, > > Instead of 'devel' suffix, package is named erlang-erl_interface > (http://www.rpmfind.net//linux/RPM/fedora/deve

Re: [SR-Users] Releasing Kamailio v4.3.0

2015-06-09 Thread Daniel-Constantin Mierla
Hello, short note to remind about upcoming release of Kamailio v4.3.0 -- I am planning to get it out tomorrow, pretty much everything is prepared for it and not major issues were reported lately. Cheers, Daniel On 02/06/15 09:12, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to r

Re: [SR-Users] IP fragment

2015-06-09 Thread Tuan Viet Nguyen
Thank you for this information ! Best regards, On Thu, Jun 4, 2015 at 7:45 PM, Alex Balashov wrote: > On 06/04/2015 11:14 AM, Tuan Viet Nguyen wrote: > > I would like to know if Kamailio handles the case where we receive a big >> SIP message fragmented in IP layer? >> > > It does indeed. > > -

[SR-Users] Kamailio number of LCR rules

2015-06-09 Thread Ali Taher
Hello, I'm testing LCR module in Kamailio and everything works as expected so far. Before going further , I just want to ask about how much rule in LCR_rule table and target in LCR_rule_target can Kamailio support . We are dealing with hundreds of millions of rules and targets. Kindly advise

[SR-Users] several uac_replace_from in one dialog

2015-06-09 Thread Никитенко Виталий
Hi! Making calls via different trunks through kamailio for simply so uac_replace_from ("sip:regname@ipaddress"); if (! t_relay ()) {    uac_replace_from ("sip:regname2@ipaddress");    t_relay () } exit and run tcpdump i see in fisrt INVITE From: "testname" ; tag = as21aea6e0 in second INVITE Fr

Re: [SR-Users] 403 not relaying

2015-06-09 Thread Daniel-Constantin Mierla
Hello, On 09/06/15 11:27, jaflong jaflong wrote: > Hi, > > I am getting a 403 not relaying response. > This is the part of the config > > How would I print the value of var myself, from_uri and uri > > > # if caller is not local subscriber, then check if it calls > # a local desti

Re: [SR-Users] [sr-dev] Releasing Kamailio v4.3.0

2015-06-09 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > short note to remind about upcoming release of Kamailio v4.3.0 -- I am > planning to get it out tomorrow, pretty much everything is prepared for > it and not major issues were reported lately. this is probably not a major issue, but it sure looks ugly. some do s

Re: [SR-Users] [sr-dev] Releasing Kamailio v4.3.0

2015-06-09 Thread Daniel-Constantin Mierla
That is rather old code, before 2008, inherited from SER, related to those custom config parameters that can be set during runtime. I looked once at them, but could get to a decision on how to fix it, because it is relying a lot on defines -- I would need more time and a system which throws those e

[SR-Users] 403 not relaying

2015-06-09 Thread jaflong jaflong
Hi, I am getting a 403 not relaying response. This is the part of the config How would I print the value of var myself, from_uri and uri # if caller is not local subscriber, then check if it calls # a local destination, otherwise deny, not an open relay here if (from_ur

[SR-Users] Kamailio number of LCR rules

2015-06-09 Thread Juha Heinanen
Ali Taher writes: > Before going further , I just want to ask about how much rule in LCR_rule > table and target in LCR_rule_target can Kamailio support . LCR module stores rules and gateways in shared memory and thus can support as many of those as fits in your allocated shared memory. You can

[SR-Users] kamcmd permissions problem

2015-06-09 Thread Uri Shacked
Hi, I am using exec_avp() command from kamailio. The command execute a shell script that runs kamctl and kamcmd commands. kamailio runs with user 'kamailio' and group 'kamailio' (defaults). There is not problem with the kamctl commands. But, the kamcmd commands fails due to permissions issues.

Re: [SR-Users] Kamailio number of LCR rules

2015-06-09 Thread Henry Fernandes
In the past, we used the LCR module with hundreds of thousands (perhaps millions) of entries in the LCR tables. The only drawback was that it took a long time to start up Kamailio (maybe 30 seconds), however it was fast once it was running. We eventually decided to stop using the LCR module becau

Re: [SR-Users] Kamailio number of LCR rules

2015-06-09 Thread Juha Heinanen
Henry Fernandes writes: > We eventually decided to stop using the LCR module because it doesn¹t > implement LCR in the way that most people think of LCR. It doesn¹t obtain > the most specific prefix match for a called number. Could you give more details, since longest prefix match is the most im

[SR-Users] problem with dispatcher load balancing

2015-06-09 Thread Ding Ma
I'm trying to set up kamailio dispatcher to distribute calls to 2 asterisk servers. So far, the failover case seems ok, but I cannot get the dispatcher to distribute load. All calls are going to the last destination entry in the dispatcher table even if I have set the maxload attributes. I'm using