[asterisk-users] Inform callers on recorded/monitored number.

2006-12-18 Thread Angel Heart
Hi, How could I possibly inform incoming callers that the number they'd dialed is monitored and recorded. I wanted that when a call-in or call-out is made, a playback will be played to inform caller & callee that thier line is monitored prior to start conversation. Thanks. Angel

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-18 Thread Paul Hales
With the playback command? I think we are missing something here. PaulH On Mon, 2006-12-18 at 19:01 -0800, Angel Heart wrote: > Hi, > > How could I possibly inform incoming callers that the number they'd > dialed is monitored and recorded. > > I wanted that when a call-in or call-out is mad

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-18 Thread Eric Jacksch
exten => s,1,Answer exten => s,n,Set(REC=${URIENCODE(${STRFTIME(,America/Toronto,%Y%m%d-%H%M%S)}-${CALLER ID(number)}-TESTBOARD-${UNIQUEID})}) exten => s,n,MixMonitor(${REC}.wav) exten => s,n,Playback(this-call-may-be-monitored-or-recorded) Note that I intentionally start the recording BEFORE ad

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-19 Thread Angel Heart
bit specific configuration on where to insert such scripts. Thanks Angel - Original Message From: Eric Jacksch <[EMAIL PROTECTED]> To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Tuesday, December 19, 2006 1:02:34 PM Subject: Re: [asterisk-users] Inform callers on

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-19 Thread Anselm Martin Hoffmeister
Am Dienstag, den 19.12.2006, 01:13 -0800 schrieb Angel Heart: > Hi Paul & Eric, > > Thank you for you information and quick response. I had enabled > Monitoring in every SIP phone already. Made some Playback see below > truncated config; > > exten => s,21,Dial(${pre_num:4}${the_num}${post_num},

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-20 Thread Eric Jacksch
a little bit specific configuration on where to > insert such scripts. > > > > Thanks > > > > Angel > > > > > > - Original Message > From: Eric Jacksch <[EMAIL PROTECTED]> > To: Asterisk Users Mailing List - Non-Commercial Dis

Re: [asterisk-users] Inform callers on recorded/monitored number.

2006-12-21 Thread Lee Jenkins
Eric Jacksch wrote: You might also want to look at what the legal situation is in your jurisdiction. Here one only needs the consent of one party to the call, so I don’t have to advise the callee that the call is recorded if the caller consents to the recording. If you are in the U.S.,