search for: asdy

Displaying 12 results from an estimated 12 matches for "asdy".

Did you mean: andy
2005 Jun 28
0
ASDI Programming through an ATA/SIP device?
As I've said before, I have a number of phones that I've converted from Packet8's Virtual Office to work with my Asterisk stetup. They are basically Leadtek 85XX SIP devices with Astra 390 phones connected. I've been investigating reprogramming the Astras to say something other than "Virtual Office powered by Packet8" but when I try ADSIProg I get something about CPE
2003 Apr 21
1
ISDN phones & Asterisk, ASDI and then some
Hello all, New to the list, Asterisk and this wonderful world of convergence. From reading the docs, list and websites I hopefully correctly understand that I can use a plain cheap isdn4linux supported ISDN (passive) TA to hook up the PC to the ISDN line from the telco (FXO card?). Next in the PC I also need a FXS card like a Digium TDM10B or PhoneJack so I can hook up an analog phone to it. In
2002 Apr 11
2
pxelinux: HW Address instead of ip
Hi there, for our setup it would be nice to have pxelinux trying to load files like /tftpboot/pxelinux.cfg/00:80:C8:6D:EE:7F instead of something like /tftpboot/pxelinux.cfg/0A010708 The reason is, that with this setup I would be able to boot a machine in different networks be means of dhcp and dynamic DNS updates. I saw, in pxelinux.doc, that this is no Problem using ISC dhcp and doing this on
2012 Aug 07
3
NADA Package: Referencing Data Frame Columns
The sample data sets that come with the NADA package are limited to one or two variables and a censored measurement indicator column. I try to mimic examples using my data but keep missing the target. My water chemistry data is available in two formats: long (as seen in a database table) and wide (as seen in a spreadsheet). The two structures are: str(chem) 'data.frame': 65349 obs. of
2009 Oct 16
1
Dovecot can't find users' sieve files
...is is what I get in Dovecot's log when trying to deliver to that mailbox: 2009-10-16 18:37:52 deliver(test at domain.pl): Error: sieve: stat((null)) failed: Bad address (using global script path in stead) 2009-10-16 18:37:52 deliver(test at domain.pl): Info: msgid=<20091016163757.GK19565 at asdy.pl>: saved mail to INBOX Some infos about system: Dovecot 1.2.5 Debian squeeze/testing x86_64 ext3 (root)~#dovecot -n # 1.2.5: /etc/dovecot/dovecot.conf # OS: Linux 2.6.30-1-amd64 x86_64 Debian squeeze/sid ext3 log_path: /var/log/dovecot.log log_timestamp: %Y-%m-%d %H:%M:%S protocols: imap ima...
2005 Jan 17
3
Planning "hotel" phone system - Need input
Ok, I'm working on an implementation of Asterisk to service approximately 50 fractional (read: timeshare) residences. Basically what I'm starting with is a hotel phone system, but with additional functionality that Asterisk can provide. From the end user's perspective, I want the exact same functionality as the Telco provides (Caller ID, visual message waiting, etc) with a few
2019 Dec 12
3
Replication not working for remote Domain Controller
> > Good, the _msdcs domain is the forest domain So is it normal that DC4 is not in that? > but are there records for all three DCs in: > > DC=your.domain.com > ,CN=MicrosoftDNS,DC=DomainDnsZones,DC=your,DC=domain,DC=com > I tried to find this path in the LDAP Browser and ASDI Edit but I did not manage in find it. In the Windows DNS Manager connected to DC1 I found _ldap
2004 Apr 15
6
Warning message
Does anyone know what this means "Warning [65542]: chan_sip:c:501 retrans_plct: Maximum retries exceeded on call 7438737dc873850@172.16.0.52 for seqno102 (Non-critical Request. 172.16.0.52 is the Asterisk Server I'm guessing that I have something miss configured just not sure what it is. If you need more info just ask.
2019 Dec 11
2
Replication not working for remote Domain Controller
Hi, I have three Samba Domain Controllers, two in the LAN local network (dc1 and dc2) and one in a remote network which is accessible from the LAN through a VPN connection (dc4). Every domain controller can reach every other domain controllers, and every type of traffic is permitted by firewalls, they can ping and access to every TCP and UDP ports. Checking the Samba replication I see that the
2005 Mar 18
0
T100P: Can't Make/Receive Zap Calls (Long Newbie Blah)
All, Alright, I've looked around the internet, the voip-info.org wiki, and browsed the contents of this mailing list. While I've found a couple of scenarios that are close to this one, I haven't found one that uses my particular card (T100P). Without further delay -- I have successfully configured internal SIP services between a Snom 200 and a Windows X-Lite client and have
2012 Sep 04
1
cenboxplot(): Reporting Limit Twice Correct Concentration
I've gone over the data and do not see my error; the dput() output of the data frame and the pdf output of cenboxplot() are attached. The command used: cenboxplot(sb.t$quant, sb.t$ceneq1, range=1.5, main='Total Recoverable Antimony', xlab='Pre-Mining Era', ylab='Concentration (log mg/L)') (on a single line in emacs). The RL on the plot is drawn at 0.01 rather
2012 Aug 22
1
Error in if (n > 0)
I've searched the Web with Google and do not find what might cause this particular error from an invocation of cenboxplot: cenboxplot(cu.t$quant, cu.t$ceneq1, cu.t$era, range=1.5, main='Total Recoverable Copper', ylab='Concentration (mg/L)', xlab='Time Period') Error in if (n > 0) (1L:n - a)/(n + 1 - 2 * a) else numeric() : argument is of length zero I do