similar to: Integrating Asterisk

Displaying 20 results from an estimated 10000 matches similar to: "Integrating Asterisk"

2006 Jun 03
2
Recommended Web Interface
I'm currently reviewing the latest release of FreePBX (formerly known as Asterisk@Home). Do either of you know whether FreePBX is robust enough to handle multiple clients, or have any recommendations on front-end Web interface to manage client config & provide clients access to manage their level of access (similar to how Vonage, Teliax, and others provide client access to their web
2004 Jun 08
1
failure to create lock
Jun 8 23:14:09 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: P ermission denied Jun 8 23:14:09 dakota pop3(dakota): file_lock_dotlock() failed with mbox file / var/spool/mail/dakota: Permission denied Jun 8 23:14:09 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: P ermission denied Jun 8 23:14:09 dakota pop3(dakota): file_lock_dotlock() failed with mbox file /
2004 Jun 06
1
dovecot and fc2
Hello I am migrate FC1 to FC2, in FC1 i use ipop3d, but in the migration to FC2 this programa is obsolete, i decide migrate to dovecot, but i have problems with the old mail i have the mail stored into /var/spool/mail/USER and this error appears with examine the mail with Oulook Express: Jun 6 23:24:10 dakota pop3(dakota): open(/var/spool/mail/dakota.lock) failed: Permission denied Jun 6
2005 Aug 19
2
problem with USB conection
Regards I am installing NUT for the UPS Skate UPS-2200D, the UPS have conection with USB to PC and i have problems to configure nut the ups is conected and Linux report this config Aug 19 23:34:56 dakota kernel: [22393.099595] usb 2-2: new low speed USB device using uhci_hcd and address 7 Aug 19 23:35:06 dakota kernel: [22403.186326] usb 2-2: Product: MEC0002 Aug 19 23:35:06 dakota kernel:
2007 Aug 10
2
Ordering BRI From AT&T
Hello everyone, I'm hoping someone can help me with this. I have a business customer in the U.S. (Michigan, AT&T Territory). I need to get 4 trunks into an asterisk Box. My intention is to use an Eicon Diva Server card with 2 BRI Circuits. The reason for this is that the business needs DID's on the trunks (20 of them). A full or fractional PRI is overboard for them, as they will
2012 Jan 16
1
Package "maps": what is the name of county # 2395?
I am using "maps". I am running the following code to get this list of all the counties: map('county', plot=FALSE)$names In the output, all counties have first the state listed and then, after a comma, the name of the county. However, county # 2395 (State = south dakota) has no county name. Anyone knows what this county is? Thank you! -- Dimitri Liakhovitski
2009 Jul 03
2
mapping states with colors
Hi folks, I'm just learning how to use maps. As an initial foray, I'm mapping the states that have "duty to retreat" (blue) and "stand your ground" (red) self-defense standards. Here is my extremely naive script: dtr <- c('alabama', 'arizona', 'conneticut', 'delaware', 'dist of columbia' , 'hawaii',
2006 Jan 12
1
Why can Asterisk Auto Attendant pick up on firstring?
Someone will probably tell you with more certainty, but (you don't say but I assume you are talking about FXO) the Caller ID normally comes in between the first and seconds rings, I think you can tell asterisk not to get the CID but if you don't, it waits for it. Also, I remember reading in a modem manual something about the number of rings you had to let your modem ring before doing an
2012 Nov 03
1
Logical vector-based extraction
Hello, The most part of the program works except that the following logical variable does not get created although the second logical variable-based extraction works. I don't understand what I am doing wrong here. state_pflt200 <- df$p_fatal <200 df[state_pflt200, c("state.name","p_fatal")] I would appreciate receiving your help. Thanks, Pradip Muhuri
2012 Sep 12
1
Plotting US States: Issue with filled colors cycling
I'm having issues when trying to do a filled State plot using the maps() package. It seems that the color values aren't being plotted correctly, and I'm not sure why... I've started debugging it, but I'm stuck. I've attached the code that I've got so far. The for loop plots states 1:i. What I'm noticing is that the colors are correct until after Michigan gets
2004 Jun 12
1
password and mysql ?
Hello i am postfix and dovecot with the authentication with the password file of system is possible added virtual domains with mysql? with the two metods? regards dakota at dakotabcn.net Administrador Servidor dakotabcn.net LINUX Registrered USER 93707 :) P.o Box 579 08913 Badalona (Barcelona) SPAIN firmas GnuPG en http://pgp.escomposlinux.org/ dakota at menta.net || dakota at escomposlinux.org
2013 Jan 08
2
Applying a user-defined function
Hello List, My goal is to apply a user-defined function on several columns of a data frame. When testing the code on a reproducible example below, I get the following error message. > #now Write a new function using the above cut ()/quantile function to apply on different columns of the data frame > > CutQuintiles <- function(x) { + cut (test1$x,quantile (test1$x,
2009 Mar 27
3
AT&T PRI Install - What is outpulsed?
Hey All, AT&T is installing a PRI in a couple weeks and while I've been doing homework on PRI's for the last few weeks there's something I'm still confused about. After being asked how many digits I wanted them to send us (10) was how many digits will you outpulse to us, 4, 7 or 10? I asked her what that meant and all I got was the question repeated. Do any of you have
2003 Oct 07
1
FXO on AT&T broadband POTS line?
Does anybody out there run * on an AT&T broadband phone line? I'm not seeing any callerid and I can't tell if its AT&T doing something funky or if its my setup. I do see CID on my normal phones.... Thanks, Chris -- The face of a child can say it all, especially the mouth part of the face. http://ccicolorado.org Exceptional Dogs for Exceptional People - Help Out Today!
2019 Dec 11
2
IR inline assembly: the x86 Intel "offset" operator
Interesting - the patch doesn't address this yet. It looks like we have a difference (maybe bug?) in how we handle Intel vs. AT&T inline assembly: https://godbolt.org/z/GQw9ED Suppose we're expanding an operand with an 'i' constraint, where the operand is given as, e.g. (i32* @Bar). If the inline assembly is in Intel dialect, this expands as "Bar" in AT&T syntax
2012 Dec 31
3
cut ()
Hello List, My goal is to create a 5 category variable (p1_st_data$ob_mrj_cat), based on the p1_st_data$obt_mrj_p variable, using the following code for 50 States and District of Columbia (N=51). p1_st_data$ob_mrj_cat <- cut (p1_st_data$obt_mrj_p, quantile (p1_st_data$obt_mrj_p, (0:5/5), include.lowest=TRUE)) The issue is that, for Utah, I am getting an <NA> instead of (42,48.7] in
2006 Jan 29
2
Access Codes
Or you can use authenticate() and have it take its 'passwords' form a text file on your machine. > -----Original Message----- > From: asterisk-users-bounces@lists.digium.com > [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of > trixter aka Bret McDanel > Sent: Sunday, January 29, 2006 5:37 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion
2003 Oct 10
1
NEWBIE looking for advice.
All, Thanks for taking time to read. I am wanting someone to tell me that I have a clue here and that the following proposed setup would (possibly) work. Currently existing are 4 pots lines with qty. 10 AT&T 954/854 phones. Would like to convert to asterisk and at the same time do a mild feature upgrade. Proposing to get: PIII 800MHz or better >=256MB RAM
2012 Jan 26
2
LDAP issues
Centos 6 Samba 3 smbldap-tools installed. LDAP directory not on local host. Example user LDIF: dn: uid=testuser at mydomain.com,ou=mydomain,o=ndtc mailHost: mailserver.mydomain.com loginShell: /bin/bash gidNumber: 500 uidNumber: 53112 uid: testuser at mydomain.com sn: user cn: test user mail: testuser at mydomain.com homeDirectory: /cust/mydomain/users/testuser gecos: test user,,662-6123
2016 Apr 27
5
Bourne shell deprecated?
>>> >>last OS I can think of with an actual Bourne shell was Solaris. >>> >> >>> >> >> > >> >The various *BSD's have & use the actual Bourne shell .... >> > >> > > Which one? All the BSDs I know of use the Almquist Shell except for > OpenBSD which uses a patched version of the Public Domain Korn Shell