similar to: Problem making a package using S4 objects.

Displaying 20 results from an estimated 100 matches similar to: "Problem making a package using S4 objects."

2007 Apr 09
3
Upgrade 4 to 8 Analog Lines Question
Hello I have an office with a T1 that provides 4 (out of 8) analog PSTN lines thru an adtran board. I want to add 4 more analog lines. Currently I have a Digium TDM40B. I'm wondering what the best upgrade path is, where I define 'best' as the solution that is most likely to work without problems (like interupt conflicts) and work with my current echo tuning . I see my purchase
2007 Aug 07
2
How to stack Sangoma Remora cards
Hi, How can can you stack sangoma cards such as http://www.sangoma.com/datasheets/p_a200-specs in a given PC enclosure ? It seems to me that it introduces mechanical constraints that seem difficult to comply with as space between cards is set by Remora expansion card. Your advice ? Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Apr 18
1
A101DE Sangoma Card in AsteriskNow 1.7.1
Hi, I have A101DE Sangoma Card( http://www.sangoma.com/products/hardware_products/digital_voice_and_data_networking/a101.html ) lspci shows as 03:04.0 Network controller: Sangoma Technologies Corp. A200/Remora FXO/FXS Analog AFT card [root at asterisk ~]# lspci -vvv -s 03:04.0 03:04.0 Network controller: Sangoma Technologies Corp. A200/Remora FXO/FXS Analog AFT card Subsystem: Unknown device
2006 Feb 12
6
Best quad-port fxo solution with EC?
Hello All, I am trying to figure out which way to go for a quad port fxo solution with a good echo can on it. My options are the sangoma remora, a mediatrix fxo, or something similar. The issue is that I would need a good EC. This would be on about a 9000 foot loop, and the lines don't function well on a spa-3000 or zaptel tdm 4 port card. Anyone have experience that drives them in a
2008 Sep 09
1
building a package that contains S4 classes and methods
Hello R users, I am trying to make a my first package and I get an error that I can understand. The package is build out of three files (one for functions, 1 for s4 classes and 1 for s4 methods). Once I source them I run package.skeleton( name="TDC" ) within a R session and I get Creating directories ... Creating DESCRIPTION ... Creating Read-and-delete-me ... Saving functions and
2007 Oct 11
1
Opinion on hardware (computer) for an Asterisk Server!
Hi list, I'm about to install Asterisk on an Old HP NetServer LC2000 Server (year 2001), it has 2 Pentium III 1GHz CPUs (Coppermine FSB 133MHz 256K L2 Cache), 768MB PC-133 ECC RAM, 3 UltraSCSI LVD2 18.2GB 10K RPM HDD in RAID5, 100Mb NIC for server. This Server will support 35 SIP phones (users) and 10 FXO ports (for telco lines) and 2 FXS ports (internal analog phones) with a Sangoma Remora
2009 Feb 24
2
Configuring chan_dahdi.conf for Sangoma A200/Remora FXO/FXS Analog AFT card
Hi I have been having a rough time getting a Sangoma A200/Remora FXO/ FXS Analog AFT card set up properly. The main issue is that the card has four ports and as far as I can tell Asterisk is only seeing two. On the two that it recognizes the "Green" FXS ports are not green, they just are not lit. The "RED" FXO ports are indeed red, but from what I have read your not
2008 Jan 02
5
Missing "zap" command in Asterisk 1.4.16
Hi list, I've just compiled and installed Asterisk 1.4.16 and when I try to run "zap show" I get the message "*No such command 'zap show'*". I have a Sangoma Remora A400D with 2 FXS / 10 FXO ports, I've installed the latest wanpipe too. zaptel-1.4.7.1 was compiled from the wanpipe installation, so I don't know what's happening here!!! Any ideas???
2009 Mar 01
0
R package.skeleton
Hi I am getting the following error > package.skeleton("ohri") Creating directories ... Creating DESCRIPTION ... Creating Read-and-delete-me ... Saving functions and data ... Making help files ... Done. Further steps are described in './ohri/Read-and-delete-me'. Warning messages: 1: In dump(internalObjs, file = file.path(code_dir, sprintf("%s-internal.R", :
2008 Sep 08
1
Help about the Rxfax on asterisk
Hi all, I have a trixbox2.6.1 on my one server, i have configured sangoma A200/Remora FXO/FXS Analog AFT card on that server, from my zap line the incoming faxes are coming, i have setup the did for zap channel. my question is when i am getting any faxes, asterisk shows me rxfax execution and suddently asterisk crashes and i can't get email notification for received faxes. any one help me
2007 Jun 04
3
Noise on FXS ports (Sangoma)
Hi: I have a Sangoma A200 card installed in a server with two FXO modules and one FXS module. Analog sets connected to the FXS module have a "squeaky static" -- it's like static mixed with the sound of someone vigorously cleaning a window a few doors down. In other words, it's not a classic static noise, but it is noise, and it's distracting. Remote callers can hear this
2008 Mar 30
1
package.skeleton.S4
Hi the devel list. I am adapting the package.skeleton to S4 classes and methods I would have been very proud to post a new working function on this list. Unfortunately, I do not manage to solve all the problems. Mainly - sys.source does not compile a file with setClass - dumpMethod does not exists yet In the following code, thise two problems are notified by a line ################# Still
2007 Jul 27
2
Sangoma on Fedora 7 x86_64
Hi, I'm trying to install asterisk(v1.2.22) with FreepBX(v2.2.3) with a 4-Port FXO Sangoma card A200. I'm using Fedora 7 (x86_64) kernel version 2.6.22.1-27.fc7, but i'm having these errors: $ ztcfg -vvvv Channel map: Channel 01: FXS Kewlstart (Default) (Slaves: 01) Channel 02: FXS Kewlstart (Default) (Slaves: 02) Channel 03: FXS Kewlstart (Default) (Slaves: 03) Channel 04: FXS
2011 Mar 06
1
Seeking guidance in package creation when it contains s4 class
Dear all, I am having problem to create a package when this package is supposed to have some newly created s4 class. Here is my workout: > #rm(list = ls()) > setClass("aClass", sealed=T, representation(slot1 = "vector", slot2 = "character")) [1] "aClass" > fn1 <- function(x, y, z) { + x <- x[1] + y <- y[1] + z <- as.character(z[1]) +
2013 Jun 04
0
bug in package.skeleton(), and doc typo.
Hi all, I think there's a bug in package.skeleton(), when using the environment argument: Example: env <- new.env() env$hello <- function() { print('hello') } package.skeleton(name='mypkg', environment=env) ==> does not create any source in mypkg/R/* By the way, package.skeleton(name='mypkg', environment=env, list="hello") does not work either.
2008 Feb 22
2
Digium B410P and 8 ports connectivity
Hello, Junghanns and BeroNet offer 8 BRI ports cards. Do you know if Digium's B410P has an inner TDM bus so that an 8 BRI ports subsystem (2 PCI slots used, but 1 one set of interrupts) could be made out of 2 B410P ? I know you could (theorically) do this with Junghanns and BeroNet cards. Cheers -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 22
1
S3 classes and building a package
Hi List! Suppose I have the following, please: > setClass("buzz",representation(x="numeric"),S3methods=TRUE) [1] "buzz" > x <- rnorm(10) > class(x) <- "buzz" > plot.buzz <- function(x,y,...) { + plot.default(x,type="l",col="blue") + } > f <- function(x) { + return(x^2) + } >
2008 Jan 26
5
autoprovision 200+ linksys phones setup
Hi there, We have plans to install an office (not call center) with the following setup: 200 linksys 942 phones (sip + g711) on a LAN a server with a dual port E1 sangoma and a remora card with 4 fxo modules. So far when we want to setup a linksys phone, we need to use the http interface of each phone, disable/enable a lot of things and plug it into the network. this is not the best scenario for
2007 May 28
2
Multiple TDM400p cards in one machine -- no longer an issue?
Hi all, Years ago, I was pretty sure attempting to use two TDM400p cards in one machine was recommended against by Digium ... probably because the cards couldn't hack it, and/or interrupt problems etc I have seen some posts recently that seem to indicate it is in fact possible these days thanks to some updated firmware perhaps? ..... I just need to have two in the server because the 4 ports
2008 Feb 21
1
Answered Call marked as "NO ANSWER"
Hi list, I'm having problems transferring certain calls made by the attendant between the PSTN and to an internal extension. Although, transfers between the majority of the calls ends successfully. Debugin this, I've found that calls made to certain "numbers" (Telephony Providers), aren't detected as ANSWERED in the CDR, so they are not properly accounted (for billing),