Displaying 2 results from an estimated 2 matches for "exentsions".
Did you mean:
exensions
2009 Feb 27
1
Ordinal Mantel-Haenszel type inference
Hello,
I am searching for an R-Package that does an exentsion of the Mantel-Haenszel test for ordinal data as described in Liu and Agresti (1996) "A Mantel-Haenszel type inference for cummulative odds ratios". in Biometrics. I see packages such as Epi that perform it for binary data and derives a varaince for it using the Robbins and Breslow variance method. As well as another pacakge
2004 Apr 18
0
AGI Module
...ssed.
It seems when I try to execute either the stream_file or the get_data
subs nothing is actually done. It doesn't seem to stream the files, but
on the console it says it played the file. If you need more information
please let me know and I will get it to you ASAP. Here are my source
and exentsions.conf:
Extensions.conf
---------------
; Test agi extension
exten => 3102,1,Answer
exten => 3102,2,AGI,agi-SQLTest.agi
exten => 3102,3,Hangup
Agi-SQLTest.agi
---------------
#!/usr/bin/perl
use Asterisk::AGI;
use DBI;
$AGI = new Asterisk::AGI;
# Read * input info.
my %input = $AGI->...