Displaying 19 results from an estimated 19 matches similar to: "Adding complex new columns to data frame depending on existing column"
2007 May 09
3
The 'h' extension problem
Hi all,
There is a problem with my dialplan. here is the dialplan:
exten=> 123,1,Dial(SIP/U1,,Ttg)
exten=> 123,2,Hangup
exten=> h,1,AGI(onhangup.pl)
The problem is whenever U1 is called or calls someone, if U1 hangsup the
call then the h extension is NOT executed. but if the other person hangsup
the call, then the h extension is executed (assuming that the other person
is calling
2013 Jan 17
2
Centos 6.3: load average strangeness
Hi, on my c6.3 server (guest of a vmware host) I have a strange load
average value:
w command:
> [root at s-doc ~]# w
> 11:19:23 up 41 days, 23:15, 1 user, load average: 4,03, 4,03, 4,00
> USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
> root pts/2 dodo:S.0 11:15 0.00s 0.02s 0.00s w
top command:
> top - 12:13:31 up 42 days, 9 min, 1
2010 May 19
1
sample and rearrange
Dear Wu Gong and Peter Ehlers,
thank you very much for your help debugging my script.
Now I have a general following up question:
Is there a straightforward way to rearrange the following dataset so
that all first letters of each column will be combined in one column,
all the second letters in a second column, all the third ones in a
third column and so on, resulting in 7 columns,
i.e. for
2012 Feb 29
1
codon usage bias
Hey guys, I have what i think is a really simple problem :(
I installed the seqinr library. I want to do an RSCU analysis.
But i can't get it to work in even the simplest case. for example, if i have
a string read in:
> newdata5
$testseq
[1] "agtgagatgatagatagatagatagatagatagatagaccccccagata"
and then i perform an RSCU analysis on it...
>
2010 May 19
2
a2billing DID and Queues
Hi all,
I have configured asterisk and a2billing.for inbound i have also configured
did and its forwarded to sip extensions.
But i want to enable queues with inbound numbers(DID).But i could not find a
way to do this in a2billing.
I want enable that if some did comes to asterisk/a2billing it should be
forwarded to queues not sip extensions and
their i want to enable hunting so if one
2015 Jul 06
0
Asterisk 13.4.0 - mixmonitor only records one side's perspective
Hi All
I have a problem with mixmonitor in 13.4.0 doing the following:
1. Caller phones in
2. Reception picks up
3. Talks to caller
4. Does attended transfer, talks to manager to screen the caller wanting to
speak to him
5. Complete the transfer by putting down her handset so the caller can
speak to the manager
6. Caller talks to the manager
The problem is that mixmonitor only records
2007 Sep 19
0
RTP Read too short with T.38
I have the following situation:
SIP Provider -> My asterisk -> SPA2102.
Time to time I recieve a lot of warnings on asterisk CLI with RTP Read too
short, after T.38 session established.
It hapens only in one direction when fax trasmited from provider to SPA2102.
I noticed, that asterisk did not pases one packet, that i include below.
Asterisk reports warning , and drops that frame
2004 Jul 19
3
Numbering Plan and Siemens EWSD
Hi all,
We're trying to hook up our Asterisk config (Card: TE410P) with a
Siemens EWSD switch. The link is ok on both ends (green), with no errors.
The problem is when we try to make a call from our side (via call
files), we get the pri/E1 error
Ext: 1 Cause: Temporary failure (41), class = Network Congestion (2)
Our Telecom partner (they checked with Siemens) mentioned that we need
to
2006 Sep 09
1
[LLVMdev] gfortran: link error building gfortran on linux
Hi, in trying to build an llvm-gfortran on linux from today's gcc4
SVN, I get the following link errors that didn't show up on OS X. This
is also using LLVM CVS from this morning.
They appear to mostly be related to CodeWarrior compatibility code,
but a couple are less obvious.
What's the best way to fix this? I'm stuck without my powerbook for at
least three weeks and I'd
2004 Mar 01
0
failure notice (PR#6630)
Hi. This is the qmail-send program at provida.org.br.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<musical@provida.org.br>:
vdeliver: ERRO: Usu?rio n?o existe: 'musical'.
--- Below this line is a copy of the message.
Return-Path: <r-bugs@r-project.org>
2013 Mar 06
12
if dentro de for
Buenas,
Me encuentro con el mismo problema, de que me dice que el argumento del if
no es un "valor ausente donde TRUE/FALSE es necesario"
Este es mi codigo de pruebas.
readseq <- "aaaaaaaaaaa", "aaa", "aa")
auxiliar <- count(readseq[j],i+2)
aux_a <- auxiliar["listaa"]
if(aux_a > 0){
matrizgraf3[i][k] = matrizgraf3[i][k] + 1
listaa
2006 Mar 13
1
Cannot load wcfxo -- Please help!
I'm afraid that I am at a loss here. I am new to Asterisk, and have
successfully set up SIP. But I cannot get my FXS card working, and I'm not
sure what else I can try.
# modprobe wcfxo
/lib/modules/2.4.21-37.0.1.ELsmp/misc/wcfxo.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including
invalid IO or IRQ parameters.
You may
2005 Aug 18
0
How to get long distance carrier to provide separate billing for several companies that share a PRI to LEC?
I have a single PRI to our local telco that is shared by
multiple companies. I would like to find a way to get our
long distance carrier to provide separate billing for these
companies.
I am currently calling Authenticate() to collect an account code
which is written to the call detail record, then I estimate the
charges for each company by parsing the call detail records.
This doesn't work
2018 Aug 27
2
feeling n00b again
Retrying, falling of the list some how :-(
-------- Original Message --------
Subject: feeling n00b again
Date: 2018-08-20 09:51
From: asterisk at a-domani.nl
To: asterisk-users at lists.digium.com
Hi all,
Long time ago, I followed a Asterisk training, and both at work and at
home, was able to deploy Asterisk,
make all sorts of internal call (hard/soft voip-phones,
incoming/outgoing,
2006 Apr 17
2
has_one problem in a form
Hello all,
I have a syntax question. How does one refer to a field brought in via a
has_one/belongs_to relationship in a form helper? Basically, I have two
models:
class Resource < ActiveRecord::Base
has_one :other_thing
end
class OtherThing < ActiveRecord::Base
belongs_to :resource
end
It has the normal id-resource_id foreign key relationship. OtherThing has
two fields, plus the
2004 Jan 11
1
Trying to configure a SAMBA 3 PDC with OpenLDAP
Hello,
I have some problems trying to configure a PDC with OpenLDAP backend using Samba 3.0.1.
My LDAP server is working fine and has the samba templates.
I am able to configure users. The procedure I am using is I first create the user in the LDAP server using posixAccount, shadowAccount, etc. Then, as root, I write
smbpasswd -a user
and it works fine.
I get the same effect if I use
2006 Apr 17
40
Convince me to buy TextMate!
I got a Powerbook recently and am debating buying TextMate. I installed
the trial and have checked it out, but don''t see what''s so great about
it. AFAICS it''s the Ruby and Rails macros for expansion and other stuff
that might be it. Other than that, TextMate seems like a pretty basic
editor. I currently use PSPad and Editplus, and I could probably
get/make macros
2005 Sep 03
2
xen unstable build domU kenel fails on entry.S
amd64:/usr/src/xen-unstable.hg#hg tip
changeset: 6597:a1de77c1486c5f35884e9f578b7f33b6bd75c362
tag: tip
user: shand@ubuntu.eng.hq.xensource.com
date: Sat Sep 3 03:36:29 2005
summary: Enable ''live'' migration from a tools pov; prior to this the
''live'' flag was
Which option in make ARCH=xen menuconfig should i disable to get rid of
2005 Aug 22
1
Howto unpatch the xen tree
Hi,
If i download the patches in my tree with
"hg pull -u" and i think a certain patch breaks
my setup, how can i unpatch the file.
i have the patch in .diff format...
kind regards,
Robin van Leeuwen
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel