search for: envorin

Displaying 2 results from an estimated 2 matches for "envorin".

Did you mean: environ
2004 Aug 06
3
ASTERISK AND 120 CONCURRENT CALLS
hello all, does anyone has experiencie using asterisk with a digium CARD using G729 managing 120 concurrent calls with SIP and/or H323??? I wanna know if Asterisk is stable doing this....because we wanna implement it in some locations!! Thanks All!! Sebastian. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2013 Jan 16
2
Codetools Query (repost)
Sorry for reposting, i keep forgetting this should be plain text. Will not make this mistake again Hello, The following code moo <- function(a=1){ x=1; x=x+y} funs <- new.env() enter <- function(type, v, e, w){ assign(v, TRUE, funs) } library(codetools) collectUsage(moo, enterGlobal = enter) adds + to the environment funs i.e. funs: "=" "{" "+"