Displaying 20 results from an estimated 10000 matches similar to: "Spy a specific Channel"
2007 Jun 16
1
Chanspy
I am developing a Call Center with AMI, I have already redirect and create
a call, but I want to implement a functionality so I can supervise the call
(spy).
I have been studying the function chanspy of asterisk.
Does any one know how to execute the function Chanspy(SIPXXX) throw AMI?
Best Regards
Carlos
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
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",
2007 Jun 21
2
Use of ChanSpy
How can I use the Asterisk command ChanSpy If I need to spy on a call?
I already added the function to the extensions.conf, and I get the beeps,
but then what do I do??? I don't understand the use of this function.
Best Regards
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Jun 20
0
ChanSpy on a specific channel.
Guys, I'm trying to run chanspy on a specific channel without success..
extensions.conf:
exten => 5,1,ChanSpy(IAX2/)
Result:
-- Executing ChanSpy("IAX2/127.0.0.1:32783-1", "IAX2/") in new stack
-- Playing 'beep' (language 'en')
-- Playing 'beep' (language 'en')
-- Playing 'beep' (language 'en')
2009 Mar 12
0
chanspy problems (asterisk 1.6.0.6) - When spying starts, the spied parties can't hear each other
Hi, I am in a predicament and any help/pointers would be appreciated.
We are using chanspy to listen in on conversations. We are doing this via a
web interface. The web interface lists all the ongoing calls. We click on a
call and then my local phone rings allowing me to spy on the session I
clicked on.
But "most" of the time, when I start listening in, the two parties that are
in
2009 Feb 04
0
Stopping chanspy
I would like to be able to stop the chanspy application and go to the next
step in the dialplan but I do not see a way to do that.
I have looked at the code and I do not see a way to stop the chanspy
application.
Even if there are no channels that match the chanprefix pattern the chanspy
application is not exited.
Hitting the * key stops spying on a channel but then starts spying on the
same
2012 Mar 07
1
Finish ChanSpy() when channel spied hangs up
Is there any way to do this?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120307/77764e4b/attachment.htm>
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
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
2011 Mar 10
1
ChanSpy with alphanumeric SIP channels [1.6.2]
Hi,
I'm using SIP users of the form 'ab_12345' (two letters, underscore, 5
digits). ChanSpy is working fine for listening in to conversations
initiated by these channels, and I can use '*' to randomly switch
channels. However, is there any way in this scenario to be able to
switch ChanSpy to a specific channel by typing in a ...# key sequence
during a spy session?
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 Aug 18
1
Asterisk Channel as MusicOnHold
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
I have what sounds like a simple requirement to add a feature to
an existing dial plan context. Currently the user gets a normal .wav
file played to them via MusicOnHold while they go through a basic menu
prompt. However I now need to take the background audio for this menu
from the audio stream of a seperate connected call in another
2009 Feb 11
0
ChanSpy problem
I have an extension defined like this:
exten => do_monitor,1,Answer()
exten => do_monitor,n,NoOp(Just got '${CfMC_ActionID}')
exten => do_monitor,n,ChanSpy(${CfMC_WhoHear},qX)
exten => do_monitor,n,Hangup()
I use an AMI packet like this:
Action: Originate
Channel: Agent/1001
Exten: do_monitor
Context: cfmc_cdi_private
Priority: 1
Variable: CfMC_ActionID=callE1334
Variable:
2007 Jun 15
0
No subject
extension from another phone, it should place you in a position to
listen in on a bridged call (a call whose media runs 'through' Asterisk).
-- Alex
On Thu, 21 Jun 2007, Carlos Garcia Mujica wrote:
> How can I use the Asterisk command ChanSpy If I need to spy on a call?
>
> I already added the function to the extensions.conf, and I get the beeps,
> but then what do I do??? I
2015 Mar 12
0
chanspy for group extension
hello list,
i use the code below
[macro-chanspy]
exten => s,1,Authenticate(${ARG1})
exten => s,n,ChanSpy(SIP/${EXTEN:3},dqs)
exten => s,n,Hangup
app-chanspy]
exten => _0071XX,*1,*Macro(chanspy,1234)
exten => _0072XX,*1,*Macro(chanspy,5678)
exten => _0073XX,*1,*Macro(chanspy,8910)
but when i do 007100 for exemple i spy another agnet 102 or 103
any help please
thanks and
2007 Mar 14
0
ChanSpy with Record() : Doesnt seem to work for an unbridged SIP call
Hello,
I have an incoming Voip call, where an intro message is played (How can I
help you today?) and the answer is recorded - with Record(tst:gsm,3,30). The
call is not bridged. I also have an internal SIP phone which dials into an
extension as soon as the Voip call lands, and spies on the unbridged Voip
call, using ChanSpy.
All is well before start of Record () - ChanSpy can hear the
2009 Nov 19
0
Dahdi channels interference
Hi friends,
I want opinions to resolve a problem about interferences with Dahdi
Channels.
I have rooms with many users in each one, when I try to spy this
channels all conferencist listen a noise like a "cavern" or "tunnel" and
all rooms are mixed, people listen people of anothers rooms.
I'm using asterisk 1.4.26, channels are dahdi, and I'm using next
context:
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 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
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