* fix pv mock to align kamailio behavior with pv_unset() for avps.
It removes only the first value not all, only when using '[*]'
pv_unset("$avp(name)") != pv_unset("$(avp(name)[*])")
pv_unset("$avp(name)") == pv_unset("$(avp(name)[0])")
pv_unset("$(avp(name)[1])") == pv_unset("$(avp(name)[0])")
Change-Id: I1aab2150d288da546b144388adb7b2f87ecfb069
* rename set_by_uuid to set_by_key as key can be anything now
* save uuid as an additional parameter inside the key entry
Change-Id: Ic63e11855d96931b2676b991d012197c35d8ca2f
Git daemon which provided Sipwise anonymous access to
internal Git repository is deprecated. Also it is
useless to point public GitHub repository to the internal git server.
Change-Id: I61e8380e4559afe0371ffdd993e3444a5330e951
Support for detecting SIP loops for kamailio.
Count on redis the combination of $fu;$tu;$ru in a period
of time
Change-Id: I3a34e3086490a26bbd4a6db8e4efc86145bfb017
The count argument influences the operation in the following ways:
* count > 0: Remove elements equal to value moving from head to tail.
* count < 0: Remove elements equal to value moving from tail to head.
* count = 0: Remove all elements equal to value.
Change-Id: Ia77b760fcada0027fe58a48f4b335d5c264e8917
This way we get a Debian Jessie system with Sipwise mirrors and need
not do any additional setup.
* we need lua-unit from our repos
Change-Id: I08fb9f594f94bed08b1a60d112d676475973a1a6
Versions of LuaUnit before version 3.1 would export all assertions
functions to the global namespace
Change-Id: I0bdc03f63acbbe05c49ce10a00e551e60f914b3f
Since we invoke the ngcp-sercmd command only in the postinst
script and not in preinst it's ought to be enough to depend
on the ngcp-system-tools-* package, quoting Debian Policy,
section 7.2:
| Pre-Depends are also required if the preinst script depends
| on the named package. It is best to avoid this situation if possible.
As piuparts doesn't support resolving Pre-Dependencies yet
this also solves our failing piuparts runs.
Change-Id: Ife43bfb7547c3331d541723782d8b374894e30b5
if true it will check for duplication of keys at the list of counters used
when calling set(). Added is_in_set() to check if a key is already there
Change-Id: Ib1da91dd3cdb13c537577d8e36c1a22920112ce0