Displaying 12 results from an estimated 12 matches for "2003,2".
Did you mean:
2000,2
2004 Feb 04
5
Date Time Conversion problems...
...n 1.7), the code below used to work for converting and
extracting based on the Date Time. In version 1.8.1, something changed I
know, but I cannot for the life of me figure out what...
Data:
UserName,RequestDate,PO,OrderDate,ExpDelivDate,Vendor,Total
"Woody, Jim",12/19/2002,AP15063,1/7/2003,2/10/2003,Ames ,8570
"Harrold, Paul",12/31/2002,AP15083,1/9/2003,1/10/2003,Ryan ,1039.5
"Vo, Hoang",12/27/2002,AP15055,1/6/2003,1/13/2003,TIDEA,1005.36
"Way, Shawn",1/2/2003,AP15043,1/2/2003,1/9/2003,JS ,1000
"Vo, Hoang",1/7/2003,SO17440,1/8/2003,12/31/2003...
2010 Dec 23
1
Vioplot / list help
...olumns by year:
ys=with(dists,by(V2,V1,function(x) x))
or even making that into a matrix:
ysm<-as.matrix(ys,ncols=11)
But still vioplot isn't happy.
After a bit of faff, I end up with:
with(dists,vioplot(dists[V1==1999,2],dists[V1==2000,2],dists[V1==2001,2],
dists[V1==2002,2],dists[V1==2003,2],dists[V1==2004,2],dists[V1==2005,2],
dists[V1==2006,2],dists[V1==2007,2],dists[V1==2008,2],dists[V1==2009,2],
names=1999:2009))
...but this is clearly awful. Surely there's a better way of achieving
this?
Thanks,
Matthew
--
Matthew Vernon, Research Fellow
Ecology and Epidemiology Group,...
2004 Oct 07
0
Incomming calls on Eicon Diva 4BRI Card
...edHat Enterprise Linux 3AS with kernel 2.4.21-4.EL.
The Diva server is running in version 7.5
Can someone help us in reolving the errors with incoming calls?
When we try to call to an extension we get these messages in the CLI:
-- creating pipe for PLCI=0x401 msn = *
== Starting CAPI[contr1/2003]/3 at ,2003,1 failed so falling back to exten 's'
== Starting CAPI[contr1/2003]/3 at ,s,1 still failed so falling back
to context 'default'
Oct 7 16:20:51 WARNING[-1253872720]: pbx.c:1877 ast_pbx_run: Channel
'CAPI[contr1/2003]/3' sent into invalid extension 's' i...
2003 Aug 26
0
TDM10M && Siemens Euroset 2015
...,Voicemail,b2000
; SIP Phones
exten => 2101,1,Dial,SIP/snom1|30
exten => 2001,2,Voicemail,u2001
exten => 2001,102,Voicemail,b2001
exten => 2102,1,Dial,SIP/snom2|30
exten => 2002,2,Voicemail,u2002
exten => 2002,102,Voicemail,b2002
exten => 2103,1,Dial,SIP/snom3|30
exten => 2003,2,Voicemail,u2003
exten => 2003,102,Voicemail,b2003
exten => 2104,1,Dial,SIP/snom4|30
exten => 2004,2,Voicemail,u2004
exten => 2004,102,Voicemail,b2004
-----------------------------------------
Thank you for your help
Olaf
--
Dipl. Ing. Olaf Menzel - System Engineer
FOKUS - Fraunhof...
2003 Nov 02
6
Asterisk behind LinkSys NAT Routing
Problem I have is this. outside firewall (extension 2003) can call me inside firewall (extension 2000) and all is fine. If I call from inside firewall (extension 2000) to outside firewall (extension 2003) I hear no ringing and person at other end can pick up and I hear for maybe a half second then I go to voicemail. If I add another extension on the ou...
2010 Jun 28
2
sampling one random frame from each unique trial?
hello everyone. please bear with me if this is very easy...
I have a data set with many trials, and frames within each trial. I would
like to pull out one random frame from each trial.
here is an example. i have 4 unique trials (file), and various frames within
each (time_pred). I would like to randomly sample 4 rows, but 1 from each
trial (file).
this sample data is called "h"
2005 Jul 15
2
[Aserisk-Users]no audio inside the net
...x included sip
[sip]
exten => 55,1,VoicemailMain
exten => 2001,1,Dial(SIP/2001,20,tr)
exten => 2001,2,VoiceMail,u2001
exten => 2001,102,VoiceMail,b2001
exten => 2002,1,Dial(SIP/2002,20,tr)
exten => 2002,2,VoiceMail,u2002
exten => 2002,102,VoiceMail,b2002
exten => 2003,1,Dial(SIP/2003,20,tr)
exten => 2003,2,VoiceMail,u2003
exten => 2003,102,VoiceMail,b2003
exten => 2004,1,Dial(SIP/2004,20,tr)
exten => 2004,2,VoiceMail,u2004
exten => 2004,102,VoiceMail,b2004
exten => 2010,1,Dial(SIP/2010,20,tr)
exten => 2010,2,VoiceMail,u2010
exten =...
2004 Aug 13
1
OH.323 Dialout Problem
...2001?
exten => 2001,1,Dial(SIP/2001,20)
exten => 2001,2,Voicemail(u2001)
exten => 2001,102,Voicemail(b2001)
exten => 2001,103,Hangup
exten => 2002,1,Dial(SIP/2002,20)
exten => 2002,2,Voicemail(u2002)
exten => 2002,102,Voicemail(b2002)
exten => 2002,103,Hangup
exten => 2003,1,Dial(SIP/2003,20)
exten => 2003,2,Voicemail(u2003)
exten => 2003,102,Voicemail(b2003)
exten => 2003,103,Hangup
exten => 2004,1,Dial(SIP/2004,20)
exten => 2004,2,Voicemail(u2004)
exten => 2004,102,Voicemail(b2004)
exten => 2004,103,Hangup
;
; Define a way so that users can d...
2005 Jul 01
1
asterisk newbie and phones which don't want tocomunicate
hi do u have the sip phones extensions in the extension.conf and are they in the right context (sip-incoming)???
are the sip phone registering to asterisk?? try stop asterisk and reconnect as asterisk -vvvvvvvc to check see them registering...
________________________________
From: asterisk-users-bounces@lists.digium.com on behalf of Sistemista WebSolvingJaa
Sent: Fri 7/1/2005 6:43 PM
2004 Apr 26
0
Help with connecting 2 servers via iax
...th data
type=friend
username=2001
secret=homemonkey
host=dynamic
;context=from-sip
mailbox=2001
dtmfmode=rfc2833
[2002] ; Duplicate of 2000, except with different auth data
type=friend
username=2002
secret=homemonkey
host=dynamic
;context=from-sip
mailbox=2002
dtmfmode=rfc2833
[2003] ; Duplicate of 2000, except with different auth data
type=friend
username=2003
secret=homemonkey
host=dynamic
;context=from-sip
mailbox=2003
dtmfmode=rfc2833
[2004] ; Duplicate of 2000, except with different auth data
type=friend
username=2004
secret=homemonkey
ho...
2004 Jul 18
18
Polycom IP 500 Voicemail
Hello All,
I have some Polycom IP 500 phones that I would like to have configured
for direct dialing to our voice mail system. So far I have been unable
to get the hard button labeled Voice Mail to connect to Asterisk without
first passing through the message center prompts. I have followed all
the Admin Guide instructions regarding the phones .cfg files and using
2004 Jul 19
0
(Asterisk-Users] Affordable SIP Phone - Stiil a Myth?
...=2001
secret=2001
host=dynamic
context=from-sip
mailbox=101
;dtmfmod=inband
nat=yes
reinvite=no
canreinvite=no
callerid=Mr. Mandar <2001>
[2002]
type=friend
host=dynamic
callerid=William Suffill <2002>
username=2002
secret=2002
context=from-sip
nat=yes
mailbox=2002
[2003] ; Duplicate of 2000, except with different auth data
type=friend
username=2003
secret=2003
host=dynamic
context=from-sip
mailbox=103
;dtmfmod=inband
reinvite=no
canreinvite=no
callerid=Mr.Seshu <2003>
[2004] ; Duplicate of 2000, except with different auth data
type=friend
use...