Displaying 20 results from an estimated 2000 matches similar to: "MixMonitor and ChanSpy strangeness..."
2018 Jul 05
3
MixMonitor and ChanSpy whisper
Hello Asterisk list,
Hope you are all doing well!
We are using the MixMonitor application to record the calls and under some
situations the call can be spied using ChanSpy with whisper enabled.
Sometimes the spying channel is a person who can interact in the call, and
some other times it is a sound file playing a message. The problem is that
for some reason the MixMonitor does not record whatever
2012 Feb 02
1
MixMonitor and ChanSpy
Hello,
ChanSpy can not be used on a Channel that is being recorded with
MixMonitor.
How can I verify if a channel which I want to spy on, is currently not
being recorded ?!
Kind regards,
Jonas.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120202/7954fe9e/attachment.htm>
2011 Jul 02
2
chanspy spies on wrong channel
asterisk 1.4.32 have zapata.conf soft link to chan_dahdi.conf to use
flash operator panel < 2.0
(from extensions.conf)
exten=> 304,1,ChanSpy(Zap/4|q)
exten=> 304,2,hangup
There is no entry ChanSpy(Zap/41) in extensions.conf
On dialing 304 and Zap/41 is in use this happens:
[Jul 1 18:24:47] VERBOSE[14447] logger.c: -- Executing
[304 at flash:1] ChanSpy("Zap/31-1",
2009 Feb 04
1
Stopping chanspy followup
I am still trying to figure out a reasonable way to exit the chanspy
application in a dialplan.
For the most part I understand how things are working and there is one
change I would like to propose.
The way the 1.4.23.1 code seems to work is that if there are no channels
that match the chanprefix argument the chanspy code stays in a loop waiting
for a new channel to come into being that matches
2009 Oct 09
3
Chanspy
How can i activate "ChanSpy" to spy on a dedicated extension?
I see the following in "/etc/asterisk/extensions_additional.conf"
[chanspy]
include => chanspy-custom
exten => 501**,1,Chanspy(801)
exten => 501**,n,Hangup
exten => 502**,1,Chanspy(802)
exten => 502**,n,Hangup
But when i try to call "501**", it doesn't give any response.
Thanks.
2007 May 22
0
Mix Dial, Chanspy and MixMonitor or Monitor
I have an application that requires I be able to dial into an asterisk box, then from there dial out to another user through a PSTN. I'd like to be able to both 1) record this call and 2) let another user dial in using something like ChanSpy to listen to the conversation.
I can get this working by executing an auto-dial script to connect one end of a call to an outside Asterisk box which
2009 Feb 02
1
ChanSpy or other variant
I'm trying to figure out how to listen in to a channel that I specify. I
have the impression I've seen this done via Flash web controls, but I'm
trying to write something myself and I can't figure out what command would
be used. ChanSpy looks great, but I don't see how to specify the channel.
I have a channel identifier like "SIP/provider-08748db0" which is what I
2015 May 29
1
chanspy and mixmonitor
Hello guys,
I'm using asterisk 11.
i'm using Chanspy in a local channel to playBack a file to a specific
channel.
[playsound]
exten => do_playback,1,Answer()
same => n,Wait(1)
same => n,Playback(${Pv_WhatToPlay})
same => n,Hangup()
exten => do_chanspy,1,Answer()
same => n,ChanSpy(${Pv_WhoHear},qXBwW)
same => n,Hangup()
just basically
2015 May 29
0
Chanspy and Mixmonitor
You're right Steve, sorry for that.
So Hi again guys.
I need a little help here.I'm using asterisk 11.
i'm using Chanspy in a local channel to playBack a file to a specific
channel.
[playsound]
exten => do_playback,1,Answer()
same => n,Wait(1)
same => n,Playback(${Pv_WhatToPlay})
same => n,Hangup()
exten => do_chanspy,1,Answer()
same =>
2011 Oct 18
1
Chanspy() not working with group in asterisk 1.4.42
Hi list,
I have write down my code on which chanspy not working when I make a group
with name of spy. Please help me where is the issue on that.
a) caller will call this number to join konference and spy group
exten => 43681111,1,Answer()
exten => 43681111,n,NoOp(****${CHANNEL}****)
exten => 43681111,n,Set(GROUP(${CHANNEL})=spy)
exten => 43681111,n,Set(a=${GROUP_LIST(spy)})
exten
2006 Mar 07
3
Problem ChanSpy
Hi list,
I got a question:
When I try to ChanSpy a SIP channel I only listen one channel, for example,
I call from 302 extension and I have two active channels:
SIP/r1-voip-1b7b (None) Up Bridged Call(SIP/302-f1f1)
SIP/302-f1f1 09143213452@prueba-sip- Up
Dial(SIP/09143213452@r1-voip|4
When I try to spy this call from another extension:
2007 Sep 26
2
ChanSpy issue
Hello list
I am having an issue with Chanspy/SIP that I?m hoping someone has come
across and resolved in the past.
I am sending calls that come in TDM through T1 ZAP channels and go out to a
SIP trunk.
If I spy on the SIP channel, I can hear the person on the SIP side of the
call just fine, but the person on the ZAP channel fades in and out.
If I spy on the ZAP channel, and can hear
2009 Sep 29
3
chanspy and DISA
Hello all,
OS OpenSuSE 10.3
* ver 1.4.26.2
zaptel ver. 1.12
Digium TE122
I have a request for remote users to be able to dial through the system
so that the sales managers can barge/chanspy on the sales force.
I have the DISA part working with authentication(rather straight
forward) but what I can not figure out is how to enable the supervisors
to be able to barge on these calls. Is there a
2014 Dec 09
0
chanspy (whispering) and Mixmonitor
Dear all,
i'm using Chanspy to dynamically play a sound file on a specific channel.
It works the caller and the callee can hear the file playing during
their conversation.
However, i'm also using Mixmonitor to record the call. The thing is, in
the resulting wav i can of course
hear the conversation, but not the sound which was whispering.
Anyone knows how to let the whisper being
2006 Nov 16
1
chanspy crash the asterisk 1.4
hi,
exten =>6000,1,dial(SIP/6000,15,tr)
exten =>6002,1,dial(SIP/6002,15,tr)
exten =>6004,1,dial(SIP/6004,15,tr)
exten =>6006,1,dial(SIP/6006,15,tr)
exten =>6008,1,chanspy(SIP/6006 | wbq)
when i dial 6008 ,it is connected ,but i can't able to hear the voice of
the any one.
when coversation between the 6002 to 6006.
in my Console mode i got the following comment
*CLI>
2010 Jul 12
1
Chanspy - Meetme
Hi guys,
I've got a question about chanspy and meetme.
I'd like to transfer all the persons involved in a chanspy (the guy
spying, the guy that is spied and the guy that is speaking to the spied
one -> total: 3) in a conference room.
Is there a way to do it quickly without especially knowing each channels
? It's a bit tricky to know and remember each channels, no ?
Thanks in
2015 Mar 12
2
chanspy for group extension
thank you so much it work
you must add 1 like below
[app-chanspy]
exten => _0071XX,*1,*Macro(chanspy,1234)
exten => _0072XX,*1,*Macro(chanspy,5678)
exten => _0073XX,*1,*Macro(chanspy,8910)
best regards.
2015-03-11 19:48 GMT+00:00 Carlos Chavez <cursor at telecomabmex.com>:
> On 3/11/15 12:48 PM, Salaheddine Elharit wrote:
>
>> hello list,
>>
>> i use
2015 Mar 11
2
chanspy for group extension
hello list,
i use chanspy with the code below
[app-chanspy]
exten => _007.,1,Macro(user-callerid,)
exten => _007.,n,Answer
exten => _007.,n,Authenticate(1111)
exten => _007.,n,ChanSpy(SIP/${EXTEN:3},dqs)
exten => _007.,n,Hangup
i have a question related to chanspy
i have created extension from 100 to 300 and i will give the permission
with group of extension
i want to use
2006 Jan 05
1
ChanSpy via external application
Hi,
I have developped an application that monitors the status of my queues through the events triggered on the Manager Interface.
This way, I can know the status of my Agent real time.
Now, I have a new requirement that I must allow a manager to click on the Agent he wants to monitor and be able to monitor the call.
My idea was to, when the user clicks on the Agent, I would Originate a call
2010 Aug 17
1
MySQL Connect problem...
Right, I'm baffled.
I have:
exten => s,1,MYSQL(Connect DB1 127.0.0.1 geraint xxx amis2)
exten => s,n,MYSQL(Query NORESULT ${DB1} INSERT\ INTO\ recordings\
(caller_number\,called_number\,date_created\,date_started\,in_use\,server_id)\
VALUES\ (\'${CALLERID(number)}\'\,\'${ARG1}\'\,NOW()\,NOW()\,\'Yes\'\,12))
exten => s,n,MYSQL(Query RESULT1 ${DB1} SELECT\