Re: [SR-Users] last pkg.stats entry

2017-09-01 Thread Daniel-Constantin Mierla
Can you do ps and see the list of kamailio processes, then compare by pid and see if there is one missing in the kamctl output or is one too much in the kamctl output? Cheers, Daniel On 01.09.17 08:42, Juha Heinanen wrote: > When I make pkg.stats query (latest master), I get a weird last entry.

Re: [SR-Users] Planning Kamailio v5.0.3

2017-09-01 Thread Daniel-Constantin Mierla
Hello, soon I will start packaging 5.0.3 -- until the release announcement, for any commit to be pushed in branch 5.0, write first to sr-dev mailing list. Cheers, Daniel On 30.08.17 12:43, Daniel-Constantin Mierla wrote: > Hello, > > somehow one week later, I plan to have 5.0.3 released this

Re: [SR-Users] Kamailio v5.0.3 Released

2017-09-01 Thread Sergey Safarov
Hello Daniel Looks like for CentOS RPM packaging is used some other SPEC file then this Is this can be fixed? Sergey пт, 1

Re: [SR-Users] Change on the fly logging verbosity - Kamailio v5.0.2

2017-09-01 Thread Daniel-Constantin Mierla
Hello, the keywords that have already a special meaning for config language cannot be used in this kind of var names. You have to avoid using them, see:   - https://www.kamailio.org/wiki/cookbooks/devel/core#custom_global_parameters Cheers, Daniel On 01.09.17 13:25, Karsten Horsmann wrote: >

Re: [SR-Users] Kamailio v5.0.3 Released

2017-09-01 Thread Daniel-Constantin Mierla
Hello, indeed the opensuse build service (OPS) project for kamailio rpms needs a bit of refreshing/polishing. Because the OBS has a single spec for all distros, one needs to put specific rules for a particular distro into %if conditions -- see the OBS spec at:   -

Re: [SR-Users] Homer confusion ....

2017-09-01 Thread Daniel Tryba
On Fri, Sep 01, 2017 at 12:50:50PM +0100, Mark Boyce wrote: > Trying to get a basic version of homer working on Kamailio V5. So far I have > sipcapture throwing everything in to a single mysql table. > > So first question; Should I be using sipcapture or siptrace? I’m not sure I > can see the

Re: [SR-Users] Change on the fly logging verbosity - Kamailio v5.0.2

2017-09-01 Thread Karsten Horsmann
Hello Sebastian, hi List, the cfg_rpc module seems to be the right thing. But i am confused how to set an key.value in my kamailio.cfg. For example - this breaks my kamailio.cfg - it won't start: mylog.switch = "0" desc "logging" mylog.foo = "0" desc "logging" is allowed and kamailio starts.

Re: [SR-Users] Carrierroute, uac_*, failure_route.

2017-09-01 Thread Yu Boot
A trick to jump out of first failure route after first call attempt works, and now Kami permits to use uac* functions. But they don't work. From/To remains unchanged on second call. 01.09.2017 8:59, ycaner пишет: hello, i route it another request route, for example. In addition, i remember

Re: [SR-Users] Homer confusion ....

2017-09-01 Thread Mark Boyce
Hi Diego I current have it in; request_route branch_route onreply_route failure_route reply_route onsend_route Just to try and catch everything I can. With a plan to then remove what’s not needed. Although not seeing any kamailio -> phone

Re: [SR-Users] jsonrpcs execution error

2017-09-01 Thread David Villasmil
Any help on this, guys? ᐧ Regards, David Villasmil email: david.villasmil.w...@gmail.com phone: +34669448337 On Wed, Aug 23, 2017 at 5:51 PM, David Villasmil < david.villasmil.w...@gmail.com> wrote: > Hello guys, > > i configured jsonrpc on kamailio.cfg and RPCFIFOPATH on kamctlrc to the >

Re: [SR-Users] Homer confusion ....

2017-09-01 Thread Mark Boyce
Hi Re-reading that again I think I am breaking things by trying to use sipcapture to log to the local db on the same copy of kamailio that phones are connected to. If I am reading it correctly I actually need to run siptrace on the kamailio copy the phones are connected to which will then

Re: [SR-Users] [Freeswitch-users] Fwd: Call drops after 32 seconds with ACK Timeout

2017-09-01 Thread Karsten Horsmann
Hi Mykyta, since you are plain sip without encryption you can see your sip-traffic on the wire, use sngrep on the kamailio box to figure out whats with the sip-dialogs - it helps a lot. https://github.com/irontec/sngrep and if its more an kamailio config problem, it would be better to stay at

Re: [SR-Users] Call drops after 32 seconds with ACK Timeout

2017-09-01 Thread Alex Balashov
Hello Mykyta, The problem is that the Record-Route header being inserted in your 200 OK [1] is the private IP address of the Kamailio proxy, and this address is not the address that is used by the outside endpoint to reach the proxy. So, end-to-end ACKs and other in-dialog requests sent through

[SR-Users] Call drops after 32 seconds with ACK Timeout

2017-09-01 Thread Микита Нікітенко
Hello! I have server at digital ocean with a floating ip address and I have routed sip traffic to this floating ip. At this server installed kamailio which balancing between freeswitch servers. I have a problem that call drops after 32 seconds with error ACK Timeout. kamailio.cfg -

[SR-Users] last pkg.stats entry

2017-09-01 Thread Juha Heinanen
When I make pkg.stats query (latest master), I get a weird last entry. What is it? -- Juha ... { entry: 28 pid: 14675 rank: -4 used: 9450336 free: 2354944 real_used: 10227968 total_size: 12582912 total_frags: 310 } { entry:

Re: [SR-Users] last pkg.stats entry

2017-09-01 Thread Daniel-Constantin Mierla
OK - I will look into it soon. Daniel On 01.09.17 11:07, Juha Heinanen wrote: > Daniel-Constantin Mierla writes: > >> Can you do ps and see the list of kamailio processes, then compare by >> pid and see if there is one missing in the kamctl output or is one too >> much in the kamctl output? >

Re: [SR-Users] last pkg.stats entry

2017-09-01 Thread Daniel-Constantin Mierla
Should be fixed now in master -- secondary timer was counted twice, resulting in an extra entry in process table that was not filled (overall harmless, just empty content) -- I will backport in 5.0 as well. Cheers, Daniel On 01.09.17 11:23, Daniel-Constantin Mierla wrote: > OK - I will look into

Re: [SR-Users] Carrierroute, uac_*, failure_route.

2017-09-01 Thread ycaner
hello, i route it another request route, for example. In addition, i remember that there is only once can change from header or uac module breaks from header. check headers please. failroute{ route(changecli) route(outcarrierroute) route(relay) } route[changecli] { return }

Re: [SR-Users] last pkg.stats entry

2017-09-01 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > Should be fixed now in master -- secondary timer was counted twice, > resulting in an extra entry in process table that was not filled > (overall harmless, just empty content) -- I will backport in 5.0 as > well. Thanks for the fix. Tested and extra entry is