|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 07/02/2009 at 03:00AM PDT, ID: 24539044 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: |
$GetMainOption = &Dialouge1("Start_Key_Menu", "timeOut3", "1");
&Flush();
sub Dialouge1()
{
my($file,$timeout,$len)=@_;
$pin = '';
&Flush();
$pin = $AGI->get_data("$soundFilePath/$file","$timeout","$len");
return $pin;
}
sub Flush()
{
print "EXEC PLAYBACK $soundFilePath/tempTT\n";
my $i=0;
while($i<3)
{
#$tempVar = $AGI->get_data("$soundFilePath/tempTT", "1" , "1");
$tempVar = $AGI->get_data("$soundFilePath/tempTT", "1" , "1000000");
$i++;
}
$|++;
}
|
Advertisement