Displaying 20 results from an estimated 546 matches for "tn".
Did you mean:
tun
2011 Apr 05
1
allpage issu on asterisk 1.8.3.x
...but just connecting AMI interface and using Variable: SIPADDHEADER=Alert-Info: Ring Answer variable to call all phones and putting them in meetme conf room.
following is sample of script ( I am pasting half script )
# Now, we have an array (@tocall) with all valid SIP extensions.
while (my $sipxtn = shift @tocall) {
print "VERBOSE \"Doing $sipxtn\" 0\n";
# Open connection to AGI
my $tn = new Net::Telnet ( Port => $mgrport,
Prompt => '/.*[\$%#>] $/',
Output_record_separator => '',...
2007 Mar 16
8
ZFS checksum error detection
Hi all.
A quick question about the checksum error detection routines in ZFS.
Surely ZFS can decide about checksum errors in a redundant environment but
what about an non-redundant one? We connected a single RAID5 array to a
v440 as a NFS server and while doing backups and the like we see the
"zpool status -v" checksum error counters increment once in a while.
Nevertheless the
2019 Dec 11
2
Replication not working for remote Domain Controller
...the two domain controllers on the
local network (dc1 and dc2) are regularly replicated, but dc4 is not
replicated at all:
================================== 8<
==========================================
root at dc1:~/check_ad_replication.py (18:59:47)# ./check_ad_replication.py
CRITICAL: Realm: tn.ies.it Failing: dc4 since forever(!!), Still OK: dc2 as
of 2 mins|ok=1 fail=1
root at dc2:~/check_ad_replication.py# ./check_ad_replication.py
CRITICAL: Realm: tn.ies.it Failing: dc4 since forever(!!), Still OK: dc1 as
of 1 mins|ok=1 fail=1
================================== 8<
================...
2006 Jan 27
3
paging agi
...edistribute it and/or
# modify it under the terms of Version 2 of the GNU General
# Public License as published by the Free Software Foundation
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# page.agi will take all available sip extensions and assign them to the
# global variable PAGE_GROUP. Allowing the phones to be paged from the #
# dialplan with the new Page cmd.
# Each time a page is made thi...
2006 Jun 21
0
Some R-Tcl/Tk-BWidget newbie questions.
...to BWidgets
addTclPath(".")
version.BWidget <<- tclvalue(tclRequire("BWidget"))
start.gui <- function() {
# Toplevel
tt <- tktoplevel()
tkwm.title(tt, "MyTitle")
# Notebook
### --> The following line makes R hang with 100% cpu forever
#tkpack(tn <- tkwidget(tt, "NoteBook"), fill="both", expand=TRUE)
### --> This works, but not sticky="news",
### --> the notebook does not resize together with the window
tn <- tkwidget(tt, "NoteBook")
tkgrid(tn, sticky="news")
### --> I gu...
2007 Mar 25
2
plot of computed vector
gReetings:
I apologize for the non-programming language. I found what seems to be a
strange behavior of plot(). The code follows:
#_____________________________
N=3030; gn=.04; tn=1:100
n=N/(1+(N-1)*exp(-gn*tn))
N=n*(1-exp(-gn*tn))/(1-n*exp(-gn*tn))
plot(N) #strange plot
N
N=rep(3030, 100)
plot(N) #behaves as expected
________________________________
Windows XP, R 2.4.0. or 2.4.1
Thanks,
--
Mihai Nica
Jackson State University
112 Channing Cir.
Canton, MS 39046
601-914...
2005 Feb 06
2
Need help with perl script/agi for ringback
...n
the following:
Action: Originate
Channel: local/xxx@callback/r/n
Exten: 1234
Context: callback
Priority: 1
Extensions.conf
exten => 500,1,agi,callback.pl
callback perl script:
use Net::Telnet ();
$mgrUSERNAME='fred';
$mgrSECRET='bloggs';
$server_ip='127.0.0.1';
$tn->print("Action: originate\nExten: 1234\nContext:
user\nChannel: local/xxx@user/r/n\nPriority:
1\nCallerid: 1234\n\n");
$tn->waitfor('/Event: Newchannel.*/') or die "Unable
to determine call status", $tn->lastline;
# wait for asterisk to process...
2013 Feb 19
2
introducing jitter in overlapping graphs using ggplots (plotmeans). Also sciplot.
Hi,
I want to plot means with standard deviations of Total Nitrogen (TN) across
4 stations (S1-S4) and over 3 years (2007-2009). I want this plot in one
panel.
I do not want medians (bwplot, boxplot).
I have tried a few different packages and it seems that ggplots with
plotmeans was the fastest (I am not extremely skilled in writing my own
scripts). Unfortunately,...
2008 Aug 02
4
checksum errors after online''ing device
Dear all
As we wanted to patch one of our iSCSI Solaris servers we had to offline
the ZFS submirrors on the clients connected to that server. The devices
connected to the second server stayed online so the pools on the clients
were still available but in degraded mode. When the server came back
up we onlined the devices on the clients an the resilver completed pretty
quickly as the
2004 Aug 06
0
Python script to automate icecast
...import Telnet
from time import strftime
class icecon:
def __init__(self, admin_password, oper_password, host='127.0.0.1',
port=8000):
self.admin_password = admin_password
self.oper_password = oper_password
self.host = host
self.port = port
self.tn = None
self.admin = 0
self.oper = 0
def Connect(self):
self.tn = Telnet(self.host, self.port)
return (self.tn != None)
def Status(self, toggle='off'):
if self.MakeAdmin():
return self.Command('status ' + toggle)
def...
2004 May 24
1
barplot
I??ve tried version 1.9.0 barplot with these (and others) example from the
help page:
tN <- table(Ni <- rpois(100, lambda=5))
r <- barplot(tN, col='gray')
I get :
<<...OLE_Obj...>>
Same example with version 1.8.1 gives the following result:
<<...OLE_Obj...>>
What is wrong with v.1.9.0?
Thanks,
Carlos Guevel
2006 Jan 14
1
Different length of objects
Hello,
i got an warning message in the following code:
f<-1:100
t<-1:100
b<-100
ll2 <- function(b,f,t) {
t<-cumsum(t)
tn<-t[length(t)]
i<-seq(along=f)
s1<-(tn*exp(-b*tn)*sum(f[i]))/(1-exp(-b*tn))
s2<-sum((f[i]*(t[i]*exp(-b*t[i])-t[i-1]*exp(b*t[i-1])))/(exp(-b*t[i-1])-exp(-b*t[i])))
s1-s2
}
ll2(b,f,t)
i think, the problem here is, that t[0] doesn't exist and so i got
different length of obj...
2008 Oct 24
1
dovecot:mail storage creation failed with mail location:mbox:/HOME_DIRECTORY_USED_BUT_NOT_GIVEN_USERDB/mail:INBOX=/var/spool/mail/test1@poste.tn
...k an error has appeared in the use of the dovecot e mail server
Squirrelmail an error occured:ERROR:Connection dropped by IMAP server
and in the log mail we find:
mail
storage creation failed with mail
location:mbox:/HOME_DIRECTORY_USED_BUT_NOT_GIVEN_USERDB/mail:INBOX=/var/spool/mail/test1 at poste.tn
child 5757(imap) returned error 89
can you give me a help
i am waiting your response impatiently
thanks
2007 Nov 19
1
asterisk manager and perl
...session to generate like this :
$telnet localhost 5038
Action: Login
Username: useroperator
Secret: password
Action: Originate
Context: context
Channel: Local/0123456789 at context
Exten: 221
Priority: 1
it works good :)
instead with a script perl like this :
....
use Net::Telnet ();
....
$tn->print("Action: Login\nUsername:$USERNAME\n Secret:$SECRET\n\n");
$tn->waitfor('/Authentication accept*/')
$tn->print("Action: Originate\n");
$tn->print("Context: context\n");
$tn->print("Channel: Local/0123456789\@context \n")...
2004 Jan 16
1
error message in plot(aov-object) -- repost
...] -0.2428688 0.2020649
Her data set and the model are as follows:
Data:
http://www.bot.unibas.ch/~pascal/ParzJan.csv
Model (I don't understand the model, but that's not the issue here)
p <- read.csv("ParzJan.csv",header=T)
p.aov <-aov(terms(JI~SP+Ex+Neig+pH+K/G+H+D+tN+br+aN:br+tN:D
+br:D+aN:br:D+br:tN+aN:br:D + aN:br:tN+ K:D+ K:tN+ K:br
+K:aN:br+ G:K:D+ G:K:tN+ G:K:br+G:K:aN:br+ D:H+ tN:H+ br:H
+ aN:br:H, keep.order=T), data=p)
Any help regarding the source of this plot() error message is appreciated.
Pascal
P.S.: She used R 1.7.1 on a Mac, but th...
2009 May 22
5
Need a faster function to replace missing data
Dear List,
I need some help in coming up with a function that will take two data sets, determine if a value is missing in one, find a value in the second that was taken at about the same time, and substitute the second value in for where the first should have been. My problem is from a fish tracking study. We put acoustic tags in fish and track them for several days. Location data is supposed
2007 Nov 30
1
meta-analysis on diagnostic tests (bivariate approach)
...uff which I cant
find a solution. In a step it is mentioned a Van Houwelingen (Statist. Med.
2002; 21:589–624) approach to incorporate between and within study variances
and using the restricted maximum likelihood estimation.
This is the script (or function) so far....
bivar<-function(TP,FP,FN,TN){
# find a way to sum 0.5 to each null cell if any
Se<-TP/(TP+FN)
Sp<-TN/(TN+FP)
logSe<-log(Se/(1-Se))
logSp<-log(Sp/(1-Sp))
vlogSe<-1/(Se*(1-Se)*(TP+FN))
vlogSp<-1/(Sp*(1-Sp)*(TN+FP))
bsvlogSp<-0
cblog<-0
bsvlog...
2004 Apr 16
2
barplot() does not draw bars correctly in R 1.9.0 (PR#6776)
Bars are not stacked, but superimposed. This happens even with the first
example of barplot:
tN <- table(Ni <- rpois(100, lambda=5))
r <- barplot(tN, col='gray')
--please do not edit the information below--
Version:
platform = i386-pc-mingw32
arch = i386
os = mingw32
system = i386, mingw32
status =
major = 1
minor = 9.0
year = 2004
month = 04
day = 12
langua...
2008 Feb 12
3
How many R packages?
...ovine".
Selecting only CRAN and CRAN(extras) I get 1,344.
Is there an easier way to determine the total number of R packages
available?
Thanks,
Bob
=========================================================
Bob Muenchen (pronounced Min'-chen), Manager
Statistical Consulting Center
U of TN Office of Information Technology
200 Stokely Management Center, Knoxville, TN 37996-0520
Voice: (865) 974-5230
FAX: (865) 974-4810
Email: muenchen at utk.edu
Web: http://oit.utk.edu/scc,
News: http://listserv.utk.edu/archives/statnews.html
=========================================================
2005 Dec 15
2
Why is bubbles() creating empty png graphs?
...;- 1:5
years <- seq(98, 0, -7)
progress_end <- length(tbls) * length(runs) * length(years)
progress <- 0
for (year in years)
{
fd <- paste("/home/rkrug/Documents/R/plots/Y", year, sep="")
dir.create(fd, showWarnings=FALSE, recursive = TRUE)
for (run in runs)
{
for (tn in tbls)
{
fn <- paste(fd, "/", tn, "_R", run, "_Y", year, ".png", sep="")
progress <- progress + 1
cat(progress, 'of', progress_end, " | ", fn, " | ")
flush.console()
if (!file.exists(fn))
{
q <- paste("sel...