similar to: Syntax Help on a Bash Script

Displaying 20 results from an estimated 200 matches similar to: "Syntax Help on a Bash Script"

2006 May 05
10
Call Center Phone with Auto Answer
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2151 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060505/ced665b2/attachment.gif
2006 Dec 12
4
MeetMe Conferencing and Marked Mode
I am trying to set up a Conference room where users are put on hold until the host arrives. I have figured out that the A option activates marked mode and the w option is used to activate the waiting until the marked user arrives. This seems to be what I need. What I can't seem to find is how do I mark a user? Thanks _____________________ Kevin Savoy Business Unit Telecom Analyst 2218 4th
2007 Feb 16
5
FW: Problem Transferring Direct to Voicemail
Skipped content of type multipart/alternative-------------- next part -------------- _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
2006 Dec 28
1
FW: cdr_addon_mysql.so did not register itself duringload
So no one else is having issues with MySQL and 1.4? I'm the only one? -----Original Message----- From: Savoy, Kevin - Williston, ND Sent: Wednesday, December 27, 2006 2:09 PM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: RE: [asterisk-users] cdr_addon_mysql.so did not register itself duringload Well the addons from 1.4 are installed. This original Asterisk
2006 May 05
6
Dumping queue_log to MySQL
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: image/gif Size: 2151 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20060505/1729faf8/attachment.gif
2006 Dec 28
2
FW: cdr_addon_mysql.so did not register itselfduringload
Ok so something is missing. I get the below for those two lines. checking for mysql_config... /usr/bin/mysql_config checking for mysql_init in -lmysqlclient... no I even installed the mysql-devel as Bradley Watkins suggested and still it says no. What do I need to make that say yes? Thanks -----Original Message----- From: asterisk-users-bounces@lists.digium.com
2007 Feb 12
1
FW: After upgrade to 1.4 transfers don't workproperly
Sorry if this is a repeat but I didn't receive a copy of it so I'm not sure it actually posted. The below worked for normal transfers. Now here is another situation. When we try to transfer a call directly to voicemail it plays the voicemail message but we can't transfer the call. The only way I could get it to work was to do a conference and then drop out of that conference. My
2007 May 01
3
Display Caller ID of called party
Not sure if this can be done or not, but I can't seem to find it anywhere on the Wiki. When dialing interoffice with Asterisk 1.4.2, I would like to have the caller id of the person I am dialing displayed and not the number I just dialed. Is this possible? So, if extension 4023 is John Doe, and I dial 4023, my display should read John Doe and not 4023. I am using a Polycom 501 by the way in
2007 Feb 14
2
Problem Transferring Direct to Voicemail
I am having an issue with 1.4 where we can't successfully transfer a call directly to a voicemail box. We hit "Transfer" on the phone and dial the mailbox number we want to send it to, My dial plan for this is: exten=>_*40XX,n,Voicemail(${EXTEN:1},u) The voicemail system picks up and starts to play its message and at this point. We should then hit "Transfer"
2009 Jan 20
1
problem with applying where condition
Hi all, I am a biggener in R-Project I got one problem with applying *where condition* like if 2 tables like table1: empid name dep 101 kiran solutions 102 ram testing 103 pavan database table2: empid month sal 101 Dec 9500 102 Dec 9800 103 Dec 8500 in first table i have to take *empid* with
2011 May 04
3
Regexp question
I have a string like this st <- "SELECT COUNT(empid), COUNT(mgrid), COUNT(empname), COUNT(salary), FROM Employees" How can I remove the last comma before the FROM statement? -J
2007 May 26
4
reset Polycom phones remotely
I have provisioned a bunch of Polycom 301 phones to get the config files from my ftp server. Out of the 4 phones 2 get the config file however the other 2 cannot contact the boot server. I have reboot the phones a number of times remotely (the client is 400 km away) through vnc and logging onto the web config internally. No matter what I change on the web config page it is not saved. I feel I
2006 Dec 26
1
cdr_addon_mysql.so did not register itself during load
I've loaded Asterisk 1.4 with the addons 1.4, libpri 1.4 and Zaptel 1.4 as well. I can place calls but I noticed the MySQL was writing out to the database. When doing an Asterisk load with asterisk -vvvv I saw the following: [Dec 26 11:02:08] WARNING[10029]: loader.c:375 load_dynamic_module: Module 'cdr_addon_mysql.so' did not register its [Dec 26 11:02:08] WARNING[10029]:
2007 Feb 07
1
After upgrade to 1.4 transfers don't work properly
I have discovered an issue on my system after upgrading from 1.2.13 to 1.4. A call comes in on a T1 line and goes to a Polycom 501 SIP phone. I have confirmed this on multiple phones. When the called person answers and tries to transfer the call to another extension, the call successfully transfers, however the person answering the transfer cannot hear the person that called in, the caller. My
2007 Feb 08
1
After upgrade to 1.4 transfers don't workproperly
This worked. Great and thanks -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Carlos Chavez Sent: Wednesday, February 07, 2007 5:52 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] After upgrade to 1.4 transfers don't workproperly On Wed, 2007-02-07 at 14:12
2003 Nov 27
1
AGI (IF/ELSE)
I need some help with some statements..... #!/usr/bin/perl use Asterisk::AGI; $AGI = new Asterisk::AGI; my %input = $AGI->ReadParse(); my $callerid = $input{'callerid'}; if ($optemp != 1) { my $empid = $AGI->get_data('employee',-1,5); $AGI->stream_file(entered); $AGI->say_digits($empid); my $optemp =
2006 Mar 07
1
Ajax.Responders- how to get responseText?
Hi All. In my site I have situation that I always want to execute some piece of code when AJAX call happen. I am using function onCreate and onComplete from tutorial:http://www.sergiopereira.com/articles/prototype.js.html but I don''k how to manipulate Ajax responseText in this function. Does anyone know how to do it? Gregor ---------------------------------------------------- Zagraj o
2007 Apr 13
1
Call Recording Servers
We are looking at using Asterisk as a call recording server for an Avaya VoIP S8700 system in a multi-site VoIP Call Center. All calls will be coming in to one location and sent out via VoIP to other call centers. What kind of specs should we be looking at purchasing for our Asterisk server to be record up 200-300 calls simultaneously? Linux runs in 64 bit architecture, but does Asterisk
2008 Apr 06
1
lme cant get parameter estimated correctly
I am caught in a mental trap. Why isn't the between groups variance estimated (0.0038) to be around the value with which I generated the data (0.0002)? Thanks Toby set.seed(76589437887) fph = 0.4 Sigh = sqrt(0.0002) Sigi = sqrt(0.04) ci = 1 fpi = matrix(,7200,3) for (i in 1:90) { fph = rnorm(1, fph, Sigh) for (k in 1:80) { fpi[ci,1:3] = matrix(c(i, k, rnorm(1, fph, Sigi)),1) ci
2007 Jun 18
2
MixMonitor Timestamp problem
hi, I am facing some issues while using MixMonitor. My extensions logic is attached below: exten => s,1,MixMonitor(${CALLERID(number)}-${TIMESTAMP}-${UNIQUEID}.gsm,b) in this extensions TIMESTAMP is not working in Asterisk 1.4. can any help me why TIMESTAMP is not working in Asterisk 1.4. regards, Asif