<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'>Your dialplan won&#8217;t hit s-ANSWER &#8212; Dial doesn&#8217;t return until an answered call is completed. &nbsp;If you want to announce that the call is recorded to the person making the call, play it to them before the dial. &nbsp;If you want to announce it to the person receiving the call, try the M option.<BR>
<BR>
You might also want to look at what the legal situation is in your jurisdiction. &nbsp;Here one only needs the consent of one party to the call, so I don&#8217;t have to advise the callee that the call is recorded if the caller consents to the recording.<BR>
<BR>
<BR>
On 2006-12-19 04:13, &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 Paul &amp; Eric,<BR>
&nbsp;<BR>
Thank you for you information and quick response. I had enabled Monitoring in every SIP phone already. Made some Playback see below truncated config;<BR>
&nbsp;<BR>
exten =&gt; s,21,Dial(${pre_num:4}${the_num}${post_num},120,${TRUNK_OPTIONS})<BR>
exten =&gt; s,22,Goto(s-${DIALSTATUS},1)<BR>
exten =&gt; s,108,Noop(max channels used up)<BR>
exten =&gt; s-BUSY,1,NoOp(Trunk is reporting BUSY)<BR>
exten =&gt; s-BUSY,2,Busy()<BR>
exten =&gt; s-BUSY,3,Wait(60)<BR>
exten =&gt; s-BUSY,4,NoOp()<BR>
;Below was an added codes for the purpose of advising caller status of their call.<BR>
exten =&gt; s-NOANSWER,1,Playback(user)<BR>
exten =&gt; s-NOANSWER,n,Playback(is-curntly-unavail)<BR>
exten =&gt; s-NOANSWER,n,Hangup()<BR>
&nbsp;<BR>
exten =&gt; s-ANSWER,1,Background(for-quality-purposes)<BR>
exten =&gt; s-ANSWER,n,Background(this-call-may-be)<BR>
exten =&gt; s-ANSWER,n,Background(recorded)<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
exten =&gt; s-CHANUNAVAIL,1,Playback(is-curntly-unavail)<BR>
exten =&gt; s-CHANUNAVAIL,n,Hangup()<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<BR>
exten =&gt; s-CONGESTION,1,PlayTones(congestion)<BR>
exten =&gt; s-CONGESTION,n,Wait(5)<BR>
exten =&gt; s-CONGESTION,n,StopPlayTones()<BR>
exten =&gt; s-CONGESTION,n,Hangup()<BR>
&nbsp;<BR>
All the value of &nbsp;DIALSTATUS are working except if its ANSWER, it not working neither the caller or callee doen't hear anything. I might inserted the message at the wrong .conf file. I just thought that somebody out there had tried doing these before.<BR>
&nbsp;<BR>
<BR>
&nbsp;<BR>
<BR>
Scenerio:<BR>
<BR>
&nbsp;<BR>
<BR>
<I>SIP phone (101) wanted to call out-side Asterisk via ISDN/PSTN (6320011). Upon answering by user 6320011, it hears sound like &quot;For Quality Assurance Purposes, this call might be monitored or recorded&quot;. It is more important for us that the called 6320011 should be informed about the recorded conversation and its up to him/her (called/6320011) to hangup or accept.<BR>
</I><BR>
&nbsp;<BR>
<BR>
<I>The same thing when some body called the SIP phone (101), from out-side Asterisk via ISDN/PSTN Trunk. The caller (from PSTN) should be informed about the recorded calls; Asterisk will send ringing tone then playback(For Quality...) continue with music(MOH) until SIP phone(101 will answer.<BR>
</I><BR>
&nbsp;<BR>
<BR>
Hope you could provide me a little bit specific configuration on where to insert such scripts.<BR>
<BR>
&nbsp;<BR>
<BR>
Thanks<BR>
<BR>
&nbsp;<BR>
<BR>
Angel<BR>
<BR>
&nbsp;<BR>
<BR>
<BR>
<BR>
----- Original Message ----<BR>
From: Eric Jacksch &lt;eric.jacksch@tenebris.ca&gt;<BR>
To: Asterisk Users Mailing List - Non-Commercial Discussion &lt;asterisk-users@lists.digium.com&gt;<BR>
Sent: Tuesday, December 19, 2006 1:02:34 PM<BR>
Subject: Re: [asterisk-users] Inform callers on recorded/monitored number.<BR>
<BR>
<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>
<BR>
</SPAN></FONT><FONT SIZE="4"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:14.0px'>With the playback command?<BR>
<BR>
I think we are missing something here.<BR>
<BR>
PaulH<BR>
</SPAN></FONT></FONT><FONT FACE="Verdana, Helvetica, Arial"><SPAN STYLE='font-size:12.0px'><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>