<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR></HEAD>
<BODY>
<DIV><SPAN class=718175005-18102004><FONT face=Arial size=2>Hoping someone can
please help me.</FONT></SPAN></DIV>
<DIV><SPAN class=718175005-18102004><FONT face=Arial size=2>I have written an
AGI application (that uses the Asterisk-AGI perl library) that processes
requests to record wav files, capture dtmf, return dtmf etc to my dial
plan.</FONT></SPAN></DIV>
<DIV><SPAN class=718175005-18102004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=718175005-18102004><FONT face=Arial size=2>It works well,
except when I record a long recording ( I have not been able to figure out a
direct pattern - but approximately 40 minutes or longer of total recording in
MSGSM format) It will no longer respond to my DTMF escape
digits.</FONT></SPAN></DIV>
<DIV><SPAN class=718175005-18102004><FONT face=Arial
size=2></FONT></SPAN> </DIV>
<DIV><SPAN class=718175005-18102004><FONT face=Arial size=2>In my agi-test.agi
file I simply something similar to the following.</FONT></SPAN></DIV>
<DIV><SPAN class=718175005-18102004>
<P><FONT size=2><FONT face=Arial><STRONG>$result = </STRONG><FONT size=3><SPAN
class=718175005-18102004>$AGI->record_file($wavfile, WAV, 12345 , 70000,
1);</SPAN></FONT></FONT></FONT></P>
<P><FONT size=2><FONT face=Arial><FONT size=3><SPAN
class=718175005-18102004><SPAN class=718175005-18102004><FONT face=Arial
size=2>As expected it will wait for up to 1 digit and return the value in ASCII
into $result</FONT></SPAN></SPAN></FONT></FONT></FONT></P>
<P><FONT size=2><FONT face=Arial><FONT size=3><SPAN
class=718175005-18102004></SPAN></FONT></FONT></FONT> </P>
<P><FONT size=2><FONT face=Arial><FONT size=3><SPAN
class=718175005-18102004>HOWEVER</SPAN></FONT></FONT></FONT></P>
<P><FONT><FONT face=Arial size=2><SPAN
class=718175005-18102004></SPAN></FONT></FONT> </P>
<P><SPAN class=718175005-18102004><FONT size=2><FONT face=Arial>I</FONT> <FONT
face=Arial>need it to sometimes record up to a maximum of 3 hours. (1080000
ms)</FONT></FONT></SPAN></P>
<P><SPAN class=718175005-18102004><FONT face=Arial size=2><STRONG>$result =
</STRONG><FONT size=3><SPAN
class=718175005-18102004>$AGI->record_file($wavfile, WAV, 12345 , 1080000,
1);</SPAN></FONT></FONT></SPAN></P>
<P><SPAN class=718175005-18102004><FONT face=Arial
size=2></FONT></SPAN> </P>
<P><SPAN class=718175005-18102004><FONT face=Arial size=2>But it gets to maybe
more than half an hour, is still recording fine but NO MATTER WHAT digits i
press, it never escapes from this command when i constantly try pressing any of
the escape digits.</FONT></SPAN></P>
<P><SPAN class=718175005-18102004><FONT face=Arial
size=2></FONT></SPAN> </P>
<P><SPAN class=718175005-18102004><FONT face=Arial size=2>Does anyone have an
insight or similar issue? I wish i could resolve this one, it is killing
me.</FONT></SPAN></P>
<P><SPAN class=718175005-18102004><FONT face=Arial
size=2>Thanks</FONT></SPAN></P>
<P><SPAN class=718175005-18102004><FONT face=Arial
size=2>Simon</FONT></SPAN></P></SPAN></DIV></BODY></HTML>