Displaying 6 results from an estimated 6 matches for "cagi".
Did you mean:
agi
2006 Feb 02
0
agi/cagi call limit using group_count
Dear all,
Anyone has experience using group and group_count to limit outgoing calls in
AGI/CAGI?
SET VARIABLE GROUP(${CALLERIDNUM}) OUTBOUND_GROUP
EXEC Gotoif $[${GROUP_COUNT(OUTBOUND_GROUP@${CALLERIDNUM})} > 1]?BLOCK
SET VARIABLE GROUP(${CALLERIDNUM}) OUTBOUND_GROUP
But it doesn't work as it should. Tried in extensions.conf and it works.
Any idea.
Thanks
Ray...
2008 Jul 04
1
by or tapply?
...the one below.
The row names are species and the E1, E2, E3 columns are presence/absence for a given site. I have an additional column 'origin' which has information about the species.
E1 E2 E3 origin
BASA 0 0 1 N
BASO 0 0 1 N
BRCO 0 0 1 U
CAER 0 0 0 E
CAGI 0 1 0 C
CEFL 0 1 1 N
I want to get the sum of ALL of the sites for the factors in the column 'origin'.
I have used
by(merge[,2],merge$origin,sum)
and
tapply(merge[,2],merge$origin,sum)
but this just gives me one column at a time.
How can I get all of the sites summed in...
2010 Jun 13
1
AGI library for C/C++
I'm wondering if anyone knows a good, stable C AGI library (* v. 1.4 and 1.6 compatible).
I've taken a look at CAGI and QUIVR but their latest code releases date back to 2006.
I've also seen a more recent project (wildpbx) dated 2009:
http://github.com/comradeb14ck/wildpbx/tree/master/libraries/agi/c/
Any suggestions/recommendations for a C AGI library?
Thanks,
Vieri
2005 Aug 23
2
YAACID isn't working
Hello, I'm trying YAACID ( http://www.shatterit.com/opensource/yaacid/ )
for incomming call notification on PC (and open url with callerid), but
it does not display/pop anything :-(
my config is very simple...
(yaacid is successfully registered as manager in asterisk)
thanks
PJ
* dialplan:
'953' => 1. NoOp(${CALLERID})
[pbx_config]
2008 Oct 05
5
asterisk, phpagi and singleton
Hello,
I've this situation: 300+ simultaneous calls and dialplan like this:
exten => _X.,1,Answer()
exten => _X.,2,DEADAGI(check_status.php)
exten => _X.,3,Dial(SIP/other/${NUMBER})
exten => _X.,4,Hangup
exten => h,1,DEADAGI(cdr.php)
When project is running , I had a lot of defunct php scripts (I've exceed
mysql connection limits and so on, deadagi help a bit). The
2013 Oct 21
0
[LLVMdev] LLVMdev Digest, Vol 112, Issue 56
Has anyone worked with or used the LLVM backend or compiler for Haskell ??
David
On Monday, October 21, 2013 5:26 PM, "llvmdev-request at cs.uiuc.edu" <llvmdev-request at cs.uiuc.edu> wrote:
Send LLVMdev mailing list submissions to
llvmdev at cs.uiuc.edu
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
or,