<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'><div style="text-align: left;">yea... i know its like... stup.&amp;^&amp;... but my teacher want me to do that... i told him that it doesnt make sence.... BUT... he want it.. bad for me...<br><br><br><br><br></div><div><div style="text-align: left;">
<span style="color: rgb(51, 51, 153); font-weight: bold;">Luisa Peralta J.</span><br></div><span style="font-size: 12pt; font-family: 'Times New Roman';"><font color="#9900ff" face="Verdana, Geneva, Arial, Sans-serif" size="7"><span style="font-size: 12pt; font-family: 'Times New Roman';"><span style="text-decoration: underline;"></span><br></span></font></span>
<div align="center"><span style="" 12pt="" font-family="" times="" new="" roman="" ;="" mso-far=""></span></div></div><br><br><hr id="stopSpelling">&gt; From: r.neese@gmail.com<br>&gt; To: asterisk-bsd@lists.digium.com<br>&gt; Date: Tue, 13 Nov 2007 16:14:34 -0800<br>&gt; Subject: Re: [Asterisk-bsd] Asterisk/voicemail<br>&gt; <br>&gt; you dont have to convert it to gsm for it to play. asterisk can play wv files. <br>&gt; and why waste the time when you just play the wav on your pc<br>&gt; <br>&gt; this would also takealot of scripting <br>&gt; <br>&gt; <br>&gt; On November 13, 2007 02:07:26 pm Luisa Peralta wrote:<br>&gt; &gt; Nop.<br>&gt; &gt;<br>&gt; &gt; EXAPLE: You Send me an EMAIL  with an SOUND ATTACHMENT with (Like a  .WAV<br>&gt; &gt; file). I nedd to get THAT attachment from the EMAIL, and PUT that SOUND<br>&gt; &gt; FILE in the VOICEMAIL FOLDER, and hear it in my PHONE.<br>&gt; &gt;<br>&gt; &gt; So i need to find a way that asterisk recognize that new file like a<br>&gt; &gt; VOICEMAIL ....<br>&gt; &gt;<br>&gt; &gt; get it??   mmmm its like.. dificult.... (Sorry)<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; Luisa Peralta J.<br>&gt; &gt;<br>&gt; &gt; &gt; From: r.neese@gmail.com<br>&gt; &gt; &gt; To: asterisk-bsd@lists.digium.com<br>&gt; &gt; &gt; Date: Tue, 13 Nov 2007 13:02:32 -0800<br>&gt; &gt; &gt; Subject: Re: [Asterisk-bsd] Asterisk/voicemail<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; what are you trying to do you have not explaind it properly.. are you<br>&gt; &gt; &gt; trying to send the same vm to multi users ?<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; On November 13, 2007 12:43:50 pm Luisa Peralta wrote:<br>&gt; &gt; &gt; &gt; Hello!<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; I am doing this thing.. i have to take one attachment .WAV from an<br>&gt; &gt; &gt; &gt; email, and take it an put it in the folder that correspond to it<br>&gt; &gt; &gt; &gt; extention... (/var/spool/asterisk/voicemail/default/105/INBOX for<br>&gt; &gt; &gt; &gt; example..) i could get the .wav with this thing.. ripMIME... an whith<br>&gt; &gt; &gt; &gt; sox i convert it to .gsm, but my problem is that i have to create the<br>&gt; &gt; &gt; &gt; .txt that the asterisk voicemail needs to interpret the message, i mean<br>&gt; &gt; &gt; &gt; there is all the information about the mess... i mean, from who, what<br>&gt; &gt; &gt; &gt; time, etc etc,,,,<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; example: (this is a real thing.. ... i have 6 mes...each one have a<br>&gt; &gt; &gt; &gt; .txt file....)<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; root@central:/var/spool/asterisk/voicemail/default/107/INBOX# ls<br>&gt; &gt; &gt; &gt; msg0000.gsm    msg0001.gsm   msg0002.gsm    msg0003.gsm    msg0004.gsm<br>&gt; &gt; &gt; &gt; msg0005.gsm msg0000.txt      msg0001.txt      msg0002.txt     <br>&gt; &gt; &gt; &gt; msg0003.txt msg0004.txt  msg0005.txt msg0000.wav    msg0001.wav   <br>&gt; &gt; &gt; &gt; msg0002.wav msg0003.wav    msg0004.wav  msg0005.wav msg0000.WAV <br>&gt; &gt; &gt; &gt; msg0001.WAV msg0002.WAV  msg0003.WAV  msg0004.WAV  msg0005.WAV<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; this is msg0004.txt<br>&gt; &gt; &gt; &gt; root@central:/var/spool/asterisk/voicemail/default/107/INBOX# cat<br>&gt; &gt; &gt; &gt; msg0004.txt ;<br>&gt; &gt; &gt; &gt; ; Message Information file<br>&gt; &gt; &gt; &gt; ;<br>&gt; &gt; &gt; &gt; [message]<br>&gt; &gt; &gt; &gt; origmailbox=107<br>&gt; &gt; &gt; &gt; context=macro-stdexten<br>&gt; &gt; &gt; &gt; macrocontext=DefaultOutgoingRule<br>&gt; &gt; &gt; &gt; exten=s-BUSY<br>&gt; &gt; &gt; &gt; priority=6<br>&gt; &gt; &gt; &gt; callerchan=SIP/107-b6b00468<br>&gt; &gt; &gt; &gt; callerid="Aneury Disipulo" &lt;107&gt;<br>&gt; &gt; &gt; &gt; origdate=Tue Oct 30 06:21:10 PM AST 2007<br>&gt; &gt; &gt; &gt; origtime=1193782870<br>&gt; &gt; &gt; &gt; category=<br>&gt; &gt; &gt; &gt; duration=47<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; ------------------<br>&gt; &gt; &gt; &gt; I need to find a way to generate this file for files.wav that i want to<br>&gt; &gt; &gt; &gt; put into this folder....<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; CAN SOMEONE HELP???<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Luisa Peralta J.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _________________________________________________________________<br>&gt; &gt; &gt; &gt; Express yourself instantly with MSN Messenger! Download today it's<br>&gt; &gt; &gt; &gt; FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Welcome to the World. An the World gets smaller.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Asterisk-BSD mailing list<br>&gt; &gt; &gt; To UNSUBSCRIBE or update options visit:<br>&gt; &gt; &gt;    http://lists.digium.com/mailman/listinfo/asterisk-bsd<br>&gt; &gt;<br>&gt; &gt; _________________________________________________________________<br>&gt; &gt; Express yourself instantly with MSN Messenger! Download today it's FREE!<br>&gt; &gt; http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/<br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; Welcome to the World. An the World gets smaller.<br>&gt; <br>&gt; _______________________________________________<br>&gt; --Bandwidth and Colocation Provided by http://www.api-digital.com--<br>&gt; <br>&gt; Asterisk-BSD mailing list<br>&gt; To UNSUBSCRIBE or update options visit:<br>&gt;    http://lists.digium.com/mailman/listinfo/asterisk-bsd<br><br /><hr />Express yourself instantly with MSN Messenger! <a href='http://clk.atdmt.com/AVE/go/onm00200471ave/direct/01/' target='_new'>MSN Messenger</a></body>
</html>