<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
<BR>Hi Sanjay<BR>
you may have to use a cron like this one:<BR>
&nbsp;<BR>
#!/bin/sh<BR>date1=`date +%Y%m%d`<BR>mkdir -p /var/spool/asterisk/monitor/sanjay/$date1+1<BR>
&nbsp;<BR>
so you have to make work that ron every day t 23 59 min, and you will have a file created for every day.<BR><BR>
youre rontab -e must be like this:<BR>
&nbsp;<BR>
59 23&nbsp; * * * /usr/local/cron_youre_cron.sh<BR>
&nbsp;<BR>
&nbsp;<BR>
Bye.<BR>
<BLOCKQUOTE>
<HR>
Date: Tue, 3 Jun 2008 06:35:28 +0530<BR>From: sanjay.rajdev@featherstoneinformatics.com<BR>To: asterisk-users@lists.digium.com<BR>Subject: [asterisk-users] Date in Dialplan<BR><BR>
<META content="Microsoft SafeHTML" name=Generator>
<STYLE>
.ExternalClass p
{;}
</STYLE>

<DIV style="FONT-SIZE: 12pt; COLOR: #000000; FONT-FAMILY: Times New Roman">Hello all,<BR><BR>I want to save the recording of each day in Date Folder e.g.<BR><BR>exten =&gt; s,1,Answer()<BR>exten =&gt; s,2,MixMonitor(/sanjay/recording/${DATE}/${UNIQUEID}.wav)<BR><BR>How can I compute the $DATE variable?<BR><BR>Regards,<BR>Sanjay Rajdev<BR></DIV></BLOCKQUOTE><br /><hr />Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! <a href='http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us' target='_new'>Try it!</a></body>
</html>