[SR-Users] LCR help

2014-01-22 Thread Pete Ashdown
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

Re: [SR-Users] pdd value

2014-01-22 Thread Daniel-Constantin Mierla
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

[SR-Users] LCR help

2014-01-22 Thread Juha Heinanen
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

Re: [SR-Users] FW: Regd. t_suspend() and t_continue()

2014-01-22 Thread Shankar
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