search for: please_enter_your_numb

Displaying 1 result from an estimated 1 matches for "please_enter_your_numb".

2007 Feb 13
1
AGI "GET DATA" and "WAIT FOR DIGIT" don't work
...nly should print result=asciicode but none of the functions even wait until timeout .. they just pass .. (after a nanosecond) the las print is always timeout. Any clue ..? my $callerid = $AGI{'callerid'} ; if($callerid !~ /[0-9]{7,20}/){ #way numbre one print "EXEC PLAYBACK please_enter_your_number \"\"\n"; my $result = <STDIN>; print "WAIT FOR DIGIT 3000\n"; my $result = <STDIN>; # Way number two # print "GET DATA please_enter_your_number \"-1\" \"10\""; my $result = <STDIN>; } print STDERR "$result...