El Thu, 28 Jul 2022 18:08:33 +0000 Henning Westerholt hw@gilawa.com escribió:
Hi,
pipelimit allows dynamic queues from a DB. But if you want to limit concurrent calls, the best option is probably using dialog profiles with the dialog modules. For a cps limit you could also just use htable.
Cheers,
Hi Henning
No, concurrent calls is not the issue. CAPS is.
pipelimit seems promising. Don't like the db backend requirement. I guess I can use dbtext, leave it blank and create pipes on demand with pl_check and read the limit from a custom header. This system doesn't have db backend as it's a loadbalancer for multiple kamailio servers and needs to be fast as hell.
thank you
Jon