[SR-Users] Re: TOPOS + Forcing the send socket

2023-10-18 Thread Marrold via sr-users
Hi Henning, I bumped the PKG memory up to 24MB all the way up to 128MB and I still get the same issue. Thanks Matthew On Wed, Oct 18, 2023 at 10:18 AM Henning Westerholt wrote: > Hello, > > > > you are running out of private memory. Please try to increase the PKG > memory pool (e.g. by

[SR-Users] Kamailio SIP proxy role

2023-10-18 Thread Ali Taher via sr-users
Hello, I'm using Kamailio as SIP proxy between Session Manager and SBC So here is the scenario : Session Manager sends a call (Invite) to Kamailio, kamailio needs to relay it to SBC after doing some modification. (-Session Manager-) --- > (Kamailio) --- >

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread Arsen Semenov via sr-users
Hello, I use Kamailio + secsipid module to implement France MAN programm which is a slightly different from US STIR/SHAKEN framework but aims the same goal. And yes, have it as a 3rd party service accessible via HTTP requests is another doable option. On Wed 18 Oct 2023 at 10:49, Yuriy G via

[SR-Users] Dispatcher HA:won't route headers be wrong if in-dialog request is sent to backup?

2023-10-18 Thread Richard Chan via sr-users
Hi sr-users, In the case of dispatcher-based HA such as the Wazo example ( https://wazo-platform.org/blog/kamailio-ha-dispatcher-and-dmq) won't the Route: headers be wrong for in-dialog requests if the request is sent to the backup proxy? front proxy -> proxy A, B, C, D,... -> network Suppose

[SR-Users] Re: TOPOS + Forcing the send socket

2023-10-18 Thread Henning Westerholt via sr-users
Hello, you are running out of private memory. Please try to increase the PKG memory pool (e.g. by changing /etc/default/kamailio or similar). You can verify with “ps aux”. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services –

[SR-Users] Re: TOPOS + Forcing the send socket

2023-10-18 Thread Marrold via sr-users
Hi Both, Thanks for the input. I'm now doing it the proper way: modparam("topoh", "use_mode", 1) modparam("topos", "mask_callid", 1) But it's not masking the caller-id and the logs are full of errors: 18(25) CRITICAL: PY3 {INVITE}: [core/mem/q_malloc.c:501]: qm_free(): BUG: bad pointer

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread Yuriy G via sr-users
I will add some clarifications and the purpose of the approach: I've been using a 3d-party service ( written in-house ) via restful API as there were no STIR/SHAKEN modules for the Kamailio at that moment. So in short: it was a matter of time to integrate functionality. ср, 18 окт. 2023 г. в

[SR-Users] Re: STIR/SHAKEN with Kamailio

2023-10-18 Thread David Villasmil via sr-users
I implemented it with Kamailio. I forward all invites to a Kamailio instance that does the stir/shaken stuff and returns it in a 302 which is then added to the INVITE to continue normally. OpenSIPS has a nice how-to and examples on how to do it. Hope that helps David On Wed, 18 Oct 2023 at

[SR-Users] Re: TOPOS + Forcing the send socket

2023-10-18 Thread Henning Westerholt via sr-users
Hello, actually, there is now a mode where you can use both modules together, e.g. refer to the docs: https://kamailio.org/docs/modules/5.7.x/modules/topos.html#topos.p.mask_callid Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services –

[SR-Users] STIR/SHAKEN with Kamailio

2023-10-18 Thread Olle E. Johansson via sr-users
Hello Kamailians! As STIR/SHAKEN seems to cross the ocean and arrive on the European shores, I’m curious on how you’ve implemented it with Kamailio. I asked on our Matrix chat and got two responses that seems to not use the Kamailio STIR/SHAKEN support but rather a 3rd party service that

[SR-Users] Re: TOPOS + Forcing the send socket

2023-10-18 Thread Yuriy G via sr-users
In the header of the topic you talking about topos, but inside the messages you talking about topoh. They are 2 different modules. If you usr them together - they can conflictin case how they affect message. Try use or just topoh, or just topos. On Wed, 18 Oct 2023, 00:45 Marrold via sr-users, <