similar to: about ChanSpy,thank you!!!

Displaying 20 results from an estimated 2000 matches similar to: "about ChanSpy,thank you!!!"

2007 Aug 31
0
about ChanSpy
hello,everyone! I was setting up ChanSpy in an Asterisk dialplan today and it just wasn't working. Here is the snippet: extensions.conf: [test] exten=>3001, 1, Set(__TRANSFER_CONTEXT=tranfer) exten=>3001, 2, Dial(SIP/3001,10,tr) exten=>2002, 1, Dial(SIP/2002,10,t) exten=>2002, 2, Hangup() exten=>2001, 1, Dial(SIP/2001,10,t)
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
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:
2009 Feb 21
0
help needed -- chanspy
Hi, I require some urgent advice/help concerning chanspy. We have a web interface that lists all bridged SIP calls (show channels concise) When we click on the call, our local extension rings. When we pick up to spy, parties involved in the call that we are spying on are suddenly unable to hear each other. This happens as soon as we start spying... why is this happening? We are using asterisk
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
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
2005 Sep 12
0
ChanSpy with asterisk 1.0.9
Hi, I recently installed asterisk 1.0.9. Now I want to use the chanspy applicion. Patching and recompiling is working ok. Loading the application into asterisk is now problem either. Now I have the following line in extensions.conf: exten => 556,1,ChanSpy(-b|scan|Agent) When an agent is busy I dial 556 using a SIP Phone. The chanspy application announces that I'm spying on
2008 Jan 29
1
chanspy does not pull the call back to asterisk after a reinvite
Hello all, I am allowing a reinvite between a snom 320 phone and a SIP gateway to take load off my Asterisk server. When I put the caller on hold, for example, Asterisk successfully reinserts itself into the rtp stream to play music on hold to the caller, but when I do a chanspy Asterisk does not seem to pull the call back. If I am spying on a channel when the call build up happens the reinvite
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
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
2008 Dec 02
1
MixMonitor and ChanSpy strangeness...
Hello there... Noticed some strangeness going on with mixmonitor and chanspy, the called (External SIP) party seem to be responding before the calling party (Internal SIP) on call recordings and also when you listen in using chanspy. as far as the agent (calling party) is conserned the conversation is perfectly normal... just not the recordings that are produced, or any spying that's going on
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.
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
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
2006 Nov 13
0
chanspy -coredump( asterisk 1.4)
* * hi, I have some qustions ... first one is ..chanspy in asterisk 1.4 version really work with whisper mode... and second is i got following error,when i using chanspy in 1.4. version.. 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> -- Executing
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 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
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