search for: responsetim

Displaying 4 results from an estimated 4 matches for "responsetim".

Did you mean: responsetime
2013 May 13
0
Middleware example from Railscast #151 doesn't work as expected. Need help.
My middleware class "ResponseTimer" doesn''t intercept a request. I don''t know why (the example is from here http://railscasts.com/episodes/151-rack-middleware?view=asciicast; I changed my one a little for Rails 3.2.13 version, the original is for Rails 2.x). So I did as follows: ## in \lib\response_timer.r...
2011 Nov 15
2
using tapply() with the quantile function?
...p. Then I superimpose a regularly-spaced grid over the response times and spatially join the ambulance responses with the grids. Therefore each emergency incident has a grid ID and a response time. This is exported out as a text file and read into R. Using R I issue the command "tapply(Cape $ ResponseTime, Cape $ Grid_ID, mean)" and this gives me the mean average of the response times for each 1 kilometer grid. This returns a result. It is not in the format I wanted but I can work on that as soon as I get the percentile function working. I am hoping to get a list which I can write to a text fi...
2006 Nov 03
4
some simple newbie help with dialplan needed...
Hi all! I need a simple plan for the following: *answer call *wait for 4 digit extension *send call to 4-digit extension entered. I tried the following, but that doesn't work... exten => 998,1,Answer() exten => 998,2,Background(agent-newlocation) exten => 998,n,WaitExten(20) exten => 998,n,Dial(SIP/${EXTEN}@${SERADDRESS},60,tr) WaitExten obviously does not fill EXTEN with
2013 Aug 22
2
How to get the original SIP result code
B.H. Hello, i'm using AMI Originate action (with async=true) to send outgoing calls to a SIP trunk (using asterisk-java library to connect to AMI). The problem is that in case of failed originate, OriginateResponse event is returning only the reason code which is sometimes not sufficient to determine the real cause of failure. Also, there's no way to link between the channel that was