On 12:15, Mon 05 Nov 07, voip crazy wrote: > Hello all, > > Could I create a script to delete the first messages on my voice mail? In > this script should I update any "messages index file" or there isn't any > file to index them? Could you share any script to do that?
Hi, Voicemails are stored in /var/spool/asterisk/voicemail/<context>/<vmbox> by default. There's some .wav files and a .txt file for every message. You can easily delete them using some shellscript. -- Michiel van Baak [EMAIL PROTECTED] http://michiel.vanbaak.eu GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x71C946BD "Why is it drug addicts and computer afficionados are both called users?" _______________________________________________ --Bandwidth and Colocation Provided by http://www.api-digital.com-- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
