[Asterisk-Users] Monitor a call in progress.

Fernando Lujan fernando.lujan at mandic.com.br
Thu Feb 23 11:40:29 MST 2006


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,XXXX() #Start to listen the call placed in the channel 1
    exten => 1011,1,XXXX() #Start to listen the call placed in the channel 2

And so on...

Fernando Lujan



More information about the asterisk-users mailing list