Displaying 20 results from an estimated 8000 matches similar to: "Quick Q..."
2007 Jul 26
7
Queue stats
Greetings, list!
My boss would like some statistics on how many calls are answered out of
specific queues during a given time period, and I'm not sure how exactly
to obtain those stats. Here's how our queue system works.
1) Call comes in and enters our 'ring' queue where the phones ring for
15 seconds (caller hears the standard ring tone).
2) After 15 seconds, the caller
2006 Nov 20
4
Auto recording calls?
Howdy, folks.
I'm having a problem finding a way to auto-record calls (both incoming
and outgoing). I know how to make it so either party can initiate
recording, but I want it done as soon as both ends are connected (or
prior to that if that's what it takes). It's probably right in front
of me and I'm just missing it. Any help would be much appreciated.
Thanks,
Jay
2008 Jan 17
3
AEL includes?
How do I include a file (not a context) in AEL? #include "filename"
returns an error.
Thanks,
Jay
2007 Jun 18
2
Blind xfer issue -- URGENT!
Greetings, folks.
I'm having a problem with blind transfers. It seems that, despite not
having the T flag set, callers are able to use the blind transfer option.
Scenario is this:
- Asterisk 1.2.14
- Caller calls into our call center on one of our many phone numbers.
- Call gets placed into queue.
- Operator answers call.
- Caller is able to hit our blind xfer key sequence (#0) and dial
2007 Jan 15
2
Recording queue calls after an xfer?
I have a problem where my recorded queue calls stop recording once the
call is transferred to a different extension. Is there some additional
parameter I need to set so recording continues? Is it even possible to
do this?
Thanks,
Jay
2007 Jul 18
2
Flash(), Centrex Lines, and 3 way calling
Greetings, List.
I have my Asterisk box setup with 8 Centrex lines that were "left over"
from our old PBX system. My boss is asking me to set up Asterisk so
that he can flash hook and make an outgoing call on the same line to
have a 3 way call.
This is what he wants to do:
1) Incoming call on his Centrex line
2) Flash hook and dial a new number (goes out the same line)
3) Flash
2007 Jan 25
1
Cannot xfer parked callers
Here's how it's currently working:
1) Call comes in
2) Operator parks call (700)
3) Operator picks up call on another phone (701)
4) Operator tries to transfer to a different phone (we use #0) but the
transfer doesn't work.
We can transfer initial callers all we want and it works fine. Once a
call is parked, however, we can no longer transfer the caller.
Any ideas?
Thanks,
Jay
2006 Dec 13
3
MixMonitor and Queues
Greetings, all.
I would like to record calls that are entered into queues and I'm not
quite sure how to do it. Here's how I'm currently set up:
- Call comes in and is placed into Queue #1 (which rings all phones for
15 sec).
- If call drops out of this queue, it is placed into Queue #2 (which
plays MoH until the call is picked up).
I've tinkered with MixMonitor and I have my
2007 Apr 03
6
Re: asterisk-users Digest, Vol 33, Issue 12
I too was curious about this, so I copied the text into Babel Fish, and this is the result:
I miss of the 2/04/2007 to the 11/04/2007. I will answer your message as of my return. For any urgency, to contact Emmanuelle Parache Moga or C?dric Buzay.
If this guy is really going to be out until November these messages will get rather tiresome...
John Beaman
Telecom Specialist
Voice
2008 Mar 19
3
phpagi
Hello,
How do I install phpagi?
http://phpagi.sourceforge.net/
I couldn't find any info about setup in that site, and I couldn't email the
developers.so I'm lost.
I know it isn't a real question for this list, but I suppose many people
here already have installed it.
So, how can I install it?
Thanks
Carlos
-------------- next part --------------
An HTML
2005 Aug 01
1
How to install PHPAGI?
Hello everyone,
Where can I find instructions on how to install PHPAGI?
BTW, what's the difference between PHPAGI and PHPAGI2? Are they
different products? It's hard to tell from voip-info.org...
Best,
Leo
2018 May 09
2
NAs produced by integer overflow, but only some time ...
Before responding to Jeff's posting, let me reiterate my question: Why
does a function using m1*m1 produce an integer overflow, but m1^2 does
not?
As for Jeff's 'response':
> a) Numeric values may be either integers (signed 32 bit) or double precision (53 bit mantissa).
> b) Double precision constants are numeric with no decoration (e.g. 61224). Integer constants have an L
2010 May 14
1
is my PHPAGI Soap code right?
Hello,
i try to use soap in the phpagi.
i want to call a function from a web service
when a user call a telephne failed.
this is my phpagi script, Could you show me what's wrong ? becasue i
can't excute it successfully.
please open the following url to see my code:
http://pastebin.com/uzvWSxPy
Thanks!
--
Thanks for your supporting,
have a nice day.
Sucan
2009 Aug 18
1
Play Fake ring in phpagi
> I'm going blind searching - maybe you know?
>
> During the execution of a script I want to play fake ring to caller.
> Both of these examples complain of missing option:
>
> $agi->exec("Ringing");
> $agi->exec("Playtones ring");
>
> Notice: Undefined variable: options in
> /var/lib/asterisk/agi-bin/includes/phpagi.php on line 326
2008 Jun 03
8
Any reason to *not* use AEL? (Also, MixMonitor q)
I am building a new Asterisk server here at the office, and I'm
wondering if there are any downsides to creating my dialplan with AEL.
It seems more intuitive (to me), but I'm not sure if there are any
pitfalls I need to be aware of first.
We use this for internal extensions, 8 pots lines, and our answering
service which gets about 500 incoming calls a day down our T1.
Also, one more
2005 May 25
15
PHP/AGI Problem
Hi
I am currently developing a IVR application using
PHP/AGI. I am using the PHPAGI class at
http://phpagi.sourceforge.net/ to handle the
commuication with my *.
The application basically asks a caller to enter in
some information which is then processed and a answer
is read back out to them. I want the application to
loop back to the beginning after giving the answer so
they can try another
2007 Jun 19
2
PhpAgi call generation
hi
i'd like to write a simply application in php with phpAgi that:
- connect to Asterisk
- call an external number using a Zap channel
- play a message
here is some code:
<?php
$asm = new AGI_AsteriskManager();
if ($asm->connect()) {
$asm->Originate("Zap/g1/1","number","default","1");
/*
play message...
*/
} else {
2016 Aug 10
2
Replacement for phpagi?
Anyone know a good replacement for phpagi? Unfortunately
development stalled long ago and it has not been updated. What is the
best solution for AMI and AGI on PHP? Thanks.
--
Telecomunicaciones Abiertas de M?xico S.A. de C.V.
Carlos Ch?vez
+52 (55)9116-91161
2011 Feb 24
1
missing argument on AGI
Hi All,
I'm using the asterisk 1.4.39.2 with phpagi 2.20 I have setup a dial plan:
[callback-outbound]
exten => _00.,1,Macro(callout|${EXTEN})
[macro-callout]
exten => s,1,AGI(getchannel.php|${ARG1})
exten => s,2,Dial(Local/${OUTBOUND}@from-internal/nj||tr)
exten => s,3,Hangup()
but for some reason i am not receiving the argument:
Executing [s at macro-callout:2]
2012 Jan 12
1
how to set callerid in php AGI file.
Hi,
I am using phpagi for agi scripting. and want to update callerid number but
didn't get any success. please help me how to update PHPAGI is new for me.
Below is the code which I write.
#!/usr/bin/php -q
<?php
set_time_limit(30);
//require(.phpagi.php.);
include("phpagi.php");
$agi = new AGI();
//answer the call
$agi-> answer();