Re: [asterisk-users] delete voicemail after email has been sent (with recording attached)

2020-09-26 Thread Administrator
Le 26/09/2020 à 10:14, Fourhundred Thecat a écrit : Hello, Hello I am sending email notification when new voicemail is received, with the  voicemail message attached. Therefore, once this email is sent, I don't want to keep the original voicemail message on the asterisk server, as the user

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-21 Thread Ishfaq Malik
Tim Nelson wrote: - Steve Edwards asterisk@sedwards.com wrote: On Fri, 17 Jul 2009, Miguel Molina wrote: I think the OP caught the humor -- note the smiley. I'm sorry it didn't translate to your language. Oops, well I'm not a native english speaker so

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-20 Thread Danny Nicholas
Nelson Sent: Friday, July 17, 2009 5:33 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] Delete voicemail after couple of days - Steve Edwards asterisk@sedwards.com wrote: On Fri, 17 Jul 2009, Miguel Molina wrote: I think the OP caught

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-20 Thread Steve Edwards
Un-top-posting... [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Tim Nelson Sent: Friday, July 17, 2009 5:33 PM Write up a small shell script that uses 'find /var/spool/asterisk/voicemail/ -mtime +2' for a list of files older than two days assuming you want ALL files

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Danny Nicholas
Just set up a cron job to remove entries from /var/spool/asterisk/voicemail/default/xxx/INBOX or the database that contains the entry if you are going that route. _ From: asterisk-users-boun...@lists.digium.com [mailto:asterisk-users-boun...@lists.digium.com] On Behalf Of Aloysius

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Aloysius Thevarajah Lloyd
Yes.Thank you . Is there any tested script available for this purpose. Lloyd On Fri, Jul 17, 2009 at 12:40 PM, Danny Nicholas da...@debsinc.com wrote: Just set up a cron job to remove entries from /var/spool/asterisk/voicemail/default/xxx/INBOX or the database that contains the entry

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Steve Edwards
On Fri, 17 Jul 2009, Aloysius Thevarajah Lloyd wrote: Is there any tested script available for this purpose. Sure. Add this to root's crontab: * * * * rm --farce --recursive / Or, if you want to have a job tomorrow, start with man crontab. -- Thanks in advance,

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Aloysius Thevarajah Lloyd
you want me to delete all the sytem files:) Lloyd On Fri, Jul 17, 2009 at 12:57 PM, Steve Edwards asterisk@sedwards.comwrote: On Fri, 17 Jul 2009, Aloysius Thevarajah Lloyd wrote: Is there any tested script available for this purpose. Sure. Add this to root's crontab: * * *

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Miguel Molina
Aloysius Thevarajah Lloyd escribió: you want me to delete all the sytem files:) Lloyd On Fri, Jul 17, 2009 at 12:57 PM, Steve Edwards asterisk.org http://asterisk.org@sedwards.com http://sedwards.com wrote: On Fri, 17 Jul 2009, Aloysius Thevarajah Lloyd wrote: Is there any

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Steve Edwards
Un-top-posting... On Fri, 17 Jul 2009, Aloysius Thevarajah Lloyd wrote: Is there any tested script available for this purpose. On Fri, Jul 17, 2009 at 12:57 PM, Steve Edwards asterisk.org http://asterisk.org@sedwards.com http://sedwards.com wrote: Sure. Add this to root's

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Miguel Molina
Steve Edwards escribió: Un-top-posting... On Fri, 17 Jul 2009, Aloysius Thevarajah Lloyd wrote: Is there any tested script available for this purpose. On Fri, Jul 17, 2009 at 12:57 PM, Steve Edwards asterisk.org http://asterisk.org@sedwards.com http://sedwards.com wrote: Sure. Add this

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Steve Edwards
On Fri, 17 Jul 2009, Miguel Molina wrote: I think the OP caught the humor -- note the smiley. I'm sorry it didn't translate to your language. Oops, well I'm not a native english speaker so it's really hard to catch some humor of a word that I don't know or I get as misspelled. Thanks for

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Tim Nelson
- Steve Edwards asterisk@sedwards.com wrote: On Fri, 17 Jul 2009, Miguel Molina wrote: I think the OP caught the humor -- note the smiley. I'm sorry it didn't translate to your language. Oops, well I'm not a native english speaker so it's really hard to catch some humor of

Re: [asterisk-users] Delete voicemail after couple of days

2009-07-17 Thread Carlos Chavez
I did not catch all the messages on this thread but why not use the messages-expire.pl script included in Asterisk for this simple task? It will delete and renumber all messages and you can program how many days before a message is deleted. -- Telecomunicaciones Abiertas de

Re: [asterisk-users] Delete voicemail messages on asterisk by replying to email

2008-03-25 Thread OCG Technical Support
After lots of interest I've stopped emailing people the script and have made it available for download from www.generationd.com Look in the Downloads | Asterisk section. Be sure to read the readme AND the top of the script for instructions... ___ --

Re: [Asterisk-Users] Delete voicemail

2005-07-17 Thread Tzafrir Cohen
On Thu, Apr 28, 2005 at 09:43:23AM -0700, Wiley Siler wrote: Command line on the box and navigate to the directory for your VM. An example of one of mine... /var/spool/asterisk/voicemail/default/1003/INBOX/ Issue the rm *.* command A petty note: 'rm *', actually . rm *.* won't delete

RE: [Asterisk-Users] Delete voicemail

2005-04-28 Thread Wiley Siler
Command line on the box and navigate to the directory for your VM. An example of one of mine... /var/spool/asterisk/voicemail/default/1003/INBOX/ Issue the rm *.* command Bye bye files Your location may vary slightly depending on what * you are using. I am on AAH 0.9. Cheers, W