search for: dbc

Displaying 20 results from an estimated 70 matches for "dbc".

Did you mean: db
2003 Oct 15
2
Subseting in a 3D array
Hi! I have a 3d array: > dim(ib5km15.dbc) [1] 190 241 19 and a set of positions to extract: > ib5km.lincol.random[1:3,] [,1] [,2] [1,] 78 70 [2,] 29 213 [3,] 180 22 Geting the values of a 2D array for that set of positions would be: > ima <- ib5km15.dbc[,,1] > ima[ib5km.lincol.random[1:10,]] but don't f...
2005 Oct 12
2
subsetting with by() or other function??
...ink I must be missing something obvious, but I'm having trouble getting a data transformation to work on groupings of data within a data frame (csss3) as defined by 2 factors (population, locid). The data are sorted by year within locid within population and I want to lag another variable (dbc), i.e, shift them down by 1 row replacing the first row with NA, within groups defined by locid nested within population. I thought I could do something using by(csss3,list(locid, population), function) but don't seem to be having any success. Any suggestions?? Brian Brian S. Cade U. S....
2005 Oct 13
1
subsetting data frame using by() or tapply() or other
Ok so I see the problem that I'm having creating a new variable (LAG1DBC) in the example data transformation below is that tapply() is creating a list that is not dimensionally consistent with the data frame (data). So how do I go from the list output of tapply() to create a dimensionally consistent vector that can create the new variable in my original data frame...
2005 Aug 24
6
Cisco 7960 / SIP & tftp configs
...that line1_name is what it registers with and line1_authname is what it uses "if challenged during the authentication". This doesn't make any sense to me. I am looking for the line to be "2000" but the display to say "Home" or "Business", etc. Thanks, dbc.
2006 Jan 14
2
CentOS 4.2 x86_64
I have a couple of 64-Bit Xeon's with CentOS 4.2 x86_64 installed on them. They don't all have the same motherboards. I've having a difficult time getting CentOS 4.2 x86_64 to boot on some of them in SMP mode (UP works fine). After the installation of CD, it boots up but kernel panics with the following error: Badness in i8042_panic_blink at drivers/input/serio/i8042.c:992 This is
2004 Aug 23
6
2 servers
Good day all I've tried my iax conf and I'm struggling.So I want to know If someone else got this working and if they can pleas send my their configs I have to asterisk server,in different tows,both offices connected wit a direct line so both servers are on the same network running SIP.Each town got different extension register to each sever.Town A=100+ town B=200+ How do I get town A
2009 Jul 24
4
Asterisk on OpenWRT
Hello, Did anyone succeeded in installing Asterisk on OpenWRT system. pls help. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090724/aee7ee12/attachment.htm
2004 Aug 11
3
X100P outbound only (Don't answer)
...printk("NO RING!\n"); zt_hooksig(&wc->chan, ZT_RXSIG_OFFHOOK); wc->ring = 0; } } Is changing the wc->ring = 1 to 0 an appropriate place to "fix" this for outbound-only operation? dbc. -- David Cook
2015 Feb 02
2
Searching samba ldap without authentication
...search -x -H ldapi://%2Fvar%2Flib%2Fsamba%2Fprivate%2Fldap_priv%2Fldapi -b dc=mon,dc=dom). I've straced all commands (I could provide the log if required) basically here what they showed : -There is nearly no difference (nothing significant) between the traces of the scripts on the PDC and the DBC. -The diff between the trace of the script and the trace of the command line tool shows this: - on both side: connect(3, {sa_family=AF_LOCAL, sun_path="/var/lib/samba/private/ldap_priv/ldapi"}, 110) = 0 - then later, only in the script trace: connect(4, {sa_family=AF_INET, sin_por...
2005 Jan 10
1
Re: Toronto
...s have signed up here. Can I request that the remainder who responded to the "Toronto" call signup? Shidan is the organizer and has proposed a date. I'd hate to confirm it without the remainder having input - especially those with travel times like Andrew K. out in Listowel. Thanks, dbc. -- The system said "designed for Windows NT or better." So I installed Linux. Quoting asterisk-users-request@lists.digium.com: > > Anyone in the Toronto area interested in getting together to share > > notes and swap war stories? > > One of the other guys in Toronto...
2005 May 26
1
How do I know that my machine will support APIC?
...running system or is this something I need to know from the mfg? Currently the X100P shares IRQ with the secondary SCSI (yeah, go ahead and laugh). The box is a Dell PowerEdge 1400SC. Apparently the "SC" means Simplified Configuration and limits options on IRQ's among other things. dbc. -- David Cook
2007 Mar 27
1
Re: asterisk-users Digest, Vol 32, Issue 106
...you told the carrier you want. Caveat, You _can_ have contention with analog lines. Meaning someone calling in at precisely the same time as someone calling out - not often, but it will happen. To help aleviate this, get the carrier to roll the lines 1-2-3 and outbound you pick the lines 3-2-1. - dbc
2009 Oct 02
1
One side SIP goes dead on length conversation
...ot/IO | If's | CLK | Baud rate | wanpipe1 | N/A | A101/1D/A102/2D/4/4D/8| 169 | 4 | 1 | N/A | 0 | Wanrouter Status: Device name | Protocol | Station | Status | wanpipe1 | AFT TE1 | N/A | Connected | Local sets are all Aastra 9143's. - dbc. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091002/a61750d7/attachment.htm
2006 Apr 13
4
OT: MWI on Treo 600/650
My cell vm goes to asterisk, not the carrier. Apparently MWI is turned on/off with specially formatted SMS messages. Anyone know how to do this on a Treo 600? Having the phone light from Asterisk would be HUGE ... not to mention extremely cool. dbc.
2004 Dec 10
3
OT: How do I know if I should have IO-APIC?
...a Dell PowerEdge 1400SC. RHEL installs without IO-APIC support. Is this because RH is overly conservative or because it queried my machine and that is the appropriate option? Does RHEL 3 have a kernel for IO-APIC if appropriate or am I expected to do a custom kernel build to get there from here? dbc. -- David Cook
2015 Feb 02
2
Searching samba ldap without authentication
...Fldap_priv%2Fldapi -b >> dc=mon,dc=dom). >> >> I've straced all commands (I could provide the log if required) >> basically here what they showed : >> -There is nearly no difference (nothing significant) between the traces >> of the scripts on the PDC and the DBC. >> -The diff between the trace of the script and the trace of the command >> line tool shows this: >> - on both side: connect(3, {sa_family=AF_LOCAL, >> sun_path="/var/lib/samba/private/ldap_priv/ldapi"}, 110) = 0 >> - then later, only in the scrip...
2004 Feb 08
3
samba PDC and BDC with ldap master and slave backend
...=-=-=-=-= Do not install a Samba PDC on a OpenLDAP slave server... Possible PDC/BDC plus LDAP configurations include: . PDC -> LDAP master server, BDC -> LDAP slave server. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= And now i am wondering this questions : . if the samba DBC contain the following configuration => passdb backend = ldapsam:"ldap://slave.quenya.org ldap://master.quenya.org" will samba store informations in the master ldap server or will it fail ? Or is it necessary to put the master ldap server first like this : => passdb backend =...
2004 Oct 12
1
openldap2 + samba3 user changed password on BDC wouldn't sync with PDC
...er ldap on one machine and BDC slave ldap on the other two. I followed instructions on http://us1.samba.org/samba/docs/man/Samba-Guide/happy.html to set them up. I am using utilities smbldap-passwd.pl from idealx for password changing. User could change password on PDC and it will populate to DBC, but when the user change password on BDC, it will not populate to PDC. All machines are on the same subnet and all services are running. Can any expert please help? Following are some configuration files: BDC: slapd.conf ------------------------ # Schema and objectClass definitions include...
2004 Jul 08
1
Re: tdm400p static - out of ideas (Jorge Mendoza)
...1" or 2/3/4 in your case say. I have X100P's and I seem to be having similar sounding problems. I noticed that the above command shows the channel to be off-hook at all times when a phone line is plugged in. I don't know why or if it is a bug in the application reporting the status. dbc. Ryan Courtnage wrote: > On July 8, 2004 03:22 am, Nicholas Bachmann wrote: > >>Ryan Courtnage wrote: >> >>>Hello, >>> >>>Over the past several weeks, we have been having an intermittant problem >>>with our deployment of a TDM400P card (4 fxo)....
2006 Nov 22
11
Rewriting caller ID from database?
Hi Most of our customers have generic names like "Hospital", so I need to rewrite their caller ID name by looking up the number in a database on the Asterisk server, and rewriting the name such as "Reading Hospital" so that we know who's calling. Any idea if this can be done with Asterisk, and how to do it? Thank you.