Displaying 3 results from an estimated 3 matches for "625f".
Did you mean:
625
2006 Apr 01
1
Problem: ringtones stop unexpectedly when multiple channels are dialed
...CONSOLE OUTPUT FOR THE INCOMING CALL:
asterisk*CLI>
-- Executing Dial("SIP/3058472194-ff33",
"SIP/1035&SIP/17864883123@broadvoice|50") in new stack
-- Called 1035
-- Called 17864883123@richmedium
-- SIP/1035-21d1 is ringing
-- SIP/richmedium-625f is ringing
-- SIP/richmedium-625f is making progress passing it to
SIP/3058472194-ff33 <-------- (Ringtones stop at this point)
-- SIP/richmedium-625f answered SIP/3058472194-ff33
-- Attempting native bridge of SIP/3058472194-ff33 and
SIP/richmedium-625f...
2010 Jun 03
2
mangled user_attrs from LDAP
...0x0060: 6163 636f 756e 7473 7461 7475 7304 0661 accountstatus..a
0x0070: 6374 6976 65a3 1c04 1265 6d61 696c 6163 ctive....emailac
0x0080: 636f 756e 7453 7461 7475 7304 0661 6374 countStatus..act
0x0090: 6976 65a1 5fa3 2704 0375 6964 0420 626f ive._.'..uid..bo
0x00a0: 625f 6d61 6364 6f6e 616c 6440 6772 6561 b_xxxxxxxxx at xxxx
0x00b0: 7473 6c61 7665 6865 6c69 2e63 6f6d a334 xxxxxxxxxx.com.4
0x00c0: 0410 6d61 696c 4c6f 6361 6c41 6464 7265 ..mailLocalAddre
0x00d0: 7373 0420 626f 625f 6d61 6364 6f6e 616c ss..bob_xxxxxxxx
0x00e0: 6440 6772 6561 74...
2000 Oct 17
2
Percentile function
Is there an R function that inputs a value and a vector, and
returns the percentile corresponding to the value?
Something like
pvalue<-function(x,vector){mean(x>=vector)}
but with interpolation.
Given the above function, is there a way to do the following
without the loop:
for(i in 1:10) y[i] <- pvalue(x[i],vector)
where x and y are numeric vectors of length 10?
--
Art Salwin