[SR-Users] Core variable with from userinfo value of sip uri

2022-08-29 Thread Denys Pozniak
Hello! It was accidentally noticed that the variable $fU gets the user part of userinfo SIP URI (although it is logical and described in the document RFC2543). I got message below and my spam filter based on $fU passed it inside the network, as $fU was test From: ;tag=123456 Sure I can filter it

Re: [SR-Users] slow timer too slow: overflow

2022-08-29 Thread Daniel-Constantin Mierla
Hello, I would also worry about the out of memory logs. For troubleshooting in such case, you need to get: kamctl ps kamctl rpc pkg.stats Maybe also you set latency limits via core parameter to see if some operations are slow in the config. If there are slow C functions run internally on timer

Re: [SR-Users] kamailio Trunk authentication

2022-08-29 Thread Keshav Kaushik
Thank you Sir, I will try to implement this. I am highly impressed with your presentation at kamailio world 2021. I like to follow you, can you share me some more material for better knowledge of kamailio.And how I can route requests from one ROUTE to another ie. From request_route to  Sent from Ma

Re: [SR-Users] kamailio Trunk authentication

2022-08-29 Thread Keshav Kaushik
Thank you Sir, I will try to implement this. I am highly impressed with your presentation at kamailio world 2021. I like to follow you, can you share me some more material for better knowledge of kamailio.And how I can route requests from one ROUTE to another ie. From request_route to failure_route

[SR-Users] slow timer too slow: overflow

2022-08-29 Thread Denys Pozniak
Hello! After some time, Kamailio stops processing incoming messages. slow timer too slow: overflow messages appear in the log (I suspect that the problem is related to the rtimer module) Aug 29 14:19:17 kamailio[11320]: 2(11320) ERROR: {1 10 OPTIONS 2b45547f33f5203f-4091@10.10.10.10} [core/mem/

Re: [SR-Users] Websockets Configuration

2022-08-29 Thread Alex Balashov
Hi, I think these will be useful to you: https://github.com/kamailio/kamailio/tree/master/misc/examples/webrtc — Alex > On Aug 29, 2022, at 9:04 AM, Mahmood Alkhalil > wrote: > > Hi, > > I'm trying to configure kamailio to register users over websockets, but i am > not able to find any wor

[SR-Users] Websockets Configuration

2022-08-29 Thread Mahmood Alkhalil
Hi, I'm trying to configure kamailio to register users over websockets, but i am not able to find any working configuration around, am new to kamailio. as far as i understand now, xhttp will handle the HTTP GET requests, i am not sure how to configure xhttp port number, cannot find parameters i

Re: [SR-Users] app_python module load error in 5.6

2022-08-29 Thread Stefan-Cristian Mititelu
Hi, Thanks for the answer! I am building my own packages from latest 5.6 and (just) figured out it was one of my (existing) patches that was causing that error. Thank you, Stefan From: Daniel-Constantin Mierla Sent: Friday, August 26, 2022 6:33:03 PM To: Kamail

Re: [SR-Users] kamailio Trunk authentication

2022-08-29 Thread Henning Westerholt
Hello, For non-commercial support please address our sr-users list (added to CC). Please look at the uac module, there a function uac_auth() for this particular scenario with example cfg. https://kamailio.org/docs/modules/5.5.x/modules/uac.html#uac.f.uac_auth Cheers, Henning -- Henning Weste