Displaying 20 results from an estimated 51 matches for "channel1".
Did you mean:
channel
2009 Jul 14
2
Proper Paste for Data Member
...at is the proper way to
concatenate a data source with a member name such that they evaluate
properly.
actual code below:
doEnv <- function(SOURCEDATA,REGDATA,HOUR,ENVNAME,REPORTNAME) {
print(SOURCEDATA)
print(REGDATA)
print(HOUR)
print(ENVNAME)
print(REPORTNAME)
# blah blah blah ...
#Raw Data
channel1 <- odbcConnectExcel("Q:/metrics.xls")
sqlTables(channel1)
sh1 <- sqlFetch(channel1, "Actuals$")
close(channel1)
# Something here is borked like the Chef himself....
tsSource<-ts(paste("sh1$",ENVNAME,sep=""),start=c(2004,1),freq=52)
print(tsSource)
p...
2010 Sep 02
1
nlme formula from model specification
...ise, a number of samples have been processed by a machine
measuring the same signal at four different channels. I want to model
the noise. I have taken the noise (the signal is from position 1 to
3500, and after that there is only noise).
My data looks like this:
channel.matrix:
pos channel0 channel1 channel2 channel3 samplenumber
1 3501 8 3 12 1 1
2 3502 3 7 0 14 1
3 3503 9 1 13 3 1
4 3504 3 7 3 14 1
5 3505 6 5...
2010 Jul 22
1
64 bit use of odbcConnectExcel
...little function I wrote below
I use often to import the first 1001 lines in an excel sheet to R. This
works fine on the 32 bit version of R but fails on the 64 bit [both on the
same machine, using the same function, importing the same .xls file]. The
message from 64 bit R is:
Error in sqlTables(channel1) :
first argument is not an open RODBC channel
In addition: Warning messages:
1: In odbcDriverConnect(con, tabQuote = c("[", "]"), ...) :
[RODBC] ERROR: state IM002, code 0, message [Microsoft][ODBC Driver
Manager] Data source name not found and no default driver specified...
2003 Aug 26
2
x100P: Ring/off-hook in strange state 6 on channel1
All of a sudden I am getting the following warning "Ring/off-hook in strange state 6 on channel1" from chan_zap.c and I cannot answer calls. I can place calls out without a problem though.
Any ideas what can be the problem. I have checked zapata.conf and zaptel.conf and they both seem fine.
Thanks in advance.
Dan
-------------- next part --------------
An HTML attachment was scrubbed....
2005 Jul 18
0
why $cdr{'CALLERID'} and $cdr{'DNID'} are empty in perl agi connected with asterisk manager
...#39;Channel'}}{'CALLERID'} =
$event{'Callerid'} if defined $event{'Callerid'};
$channels{$event{'Channel'}}{'DNID'} =
$event{'DNID'} if defined $event{'DNID'};
};
/^link$/i && do {
my $channel = $event{'Channel1'};
return unless $channels{$channel};
$channels{$channel}{'DSTCHANNEL'} =
$event{'Channel2'};
$channels{$channel}{'LINK_START'} = time();
$channels{$event{'Channel2'}}{'LINK_START'} =
time();
$channels{$event{'Channel1'}}{'CALL_...
2007 Dec 10
0
diferents events between ast1.2 & ast1.4 ??
...State: Up
CallerID: 402
CallerIDName: <unknown>
Uniqueid: 1196854142.7
Event: Newstate
Privilege: call,all
Channel: Local/402 at default-4efa <mailto:%20Local/402 at default-4efa> ,2
State: Up
CallerID: 401
CallerIDName: 140:JOSEP
Uniqueid: 1196854142.6
Event: Link
Privilege: call,all
Channel1: Local/402 at default-4efa <mailto:%20Local/402 at default-4efa> ,2
Channel2: SIP/402-0819e6c8
Uniqueid1: 1196854142.6
Uniqueid2: 1196854142.7
CallerID1: 401
CallerID2: 402
Event: Newstate
Privilege: call,all
Channel: Local/402 at default-4efa <mailto:%20Local/402 at default-4efa> ,1
S...
2010 May 04
1
strange behavior of RODBC and/or ssconvert
...preadsheetML into R so I tried other file formats to which ssconvert
can convert to, but only excel supports multisheets.
Best,
Stefan
Example code:
system(paste('ssconvert "excelcohortdata_men_reference scenario.xml"
"excelcohortdata_men_reference scenario22.xls"'))
channel1<-odbcConnectExcel("excelcohortdata_men_reference scenario10.xls")
odbcGetInfo(channel1)
sqlTables(channel1)
sqlQuery(channel1, "select * from \"age 9in 2010$\"" )
sqlFetch(chanel1, "age 9in 2010""
2010 Nov 25
1
Execute SQL Stored Procedure in R
Dear all,
I would like R to retrieve a table resulting from execute sql stored procedures. What function can I use? Can RODBC do it.
I tried
channel1 <- odbcConnect("ptsecmstqa01-alpha")
query <- paste("execute DB.dbo.usp_test")
Data<- sqlQuery(channel1, query)
However, it returned blank.
Best Regards,
Suphajak Ngamlak
Equity and Derivatives Trading
Phatra Securities Public Company Limited
Tel: (66)2-305-9179
Emai...
2005 Aug 23
2
Cannot listen to shoutcast mount point
...XP box, but when I moved icecast to a Linux box, the same
icecast.xml configuration doesn't seem to work.
I am able to connect to Icecast using shoutcast streaming source and
stream the mp3 source to Icecast, however whenever I attempt to listen
to the stream at the specified mount point (/channel1), I get a 404 file
not found error. \
The access.log shows:
"GET /channel1 HTTP/1.1" 404 109 "-" "NSPlayer/9.0.0.3250 WMFSDK/9.0" 0
The important part of my icecast.xml is listed below, from the original
configuration, I changed the ip for the hostname and bind-ad...
2004 Aug 06
2
XML statistics on remote server
what i did in this situation was dump the stats/status file to the local
server through a lynx --dump call from php .. and then i also update a
sql table to reflect the changes so i can poll that instead ..
a.
<p>On Thu, 26 Feb 2004, MacSym wrote:
>
> Hi everybody,
>
> I am wondering if it is possible to generate the XML/XSL files on a remote
> server (status.xsl,
2012 Jun 28
1
Merging listed dataset into one
Hello,
I'm wondering how I can merge two featuresets into one.
My dataset is two sets of microarray data and it looks like followings:
> rawData
$v1
TilingFeatureSet (storageMode: lockedEnvironment)
assayData: 2197815 features, 59 samples
element names: channel1, channel2
protocolData
rowNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-07-24 ...
LT003990RU_D1_2010-11-04 (59 total)
varLabels: filenamesChannel1 filenamesChannel2 dates1 dates2
varMetadata: labelDescription channel
phenoData
rowNames: LT290677RU_D1_2011-02-16 LT286300LU_D1_2010-...
2003 Dec 12
2
Manager API Problem
Everythings works great with asterisk exept one feature with redirect : it doesn't redirect when ringing ...
BTW are their any plans to extend the manager API ??
Michael Devenijn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031212/1200012e/attachment.htm
2005 Jan 21
0
Help DIALSTATUS gives ANSWER when line is BUSY?
...6323562.5
Event: Newstate
Channel: Zap/1-1
State: Dialing
Callerid: DAQE Dialer
Uniqueid: 1106323562.5
Event: Newstate
Channel: Zap/1-1
State: Ringing
Callerid: DAQE Dialer
Uniqueid: 1106323562.5
Event: Newstate
Channel: Zap/1-1
State: Up
Callerid: DAQE Dialer
Uniqueid: 1106323562.5
Event: Link
Channel1: IAX2/teenlighthouse/16384
Channel2: Zap/1-1
Uniqueid1: 1106323559.4
Uniqueid2: 1106323562.5
Event: Unlink
Channel1: IAX2/teenlighthouse/16384
Channel2: Zap/1-1
Uniqueid1: 1106323559.4
Uniqueid2: 1106323562.5
Event: Hangup
Channel: Zap/1-1
Uniqueid: 1106323562.5
Cause: 0
Event: Newexten
Channel:...
2009 Dec 03
0
Problem with predict() and factors
...000"
mypalette$major="#000000"
mypalette$minor="#cccccc"
mypalette$actual="#aaaaaa"
mypalette$dp1="#9900FF"
mypalette$dp2="#EEEE00"
mypalette$dp3="#CCFF00"
mypalette$dp4="#00CCFF"
mypalette$dp5="#FF00CC"
#Raw Data
channel1 <- odbcConnectExcel(SOURCEDATA)
sqlTables(channel1)
sh1 <- sqlFetch(channel1, "Actuals$")
close(channel1)
channel2 <- odbcConnectExcel(REGRESSORS)
sqlTables(channel2)
sh2 <- sqlFetch(channel2, "data$")
close(channel2)
#Get Raw Data
tsSource<-ts(sh1[[ENVNAME]],sta...
2007 Jan 03
0
RODBC : first line of data from query omitted
Dear List,
when reading MS Excel files in R using package RODBC I encountered the
problem of having the first line of data getting omitted.
I read the data as :
> library(RODBC)
> channel1 <- odbcConnectExcel("myFile.xls")
> sheet1 <- sqlQuery(channel1, "SELECT * FROM [Cell measures (1)$]")
# I use sqlQuery() instead of sqlFetch() since the sheet I want to
extract is called : "Cell measures (1)"
The first line of data is missing in the...
2003 May 19
1
CDR-Event on AstManager
Hi all,
what's your opinion about CDR-Event (like Hangup or Ring etc.) on AstManager
?
Or,
is something like this already implemented ?
Regards,
Thomas
2013 Apr 12
0
RODBC MSSQL query with date - time tag
...contains time series data
using RODBC.
Using Server Management Studio, I can retrieve the data with this query:
Select * from tb_ace_mag_1m where time_tag>='2012-01-08 00:00:00' AND
time_tag<'2012-01-08 03:00:00'
However, when I try to accomplish this using R:
sqlQuery(channel1,"Select * from tb_ace_mag_1m where
time_tag>='2012-01-08 00:00:00' AND time_tag<'2012-01-08 03:00:00'", max=10)
I obtain no results:
[1] time_tag insert_time dsflag numpts gse_bx gse_by
gse_bz gse_lat gse_lon gsm_bx gsm_by gs...
2009 Jun 30
0
Redirect with ExtraChannel on Bridged call give AMI event with second channel name AsyncGoto/...<ZOMBIE>
...n 901 answers, it is Redirected to an extension "exten =>
dial,1,Dial(SIP/902)"
4. 902 rings, then answers
5. AMI recieves the channel events for 902, followed by Bridge event
1. Event: Bridge
Privilege: call,all
Bridgestate: Link
Bridgetype: core
Channel1: SIP/901-007f0e98
Channel2: SIP/902-007fe948
Uniqueid1: 1246031137.3
Uniqueid2: 1246031140.4
CallerID1: NODID
CallerID2: dial
6. 901 and 902 are perfectly bridged and can talk
7. Now after some time, using AMI, both channels are Redirected to an
extension...
2007 Mar 30
1
call file vs. originate
...Privilege: call,all
Channel: SIP/201-08217eb0
State: Up
CallerID: 201
CallerIDName: Fake Name
Uniqueid: 1175271459.2290
Event: Newstate
Privilege: call,all
Channel: Local/201@from-sip2-3974,2
State: Up
CallerID: 201
CallerIDName: Fake Name
Uniqueid: 1175271459.2289
Event: Link
Privilege: call,all
Channel1: Local/201@from-sip2-3974,2
Channel2: SIP/201-08217eb0
Uniqueid1: 1175271459.2289
Uniqueid2: 1175271459.2290
CallerID1: 201
CallerID2: 201
Event: Newstate
Privilege: call,all
Channel: Local/201@from-sip2-3974,1
State: Up
CallerID: 201
CallerIDName: Fake Name
Uniqueid: 1175271459.2288
Event: Newex...
2005 Jan 06
6
TDM4000P with 4 FXO's not picking up ringing lines
Ive just installed a TDM4000P with 4 fxos. The zaptel config is fine,
zttest comes back with configured. If i call a line when zttest it
shows on the display,and then goes when the line drops.
In * when a call comes in, it follows my dialplan and answers the call
according to the log, but IT DOESN'T actually pick up the call, i.e.
it continues ringing.
I'm using KS signalling, and