Displaying 20 results from an estimated 300 matches similar to: "Automatic attendant - Error in CLI."
2010 Jun 18
1
Error trying to add context: Context 'internal' tries to include nonexistent context 'nighttime|12:30-8:00|mon-fri|*|*'
Hello again dear list.
Could you please help with this?
Thank you for all support, you are great, and i am now at a late stage in the setup and tweaking this server,
So I hope you can help me again.
I Can't make include the context nighttime. Just to demonstrate if it works, I have a playback function there.
But CLI reports:
CLI
[Jun 18 14:20:22] WARNING[2287]: pbx.c:9542
2010 Jun 21
3
features.conf - parkedcalls - transfer
Hello dear list.
I am having issues on parkedcalls.
I am using a Cisco SPA525G as a test phone, and I have the transfer button there when I am in a call,
But when I want to transfer the current call I am in, I push the transfer button, and onscreen I se "Enter Number", and if I enter ex sip 200, I have to wait
Almost 10 seconds, before the transfer to sip 200 is made, can I reduce
2010 Jun 22
1
Unregister and register SIP phones by using num pad on phones?
Hello dear list.
A couple of years ago, I worked with a Alcatel IP pbx and Alcatel Sip phones, and we had the opportunity
to unregister user by typing *-a number and -* again, ex * 99 *, and then the phone number/sip extension was unavailable, and
all of the calls to that extension was redirected to the receptionist.
When the user came back and wanted to register her sip account/extension, the
2010 Jun 14
1
Call queues - issues, can't make it work.
Hello there
I have been struggling with queues, because i think this is the right module for our business.
My main goal, is when we receive external calls, the receptionist should be able to transfer the call to us
Technicians, and I am trying to add 2 extensions to a queue name [teknisk]
Extension 301 and 302.
I have a test setup now which I thought should look like this:
When a external call
2010 Jan 11
1
K-means recluster data with given cluster centers
K-means recluster data with given cluster centers
Dear R user,
I have several large data sets. Over time additional new data sets will be created.
I want to cluster all the data in a similar/ identical way with the k-means algorithm.
With the first data set I will find my cluster centers and save the cluster centers to a file [1].
This first data set is huge, it is guarantied that cluster
2014 Sep 30
2
[LLVMdev] Windows Installer
Hi Hans,
Answers inline below.
Regards,
Eric
On 9/30/14, 8:05 AM, Hans Wennborg wrote:
> On Mon, Sep 29, 2014 at 7:56 PM, Eric Mader <emader at gmx.us> wrote:
>> Hi Hans,
>>
>> I think installer.bat found my visual Studio installation because it
>> installed the Win32 toolsets but not the x64 ones. (It took me a while to
>> work this out ;-) I installed
2013 Feb 07
1
R intermittently crashes across cluster
Greetings,
I am having an interesting problem and I wonder if anyone else has
seen this behavior.
I am running R 2.11.1 with SNOW 0.3-3 on a Dell cluster running CentOS 5.5.
I create my cluster using:
cluster<- makeCluster(nodes,type="SOCK",port=10191) # nodes is a
vector of compute nodes
I then wrap a loop around clusterApplyLB to evaluate my function
multiple times, with
2013 Apr 29
1
OSTs inactive on one client (only)
Hi everyone,
I have seen this question here before, but without a very
satisfactory answer. One of our half a dozen clients has
lost access to a set of OSTs:
> lfs osts
OBDS::
0: lustre-OST0000_UUID ACTIVE
1: lustre-OST0001_UUID ACTIVE
2: lustre-OST0002_UUID INACTIVE
3: lustre-OST0003_UUID INACTIVE
4: lustre-OST0004_UUID INACTIVE
5: lustre-OST0005_UUID ACTIVE
6: lustre-OST0006_UUID ACTIVE
1999 Mar 26
0
ANNOUNCE: New Security Tool: HostSentry 0.02 Alpha
Hello,
After a long delay I'm happy to announce the alpha release of a new
security tool called HostSentry. HostSentry is part of the Abacus Project
suite of security tools and is designed to function as a Login Anomaly
Detector. The tool is in early alpha phase and while some parts may be
buggy or incomplete, it is stable enough that it shouldn't cause any harm
to a host.
A few points
2002 Sep 23
0
Latest on Abacus DPMI problem.
I contacted Mr. Heinonen, and got the response below. So, he says the
problem is, it is 16 bit DPMI, which is rare, and the real problem is,
DOSVM has a bug which allows two simultaneous interrupts. I assured him I
was not asking anyone to work on the problem at all. I needed to get a
handle on it, I had thought it was a locked selector problem. Learning what
the real problem was, is a big
2011 Aug 26
1
Add lines to xy plot with temporal x axis
Hi. I'm trying to add some vertical lines to an xyplot in which x axis is a
temporal variable (class=dates) and y axis a factor variable.
This is my code:
xyplot(factor(Abacus$Emisor)~Abacus$Dia,xlab="Date", ylab="Fish",pch=124,
scales=list(x=list(format="%b %Y",tick.number=30))
, panel=function(...){
panel.xyplot(...)
panel.abline(v=08/08/2008)
})
I'd
2012 Aug 20
3
[LLVMdev] Problem with "Does not dominate all uses"
Hi!
I'm having some trouble with a pass I'm writing.
I'm using DemotePHIToStack to remove all phi node in my code with this code (this is the first thing I do in my pass):
// Erase phi node
vector<PHINode*> phis;
for (Function::iterator i=f->begin();i!=f->end();++i) {
for(BasicBlock::iterator b=i->begin();b!=i->end();++b) {
2012 Aug 20
0
[LLVMdev] Problem with "Does not dominate all uses"
In your original file, %6 is defined in if.end11 and is used in cond.end. if.end11 branches to cond.true and cond.false, both of which branch unconditionally to cond.end. Therefore %6 dominates its use.
In your second file %18 is defined in end.11 and used in cond.end. However, end.11 no longer dominates cond.end because you have rewritten all branches to go through the switch statement in
1997 Dec 05
3
New Program: Abacus Sentry - Port Scan Detector
Hello,
I just made available a beta version of a port scan detector that I''ve
been working on. The program, called Abacus Sentry, is a port scan/probe
detector that offers what I think are a number of unique and useful
features:
- Runs on TCP or UDP sockets. Configurable by the user to bind to
multiples of sockets for increased detection coverage.
- Adjustable scan detection value with
2008 Dec 12
4
Can't connect client when runned from Windows Service
Hi,
I have a client on a Windows machine that connects through openssh on a
linux server.
I have this script (tunnel.cmd):
@echo off
:RUN echo Connecting?
"C:/Program Files/OpenSSH/bin/ssh.exe" -R 40201:localhost:50300 -o
TCPKeepAlive=no -o ServerAliveInterval=15 -o ServerAliveCountMax=2 -i id_rsa
visma at 10.55.40.123
echo Restarting in 10 seconds?
GOTO RUN
It is runned from another
2014 Aug 02
2
[LLVMdev] Create "appending" section that can be partially dead stripped
On 01/08/14 19:37, Reid Kleckner wrote:
> What happens if you drop appending linkage? I think it will just work,
> since you are already using a custom section, which will ensure that all
> the data appears contiguously in memory.
Thanks for the suggestion, but it still puts everything in a single
.section statement.
> Although, I do worry about what LLVM's alias analysis will
1998 May 27
0
Updated: Sentry Port Scan Detector 0.60
Hello,
I would normally not write this list to announce an update to a software
package, however there have been a number of very significant changes to
this program that users of it may want to upgrade and new users may want
to check out.
What it is
=-=-=-=-=-
Sentry is a port scan detector for Linux, *BSD, and most UNIX variants.
What it does
=-=-=-=-=-=-
Sentry monitors your systems for
2001 Mar 27
0
Compiling Samba 2.2.0-alpha3 on SCO Openserver 5.0.6
Hello,
We are trying to compile the samba 2.2.0-alpha3 source on a SCO Openserver
5.0.6 server.
we ran configure with standard options no visible problems. On running make
we get the following error
.....
Compiling tdb/spinlock.c
Compiling tdb/tdbutil.c
Compiling printing/printing.c
Compiling printing/nt_printing.c
Compiling smbd/noquotas.c
Compiling smbd/oplock.c
Compiling smbd/oplock_irix.c
2014 Aug 05
2
[LLVMdev] Create "appending" section that can be partially dead stripped
On 04 Aug 2014, at 09:27, Reid Kleckner wrote:
> On Sat, Aug 2, 2014 at 7:51 AM, Jonas Maebe
> <jonas.maebe at elis.ugent.be>
> wrote:
>
>> On 01/08/14 19:37, Reid Kleckner wrote:
>>
>>> What happens if you drop appending linkage? I think it will just
>>> work,
>>> since you are already using a custom section, which will ensure
2002 Sep 18
2
Abacus DOS problem Lock Selector
A lawyer in California is trying to change to linux. In CA, there are a
number of programs required by the courts, and so far none are ported to
linux at any price. His reason for wishing to change has to do with the
fact that Microsoft now controls his access to his own files, and he finds
this unacceptable.
I tried one of his apps, an old DOS version of Abacus. Using the WINe with
Redhat