Re: [Asterisk-Users] Monitor a call in progress.

2006-02-25 Thread Dinesh Nair


On 02/24/06 10:13 Time Bandit said the following:

unless you client call isn't coming on a zap channel. In that case,
you should look here :
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ChanSpy


is there any reason why chanspy cant be used consistently for all channels 
instead of switching to zapbarge for zap channels ? this is no biggie, but 
would simplify dialplans if it as ok.


--
Regards,   /\_/\   All dogs go to heaven.
[EMAIL PROTECTED](0 0)http://www.alphaque.com/
+==oOO--(_)--OOo==+
| for a in past present future; do|
|   for b in clients employers associates relatives neighbours pets; do   |
|   echo The opinions here in no way reflect the opinions of my $a $b.  |
| done; done  |
+=+
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Monitor a call in progress.

2006-02-23 Thread Fernando Lujan

Hi all,

I want to Monitor a call that is already in progress. How can I achieve 
this behavior?


For instance, I have a operator and a client speaking with each other. I 
want to listen an record this conversation.


I hope I made myself clear. :)

Thanks in advance.

Fernando Lujan
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Monitor a call in progress.

2006-02-23 Thread Steve Totaro

1.  go to www.google.com
2.  type asterisk monitor application
3.  click on the first result
4.  read and implement
5.  google is your friend 

I hope I made myself clear too ;-P



 -Original Message-
 From: Fernando Lujan [mailto:[EMAIL PROTECTED]
 Sent: Thursday, February 23, 2006 11:08 AM
 To: asterisk-users@lists.digium.com
 Subject: [Asterisk-Users] Monitor a call in progress.
 
 Hi all,
 
 I want to Monitor a call that is already in progress. How can I
achieve
 this behavior?
 
 For instance, I have a operator and a client speaking with each other.
I
 want to listen an record this conversation.
 
 I hope I made myself clear. :)
 
 Thanks in advance.
 
 Fernando Lujan
 ___
 --Bandwidth and Colocation provided by Easynews.com --
 
 Asterisk-Users mailing list
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Monitor a call in progress.

2006-02-23 Thread Fernando Lujan

Steve Totaro wrote:

1.  go to www.google.com
2.  type asterisk monitor application
3.  click on the first result
4.  read and implement
5.  google is your friend 


I hope I made myself clear too ;-P


Hi Steve,

I made it before and found the same problem.

Are you referencing to this code?

exten = 2060,1,Answer
exten = 2060,2,Wait(1)
exten = 2060,3,Monitor(wav,myfilename)
exten = 2060,4,Meetme(1,ps)

But it implies in receiving a call and start monitoring it. I intent to 
create this behavior.


A client call.
A user answer.
Another user, a manager, for instance. Dial a code:

For instance:

   exten = 1010,1,() #Start to listen the call placed in the channel 1
   exten = 1011,1,() #Start to listen the call placed in the channel 2

And so on...

Fernando Lujan
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Monitor a call in progress.

2006-02-23 Thread Time Bandit
 A client call.
 A user answer.
 Another user, a manager, for instance. Dial a code:

 For instance:

 exten = 1010,1,() #Start to listen the call placed in the channel 1
 exten = 1011,1,() #Start to listen the call placed in the channel 2

 And so on...
What you are looking for is this :
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ZapBarge

unless you client call isn't coming on a zap channel. In that case,
you should look here :
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+ChanSpy

hth
___
--Bandwidth and Colocation provided by Easynews.com --

Asterisk-Users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users