Displaying 20 results from an estimated 92 matches for "x112".
Did you mean:
x11
2005 Sep 08
5
data manipulation
Dear All,
I would be grateful if you can help me. My problem is the following:
I have a data set like:
ID time X1 X2
1 1 x111 x211
1 2 x112 x212
2 1 x121 x221
2 2 x122 x222
2 3 x123 x223
where X1 and X2 are 2 covariates and "time" is the time of observation and ID indicates the cluster.
I want to merge the above data by creating a new variable "X" and &quo...
2005 Oct 05
4
dropped calls when g729 is used on sip leg
...Does anyone have any idea where to look? I'll post whatever logs anyone
thinks might help.
I'm using 1.2.0b1, but this occurred with my CVS HEAD of around
7/20/2005 as well.
Thanks!
Mojo
--
Mojo <mojo@horanappraisals.com>
Office Manger, Horan & Company, LLC
(907) 747-6666 x112
2005 Oct 17
6
initiate call recording from phone.
I am looking for a way to allow a user to record a call simply by
pressing a button or some combination of buttons on their phone. Is
this possible?
I have read the stuff about the monitor command; however, this doesn't
seem to be very interactive for the user.
Thanks,
Andy
--
H. Andy Goss
Network Engineer
Network Advocates Inc.
Main: 502.412.1050
DID: 502.992.5933
Mobile: 502.387.8216
2006 Mar 13
2
Simple php script to monitor asterisk calls
...ot sure what
else I'll have in it eventually, we'll see. It's only tested with SIP,
IAX should work but dunno. I'll post back when I improve it.
Comments, suggestions welcome!
Moj
--
Mojo <mojo@horanappraisals.com>
Office Manger, Horan & Company, LLC
(907) 747-6666 x112
2018 May 24
0
Manipulation of data.frame into an array
...ly handy.
What you need to do is convert the data frame to a single (numeric) vector
for, e.g. a matrix() call. This can be easily done by noting that a data
frame is also a list and using do.call():
## imp is the data frame:
do.call(c,imp)
X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114
1 2 1 2 1 2 1 2 1 2 1 2 1 2
X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212
1 2 0 1 0 1 1 1 0 1 0 1 0 1
X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10
1 1...
2012 May 16
1
Merging multiple data sets
...r data sets in dir "D:/Bharat Warule/Rdata_file" which are
output_data_prod_1.rda, output_data_prod_2.rda, output_data_prod_3.rda,
output_data_prod_4.rda.
Each data set is huge size like number of rows 343297 and columns are near
to 50.
For example:
x1 <- data.frame(x11=c(1,2,3,4,5),x112=c(10,10,10,10,10))
x2 <- data.frame(x11=c(1,2,3,4,5),x122=c(20,20,20,20,20))
x3 <- data.frame(x11=c(1,2,3,4,5),x132=c(30,30,30,30,30))
x4 <- data.frame(x11=c(1,2,3,4,5),x142=c(40,40,40,40,40))
x5 <- data.frame(x11=c(1,2,3,4,5),x152=c(50,50,50,50,50))
for(i in 1:5){
name <- paste(...
2005 Dec 28
3
voip-info: Asterisk record calls
On this page http://www.voip-info.org/wiki-Asterisk+record+calls there
is "Example by Mojo". I have done everything he said and I have sox
package installed.
[root@pbx recordings]# sox -help
sox: Version 12.17.7
...
When I open this web page http://10.0.0.26/recordings/index.php I get
this: No Recordings Found
And there are recordings in /var/spool/asterisk/monitor
Do I have to do
2018 May 24
4
Manipulation of data.frame into an array
Hello everyone,
I want to transform a data.frame into an array (lets call it mydata), where: mydata[[1]] is the first imputed dataset...and for each mydata[[d]], the first p columns are covariates X, and the last one is the outcome Y.
Lets assume a simple data.frame:
Imputed = data.frame( X1 = c(1,2,1,2,1,2,1,2, 1,2,1,2,1,2,1,2),
X2 =
2018 May 24
2
Manipulation of data.frame into an array
...ly handy.
What you need to do is convert the data frame to a single (numeric) vector for, e.g. a matrix() call. This can be easily done by noting that a data frame is also a list and using do.call():
## imp is the data frame:
do.call(c,imp)
X11 X12 X13 X14 X15 X16 X17 X18 X19 X110 X111 X112 X113 X114
1 2 1 2 1 2 1 2 1 2 1 2 1 2
X115 X116 X21 X22 X23 X24 X25 X26 X27 X28 X29 X210 X211 X212
1 2 0 1 0 1 1 1 0 1 0 1 0 1
X213 X214 X215 X216 Y1 Y2 Y3 Y4 Y5 Y6 Y7 Y8 Y9 Y10
1 1...
2006 Mar 16
2
Queues Not Reporting Estimated Hold Time
I am running 1.2.5 with a simple queue and have announce-holdtime = yes
in queues.conf for that queue. The person is being told their posistion
in the queue and the CLI says the estimated hold time, but it never
plays it for the caller. It worked previously, i am not sure when it
stopped, i think after 1.2.1. Is this a known bug? I dont want to
report it to the bug tracker if its already been
2006 Jan 25
4
Setting ringtone on Polycoms
Hi,
I'm having trouble setting the ringtone on my Polycom 501.
The relevant entry in extensions.conf is:
exten => 801,hint,SIP/creative1
exten => 801,1,SetVar(ALERT_INFO="Test")
exten => 801,2,Dial(SIP/creative1,20,Ttr)
In the sip.cfg:
<alertInfo voIpProt.SIP.alertInfo.1.value="Test"
voIpProt.SIP.alertInfo.1.class="13"/>
and
<TEST
2006 Jun 05
4
Local vs. toll Dial Plan
Ok asked this earlier with no response so I will phrase it a different
way. I am sure someone had to deal with this and there is a "best way."
I want to let Asterisk make the decision on best path based on local
exchange - xxx-yyy - where xxx is one of my local area codes and xxx is
exchange designator. The problem is that the list is rather large. Maybe
50-100. The idea is that I can
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
...X40+X41+X42+X43+X44+X45+X46+X47+X48+X49+X50+X51+X52+X53+X54+X55+X56+X57+X58+X59+X60+X61+X62+X63+X64+X65+X66+X67+X68+X69+X70+X71+X72+X73+X74+X75+X76+X77+X78+X79+X80+X81+X82+X83+X84+X85+X86+X87+X88+X89+X90+X91+X92+X93+X94+X95+X96+X97+X98+X99+X100+X101+X102+X103+X104+X105+X106+X107+X108+X109+X110+X111+X112+X113+X114+X115+X116+X117+X118+X119+X120+X121+X122+X123+X124+X125+X126+X127+X128+X129+X130+X131+X132+X133+X134+X135+X136+X137+X138+X139+X140+X141+X142+X143+X144+X145+X146+X147+X148+X149+X150+X151+X152
~ conditions, data = proteo)
but I get this error message:
Error in model.matrix.default(mt, mf,...
2009 Jun 24
2
change the height or scale of the y axis
...uot;x95","x96","x97","x98","x99","x100",
"x101","x102","x103","x104","x105","x106","x107","x108","x109","x110",
"x111","x112","x113","x114","x115","x116","x117","x118","x119","x120",
"x121","x122","x123","x124","x125","x126","x127","x128","x129"...
2012 May 25
2
Query about creating time sequences
...95", "X96", "X97",
"X98", "X99", "X100", "X101", "X102", "X103", "X104", "X105",
"X106", "X107", "X108", "X109", "X110", "X111", "X112", "X113",
"X114", "X115", "X116", "X117", "X118", "X119", "X120", "X121",
"X122", "X123", "X124"), NULL))
[[alternative HTML version deleted]]
2005 Sep 22
1
AgentRecord In and Out streams
How do I combined these in and out wav files on the
fly through asterisk to where I hear the whole
conversation and only have one wav-file
(i.e. :
agent-1001-asterisk-478-1127389080-17-in_out.wav)
agent-1001-asterisk-478-1127389080-17-in.wav
agent-1001-asterisk-478-1127389080-17-out.wav
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best
2005 Oct 04
1
Forcing Codec Usage
Hello,
I have VPC (Voice Pulse Connect) and NuFone for
providers and I have setup modules.conf with the
registered (Digium) G.729 Codec such as:
load => codec_g729a.so
load => res_crypto.so
With both sip/iax2 configuration disallow=all is first
and then allow=g729 is next
(allow=ulaw,allow=alaw,allow=gsm are next after
allow=g729) and it always dials via ulaw.
Why is this happening?
Josh
2005 Oct 06
2
Mediatrix 1204 and Asterisk
Dear Group,
I have my Asterisk box working with a Mediatrix 1204.
I have 2 questions;
1) I do not seem to get a Call ID on the call coming via the Mediatrix
1204. I was wondering if anyone had this configured and if they could
share this with me?
2) How do you route a call based on caller ID on Asterisk. At the moment
I'm routing calls via DNIS.
Thanks and Regards
Shad Mortazavi
2005 Oct 06
2
how do I know what codec is being used
Hi,
This may be a stupid/easy question for many of you.
Q. how do I know what codec is being used for a particular call or call
leg?
Thanks.
AK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20051006/5c225e0b/attachment.htm
2005 Oct 10
1
Outgoing quality
I'm having slight problems with outgoing audio quality on Zap channels.
People hear an interrupted voice.
Can anyone help..?
Regards,
Fabrizio Mazzoni
Macron SPA