It's not a problem with the perl module or the agi subsystem in
asterisk. I did some debugging and it looks like its a problem with
say.c. It's not breaking out of its loop if res is set. I was going to
open a bug up on this but I see that you already have so I'll post a
note about it
James Golovich <[EMAIL PROTECTED]>
Patrick Baker wrote:
Can someone look into say_alpha, it seems that it doesn't return when
the DTMF trigger is keyed. I copied from the documentation, and doesn't
return when # is pressed.
Please see the code snippet below:
<SNIP>
#!/usr/bin/perl -w
$|=1;
use strict;
use Asterisk::AGI;
# Create AGI interface
my $AGI = new Asterisk::AGI;
# Populate hash with parameters passed from asterisk
my %input = $AGI->ReadParse();
$AGI->answer;
# Taken from AGI documentation
$AGI->say_alpha('JoeSmith', '#');
</SNIP>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]