<P>Hello ALl</P>
<P>i need context to do:</P>
<P>record to wave file and receive DTMF when recording wave file.</P>
<P>for example:</P>
<P>exten =&gt; s,1,Record(test:wav)</P>
<P>exten =&gt; s,2,hangup</P>
<P>when recording, press # to hangup and i want to receive others DTMF (while recording), max DTMF to received as 7 and when received enough 7 DTMFs, asterisk will end call, the result save to MySQL.</P>
<P>for currently, asterisk only record wave file and hangup with # key. any DTMF without save.</P>
<P>&nbsp;</P>
<P>any advice ?</P>
<P>Thanks</P>