Displaying 20 results from an estimated 500 matches similar to: "RE: What is the difference between queeu members and queue agents"
2004 Jul 07
1
RE: What is the difference between queeu members and queue agents
greetings
> > I've read a lot on http://www.voip-info.org/wiki-Asterisk, but I cannot
> > understand what the difference between a queue member and queue agent is.
> Agents would be people who's job it is to answer calls. An agent logs in=20
> indicating that he's now available to take calls. Asterisk then sends calls=
> to each agent as they are free to take a
2006 Aug 03
28
[Bug 498] RTP packets are not hitting NAT table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=498
cfilin@intermedia.net changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |chip@innovates.com
--
Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email
------- You are
2009 Feb 16
4
assuming AR(1) residuals in OLS
Hi to all,
In other statistical software, such as Eviews, it is possible to
regress a model with the Least Squares method, assuming that the
residuals follow an AR(q) process.
For example the resulting regression is something like
y = 1.2154 + 0.2215 x + 0.251 AR(1)
How is it possible to do the same in R?
Thank you very much in advance,
Constantine Tsardounis
http://www.costis.name
2006 Jan 30
4
Loops that last for ever...
Hello, good morning or evening!...
After studying some of the examples at S-poetry Document, I tried to
implement some of the concepts in my R script, that intensively uses
looping constructs. However I did not manage any improvement.
My main problem is that I have a list of a lot of data e.g.:
> xs
[[1]]
[1]........................[1000]
[[2]]
[1]........................[840]
...
[[50]]
2013 Oct 22
2
[Proposal] Add ability to read authorized keys from shell script instead of file
File authorized_keys is unusable for mass key storage and manipulation. I
wan to store keys in something like mysql server, but It will add big
unwanted dependency to package. What if we use auth_rsa.c but instead
search in file send key to some script and read sigle return value if key
finded and empty if not. I think it will be very customizable.
--
With Best Regards,
Constantine
2005 Dec 25
1
Different ARCH results in R and Eviews using garch from tseries
Dear Sir,
First of all Happy Holidays!,...
I am writing to you because I am a bit confused about ARCH estimation.
Is there a way to find what garch() exactly does, without the need of
reading the source code (because I cannot understand it)?
In Eviews (the results at the end) I am getting different results than
in R (for those that have the program I do: Quick -> Estimage Equation
->
2006 Aug 03
0
[Bug 498] New: RTP packets are not hitting NAT table
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=498
Summary: RTP packets are not hitting NAT table
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: Fedora
Status: NEW
Severity: major
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy:
2005 Nov 11
3
Inputing data from multiple files as time series objects
Hello to everyone,...
I am a new R ambitious user. I would like to be the first at my
department using R, but I have encountered a difficulty during the
last days that I cannot overcome reading help() and searching over the
net.
Problem:
I have multiple files with financial data like the following (header included):
E.g.:
filename: AOL.txt
aol.txt
4
3
5
3...
filename: IBM.txt
ibm.txt
6
2
5
2...
2002 Sep 18
2
Samba Log file format
The samba log files leave something to be desired in both format and
management. I'd like to propose a change if I could.
Format:
Previously, a log entry is cut with date and timestamp and action on a
SINGLE line. Now the date and timestamp is on a separate line from the
information that you'd look for in a log file (machine name, ip address,
connection status for service, etc.) This is
2009 Aug 26
2
shaping torrent traffic
hi
who can ever help me out with the shaping of torrent traffic?
i have a pptp at ppp0 over eth0 (10.0.0.1/8)
i would like to shape outgoing traffic of rtorrent on these two
interfaces, assume rtorrent is running at port 6999
need 3mbit for ppp0 and 50mbit for eth0
i supposed:
[tcclasses]
ppp0 1 2mbit 3mbit 1
eth0 2 20mbit 50mbit 2
[tcrules]
1 0.0.0.0/0 0.0.0.0/0 tcp
2011 Mar 16
3
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
Good morning.
LLVM and clang can be built successfully on Fedora 12 PS3.
On RC1, only one test failed.
test/CodeGen/X86/fold-pcmpeqd-0.ll
On release_29 branch, all llvm tests can pass.
(I don't mention clang tests :p )
...Takumi
Fedora release 12 (Constantine)
Linux speedking.localdomain 2.6.32.23-170.fc12.ppc64 #1 SMP Mon Sep 27
17:09:35 UTC 2010 ppc64 ppc64 ppc64 GNU/Linux
llvm
2010 May 14
1
Agents
I've been trying to get the hang of Agents and Queues and I must say
its a little unclear as to how things work.....
So maybe someone has some better idea....
2003 Jul 31
3
Queue and Agents in CVS
Every time I have upgraded via CVS in last few weeks, the
queue and agent program doesn't appear to function together.
The calls are not getting passed: Agent 308 is logged in and idle.
Yet I have a customer that has been on hold for over 8 minutes.
Any Ideas?
===================================================
pbx*CLI> show agents
301 (Lee) not logged in (musiconhold is
2006 Nov 29
1
pxelinux localboot enhancement
pxelinux, when given a localboot=... option, will try to boot next bios
device itself.
The problem is it takes next BIOS device by BIOS order of enumeration.
That has no connection with the boot order defined in BIOS. Since a user
cannot control BIOS enumeration but can control the boot order, there is
no way one can force a desired next device for local boot with pxelinux.
In general, you
2006 Jan 03
1
how to work on multiple R objects?...
Hello, Happy New Year!...
I am encountering a problem trying to work on the data that I load in R.
I have loaded to R a series of stock data using
(csv files are named e.g. IBM.R)
length.R <- length(list.files(".", pattern=".R")) # the number of
files with one #column in the directory "./" ending to
".R"
for (i in 1:length.R) {
2011 Mar 16
0
[LLVMdev] [release_29] Good status of ppc-redhat-linux on Fedora 12 PS3
On Mar 15, 2011, at 7:25 PM, NAKAMURA Takumi wrote:
> Good morning.
>
Hi Nakamura,
> LLVM and clang can be built successfully on Fedora 12 PS3.
>
Hooray! :-)
> On RC1, only one test failed.
> test/CodeGen/X86/fold-pcmpeqd-0.ll
>
Eric commented that this should be fixed on the release branch right now.
> On release_29 branch, all llvm tests can pass.
Woo! :-)
>
2006 Feb 01
0
how to log agents into a queue
hi, i'm testing asterisk
i would like to log some agents in a queue and see how works the system.
i've added to queue.conf
Code:
[700]
wrapuptime=0
timeout=15
strategy=ringall
retry=5
queue-youarenext=
queue-thereare=
queue-thankyou=queue-thankyou
queue-callswaiting=
music=default
monitor-join=yes
monitor-format=
maxlen=0
leavewhenempty=no
joinempty=yes
2014 Jan 12
1
PuTTY: Forwarded connection refused by server: Administratively prohibited [open failed]
Hello,
In my installation, one of the resolvers specified in /etc/resolv.conf
on the sshd OpenSSH server side appears to be experiencing some issues,
and this results in the following issues on the client side with PuTTY:
* a SOCKS5-powered multi-tab web-browser has some web-pages timeout
(takes many seconds), whereas other web-pages stall during this time
* during the time where any
2005 Feb 08
1
SER Interaction: Agents and Extensions
Hey gang,
I'm trying to work out all possible scenarios using SER & Asterisk in our
upcomming deployment. The example scenario is 50 different customers, all
with different numbers of SIP UAs. All UAs would register with SER; This
will help keep any inter-office conversations off our bandwidth since SER
doesn't handle the RTP stream.
Calls from PSTN to UA are easy to handle.
2010 Feb 17
1
crhon compile directive faul in version x64, in Intel i7?
==> CRASH INSTALLING PACKAGES CHRON IN:
Intel(R) Core(TM) i7 CPU 860 @ 2800GHz
==> IT'S COMPILED DIRECTIVE WRONG? REGARD YOUR ATENTION
==> I RUN:
SO:Linux 2.6.31.12-174.2.19.fc12.x86_64 x86_64 Fedora release 12
(Constantine)
==> AND RECEIVE NEXT MESSAGENS IN INSTALLING:
> install.packages()
Loading Tcl/Tk interface ... done
--- Please select a CRAN mirror for use in this