On 01/21/2014 10:09 PM, Alex Balashov wrote:
> There is not, but there are numerous other modules that provide for that sort
> of thing, such as pdt, drouting, and lcr.
>
> Of course, it's only useful if your DID block falls on decimal boundaries.
> :-)
Thank you Alex.
Could someone point me t
Hello,
in the request route, for initial invite you can store $Ts in an avp, like:
$avp(itime) = $Ts;
before relaying, set an onreply_route for the transaction and then in
onreply route, get the value like:
if(status=="180") {
$avp(pdd) = $Ts - $avp(itime);
}
In acc, you have to save the
Pete Ashdown writes:
> 2) How do I populate the rest of the LCR database? It appears that
> using "kamctl lcr" has been depreciated. Am I supposed to use Siremis?
> Is there any way to do this via shell? Does anyone have any scripts
> that digest csv rate decks from trunkers into the db for cr
Hi,
>From our repeated load tests what we can conclude irrespective of the number
of simultaneous calls, there is always this error "t_continue: transaction
not found" occurring.
If I run say 20 cps, then after running 5000 calls, we observe exactly 20
calls failing with the above error. W