I&#39;m not confused about this...<br>Everytime a voicemail is left, I need asterisk to run a script that will query a database, and according to those results perform various actions. These actions include calling a number and connecting it directly to voicemailmain and/or sending out multiple emails... I&#39;m able to accomplish this using mailcmd, reading the STDIN, parsing out what i need such as the mailbox but I&#39;m not sure how stable this method is.... I&#39;d rather use externnotify because it is designed to a run script ....<br>
<br><div class="gmail_quote">On Mon, Apr 11, 2011 at 1:34 PM, Sherwood McGowan <span dir="ltr">&lt;<a href="mailto:sherwood.mcgowan@gmail.com">sherwood.mcgowan@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div><div></div><div class="h5">On 4/11/2011 12:30 PM, vip killa wrote:<br>
&gt; Would be so much simpler if &quot;mailcmd&quot; acted just like &quot;externnotify&quot;<br>
&gt; or &quot;externnotify&quot; only ran when a message was left but not when<br>
&gt; someone checks their voicemail...<br>
&gt;<br>
&gt;<br>
&gt;     That&#39;s pretty much where you&#39;re at. What gets passed to STDIN is an<br>
&gt;     email, it&#39;s not set up for use by a script. Remember, what you&#39;re<br>
&gt;     doing<br>
&gt;     is asking Asterisk to do something out of the ordinary, hence why<br>
&gt;     having<br>
&gt;     an email alias is typically the best solution.<br>
&gt;<br>
&gt;<br>
</div></div><div class="im">&gt; --<br>
&gt; _____________________________________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
&gt; New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
&gt;                <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt;    <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
<br>
</div>I think you&#39;re confused about how it works. When someone leaves a<br>
voicemail, Asterisk sends a notification email, by piping an email to<br>
the defined mailcmd (by default, again, &#39;sendmail -t&#39;)...which is<br>
exactly what you&#39;re &quot;wishing&quot; it did....maybe you need to do some more<br>
reading?<br>
<br>
Why do you think it works in a different way?<br>
<div><div></div><div class="h5"><br>
--<br>
Sherwood McGowan &lt;<a href="mailto:sherwood.mcgowan@gmail.com">sherwood.mcgowan@gmail.com</a>&gt;<br>
Carrier, ITSP, Call Center, and PBX Solutions Consultant<br>
<br>
<br>
--<br>
_____________________________________________________________________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
               <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
   <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
</div></div></blockquote></div><br>