<HTML>
<HEAD>
<TITLE>Re: [asterisk-users] Inform callers on recorded/monitored number.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><BR>
exten =&gt; s,1,Answer<BR>
exten =&gt; s,n,Set(REC=${URIENCODE(${STRFTIME(,America/Toronto,%Y%m%d-%H%M%S)}-${CALLERID(number)}-TESTBOARD-${UNIQUEID})})<BR>
exten =&gt; s,n,MixMonitor(${REC}.wav)<BR>
exten =&gt; s,n,Playback(this-call-may-be-monitored-or-recorded)<BR>
<BR>
Note that I intentionally start the recording <B>BEFORE</B> advising the user that the call may be monitored &#8212; that way the first thing on the recording is the user being advised of the recording.<BR>
<BR>
<BR>
On 2006-12-18 22:01, &quot;Angel Heart&quot; &lt;cocent@yahoo.com&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>Hi,<BR>
&nbsp;<BR>
How could I possibly inform incoming callers that the number they'd dialed is monitored and recorded.<BR>
&nbsp;<BR>
I wanted that when a call-in or call-out is made, a playback will be played to inform caller &amp; callee that thier line is monitored prior to start conversation.<BR>
&nbsp;<BR>
Thanks.<BR>
&nbsp;<BR>
Angel<BR>
<BR>
__________________________________________________<BR>
Do You Yahoo!?<BR>
Tired of spam? &nbsp;Yahoo! Mail has the best spam protection around <BR>
<a href="http://mail.yahoo.com">http://mail.yahoo.com</a> <BR>
<HR ALIGN=CENTER SIZE="3" WIDTH="95%"></SPAN></FONT><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'>_______________________________________________<BR>
--Bandwidth and Colocation provided by Easynews.com --<BR>
<BR>
asterisk-users mailing list<BR>
To UNSUBSCRIBE or update options visit:<BR>
&nbsp;&nbsp;&nbsp;<a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:10.0px'><BR>
<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'>-- <BR>
Eric Jacksch<BR>
+1 613 860-0964 Ottawa<BR>
+1 647 722-3544 Toronto<BR>
+1 514 907-0031 Montreal<BR>
<BR>
&quot;They who would give up an essential liberty for temporary security deserve neither liberty or security.&quot; -- Benjamin Franklin<BR>
<BR>
</SPAN></FONT>
</BODY>
</HTML>