is
another approach here. Tried it as a proof of concept recently and it
seems to do its job.
Seems like pipelimit is derived from ratelimit. What's the main
difference from ratelimit, other than named pipes and DB support? What's
the purpose of the DB support of pipelimit? Does it cache its values and
can be reloaded from DB on demand (I don't see an rpc command for that)?
That would be really valuable.
Andreas
On 08/29/2016 05:39 PM, Alex Balashov wrote:
On 08/29/2016 11:37 AM, NITESH BANSAL wrote:
Finally I got it working. The issue was that I
was trying to use
pikelimit with Kamailio version 4.1, 4.1 version doesn't allow for
dynamic pipe creation.
In the end, I backported pipelimit code from Kamailio version 4.2 and
used pl_check function to create dynamic pipes.
Excellent. That was indeed an important shift. :-)