<div dir="ltr"><div>Hello;</div><div>how do i embed and send the recorded file to email automagically  </div><div><br></div><div>exten =&gt; _1XXX,3,MixMonitor(${CALLFILENAME}|b|/usr/sbin/wav2mp3 ${CALLFILENAME} ${peeremail} ${EXTEN} ${STRFTIME(${EPOCH},,%Y%m%d-%H%M%S)} )</div>
<div><br></div><div><div dir="ltr"><div><span></span><span></span>Regards.</div><div>Kyeyune Bob</div><div>Network &amp; IT Engineer</div><div>+256 774 702 258</div><div><a href="mailto:bob.kyeyune@onesolutions.ug" target="_blank">bob.kyeyune@onesolutions.ug</a></div>
<div><br></div><div>Integrated IT services from  </div><div> Plot 57B Luthuli Avenue Bugolobi, Kampala</div><div><br></div><div> </div><div><br></div><div><br></div></div></div>
<br><br><div class="gmail_quote">On Fri, Feb 1, 2013 at 4:39 PM, A J Stiles <span dir="ltr">&lt;<a href="mailto:asterisk_list@earthshod.co.uk" target="_blank">asterisk_list@earthshod.co.uk</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Friday 01 February 2013, Joseph wrote:<br>
&gt; When recording the filename I use:<br>
&gt; exten =&gt;<br>
&gt; _NXXXXXX,n,Set(recordfilename=${EXTEN}-${STRFTIME(${EPOCH},MST,%C%y_%m_%d_<br>
&gt; %H%M)}.wav)<br>
&gt;<br>
&gt; This works OK but I would like to add to the name the local extension from<br>
&gt; which the calls is originating, what is the variable called?<br>
<br>
</div>${CALLERID(num)} has the originating extension number, unless you changed it<br>
e.g. to show your direct line on an outgoing call  (but you can always do that<br>
*after* you generate the filename for the recording).<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
AJS<br>
<br>
Answers come *after* questions.<br>
</font></span><div class="HOEnZb"><div class="h5"><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></div>