Displaying 20 results from an estimated 1000 matches similar to: "Asterisk 1.2.14 - Chanspy, sound issues."
2007 Feb 07
1
Chanspy severe sound problems
Skipped content of type multipart/alternative-------------- next part --------------
A non-text attachment was scrubbed...
Name: santi.vcf
Type: text/x-vcard
Size: 340 bytes
Desc: not available
Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070207/fefc16d8/santi.vcf
2007 Sep 26
1
Manager Originate Action and Cancel
I'm using the Originate Action on the Asterisk Manager to place calls
between two extensions in async mode.
Is there any way to cancel the Originate Action before I get the
OriginateResponse action? I'm unable to perform a Hangup because I can't
know the channel name before I get the response...
thanks in advance!
--
santiago aguiar
*netlabs*
/ Palmar 2548
Montevideo, Uruguay
Tel.
2004 May 12
1
Asterisk Questions
hi everyone!
Two days ago we installed asterisk in our labs to do some testing and
try the product with a couple of ITGs. Overall, we really loved it! We
found it easy to configure and manage, and with good debugging options.
There are a couple of questions I would like to ask:
a) We had some authentication issues trying to register a Planet ITG
with asterisk. Apparently, asterisk ignored
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
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
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
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.
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
0
chanspy for group extension
On 3/11/15 12:48 PM, Salaheddine Elharit wrote:
> 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
2004 Nov 22
3
ChanSpy
Anyone know why chanspy was not included in asterisk
distribution as of October. ?
I tried patching my current 1.0 but seems the patches are
for an older version.
I posted a bounty of $250 to get this to work with the
newest stable.
Needs be able to monitor bridged sip calls with or without a
monitoring beep.
Thanks
John Bittner
Simlab.net
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
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 Jul 12
1
exit ChanSpy with DTMF
Part of a supervisor menu I'm writing requires that I allow the
supervisor to choose to ChanSpy a channel from the main menu then return
back to the menu to choose other options when she's done. Is there a
way to 'exit' ChanSpy and continue down the dialplan? Or is a caller
stuck in ChanSpy until they hangup the phone?
Thanks.
George
2010 Jan 11
0
ChanSpy doesn't hangs up
Hello
I have a simple configuration to allow the admins to listen the agents
calls:
exten => _654,1,ChanSpy(Agent)
exten => _654,2,Hangup()
The problem is... even when the agents hung up... it seems the channels
remain active:
asterisk*CLI> show channels
SIP/211-b3042018 654 at default:1 Up
ChanSpy(Agent)
SIP/211-b3fbf768 654 at default:1 Up
ChanSpy(Agent)
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 22
2
ChanSpy in Asterisk 1.2.24
Hello
I have an old Asterisk where I need to listen to Agent calls. So I
created this code:
exten => _555,1,ChanSpy(Agent)
exten => _555,n,Hangup()
But I always get:
2009-10-22 16:00:38 WARNING[5695]: pbx.c:1720 pbx_extension_helper: No
application 'ChanSpy' for extension (default, 555, 1)
It seems that Asterisk doesn't have ChanSpy enabled... is this possible?
Which
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
2008 Apr 16
2
Using Chanspy
Hi,
I`m trying to use Chanspy for a customer that wants to listen to his
employees so he can train them better (or so he claims). In any case, it
looks simple but there is something I`m not doing right.
When a call is incoming, I set SPYGROUP using Set(SPYGROUP=1234)
When I use, on another phone, Chanspy(|qg(1234))
Which should allow me to listen to conversations that hit the first (Set
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:
2005 Mar 22
4
Chanspy is back !
Guys'n'Gals
vote for bug 3836 - Chanspy is back. Better than ever. Let's get this
one into CVS.
Julian