i want a script perl ou php for
link my vxml record.. as record.php.
see..
<form>
<record name="file" beep="true" maxtime="10s" finalsilence="4000ms" dtmfterm="true" type="audio/basic">
<prompt>Prononcez une phrase pour modifier ce message et parler après le bip sonore.</prompt>
<noinput>Je n'ai pas entendu, merci de prononcer une phrase.</noinput>
</record>
<filled>
<submit next="record.php" method="post" namelist="file" />
</filled>
</form>
the record.php must record a record.wav or record.au and send it to the email o.lepeu@wanadoo.fr
i think the .wav or .au for example record.wav must declared in the script php or perl see 2)
<?php
if ($file_name)
{
copy($file,"record.wav");
}
Then the record must be send to an email adresse as o.lepeu@wanadoo.fr
record.wav send to o.lepeu@wanadoo.fr??
thanks