similar to: Dell Poweredge 1400

Displaying 20 results from an estimated 3000 matches similar to: "Dell Poweredge 1400"

2004 Apr 22
3
D/41 ESC dialogic ISA CARD
Hello, I just wanted to know if any of you has successfully (or know about) installed the Dialogic 4xFXs ISA CARD D/41 ESC? Does it work with *?, if so, how is the driver called? Thanks a lot for your comments. Alejandro Acosta,-
2007 Jul 25
1
Call report by pinset
Hi All, I think this question has been done before however I couldn't find anything on the web. May I do call report using the pinset instead of the extension?. I mean, to know how many call where made using the pin code XXXXX. Thanks in advance, Alejandro Acosta, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Feb 04
1
Help - Received response: "Forbidden" from '"Unknown"
I have a weird problem.... Asterisk 1.4 E100P connected to a Panasonic TDA phone system Here is what I get SIP Ext -> Panasonic Ext No Problems Panasonic Ext -> SIP Ext No Problems SIP Ext -> VOIP Provider No Problems Panasonic Ext -> VOIP Provider Errors ---------- Working SIP -> VOIP -- Executing [903........@from-sip:1] Dial("SIP/610-097aee60",
2004 Nov 25
3
configuring voicemail
i was looking but i dont find how do this: configure the password for the extensions read the messages and some other things related with this can some bady help me with some material or a explicit example. thanks in advance Rodney Acosta Coya.
2004 Nov 23
5
ATA186 V2.15.ms
Hi I have a brand new ATA186 with the following firmware: Version: v2.15.ms ata186 (Build 020919a) I have been through the archives about how to configure it, but my colorful configuration web page does not have the same fields that people say I need to adjust. Even the examples on Cisco's web site don;t match. For example, I don't have the GtkOrProxy field, which is an important
2006 Dec 05
1
error: too many open devices
Hello all-- I've been using 1.13 (v1915) on my Mac pretty intensly for about a month, but today when I tried to generate a plot I recieved this message: Error in quartz(width=9) : too many open devices I was caught by surprise, because I only had the R console open at the time. I checked to be sure, by clicking "Window" at the top bar, and R console was the only window open. I
2004 Oct 04
1
Update: Samba Shares not Refreshing contents
Actually it looks like this problem only affects some workstations. Could it be my domain policy? (I guess so 'cause only computers logged on to the domain exhibit this behavior) Anyone ever experienced this? Omar -----Original Message----- From: samba-bounces+omar=idea.com.mx@lists.samba.org [mailto:samba-bounces+omar=idea.com.mx@lists.samba.org] On Behalf Of Omar Casta?eda Acosta Sent:
2004 Nov 26
2
E&M Digium card quotation
i need a quotation for a E&M Digium card for my asterisk PBX where i can find it??? thank you in advance Rodney Acosta Coya.
2010 May 16
1
improvement
Hi, if i just want a vector filled with names which has length(index) > 0. For example if nombreC <- c("Juan", "Carlos", "Ana", "Mar?a") nombreL <- c("Juan Campo", "Carlos Gallardo", "Ana Iglesias", "Mar?a Bacaldi", "Juan Grondona", "Dario Grandineti", "Jaime Acosta",
2004 Nov 30
3
cisco 7902g
Can i register a cisco 7902G with asterisk????? what i have to do??? thanks in advance. R -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041130/12bf3c06/attachment.htm
2004 Dec 01
3
grandstream bt100 upgrade 1.0.5.18
hi all i upgrade a bt100 phone and it can't resgister with asterisk Dec 1 13:25:49 NOTICE[1112980400]: chan_sip.c:7519 handle_request: Registration from '<sip:@172.16.4.249>' failed for '172.16.4.226' is was working with the version 1.0.5.3 some bady now what is hapening? thanks in advance Rodney
2004 Nov 23
4
ATA186 V2.15.ms upgrade
I dont have a cisco acount yet can some bady hel me with the ata18x-v2-16-030401a-1.zip file. thanks in advance Rodney Acosta Coya. Dpto. Tecnologia de la Informacion. racosta@moanickel.com.cu Tel:(53)(24) 62 611 -----Mensaje original----- De: Paul Rodan [mailto:asterisk@glitch.cc] Enviado el: Martes, 23 de Noviembre de 2004 11:24 a.m. Para: 'Asterisk Users Mailing List - Non-Commercial
2005 Dec 25
3
Rails + postgresql
Are there any code examples of using rails and postgresql - I cannot seem to get a simple example working (it could be a connect problem or an active record problem - error msg just says error. thks. -- Posted via http://www.ruby-forum.com/.
2009 Nov 18
1
How to setup High Availability or Redundancy for CentOS 5.3 with Vicidial and Asterisk?
Hello guys, We've been having some problem setting up the High Availability for Vicidial and Asterisk with CentOS 5.3. The VoIP quality are degraded and systems becomes so unstable. Are there are other better options. Thanks. Sam --------------------------------- NOTE: The information contained in this document and its attachments, if any, may be confidential and/or proprietary and is
2015 Apr 01
1
Asterisk 11.17.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.17.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.17.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: New
2009 Jul 03
7
Asterisk capacity
Hello, What is the maximum number of simultaneous calls supported by asterisk. thks -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090703/0794c554/attachment.htm
2006 May 16
1
variable row names
Hy all, I wish to use a variable as rownames for a set of datas. By example : > nom<-"toto" > prenom<-"tutu" > res<-c(1,2) > res<-t(res) > res [,1] [,2] [1,] 1 2 > colnames(res)<-c(nom,prenom) > res toto tutu [1,] 1 2 > nom [1] "toto" > I wish to call the rowname by the
2005 Nov 14
1
roots of a function
For finding the root of the following function I have been using 'uniroot': f(p) = log(p-1) - log(p) + 1/(p-1) - log(A) - B = 0 where 'p' is a scalar. However, I will have to find this root repeatedly, so I would like to suggest a starting value, which is not possible with 'uniroot'. 'nlm' allows the use of starting values, so I have been thinking of applying
2006 Nov 15
2
??: Re:??: Re: Need help in waveslim package: imodwt and universal.thresh.modwt
Airon, I don't think you have to find an English computer 'cause the following must work in your Chinese one :-) Let me explain. First of all, change your lines to xdata <- ckhdat$Adj..Close[1:1447] #names(ckhdwt.la8) <- c("w1", "w2", "w3", "w4", "w5","w6", "v6") note the # sign, i.e., DO NOT change the names
2006 May 09
7
Problem Installing Freebsd 6.0 64 bit
I can't install freebsd 6.0 STABLE amd64 on my notebook: HP Pavilion 2420la AMD Turion ML 32 , 1024 RAM, 80 GB HD, ATI Radeon XPRESS 200M. I try all modes , default, whitout acpi, safe mode. In all the cases after the next message the installation doesn't work: timecounters tick every 1000 msec Linux ELF exec handler install lo0.bpf attached I installed linux with parameter noapic