Displaying 20 results from an estimated 700 matches similar to: "Strange problems IAX / Monitor / ChanSpy CVS HEAD"
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>
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
2002 Dec 30
1
wcmd - continued font problems
Tony, et. all,
Hi. Happy Holidays.
I'm still struggling along with getting Wine to really run on an
important audio machine. I have run Wine now on 3 machines:
1) An older Redhat 7.0 machine running Gnome
2) An up-to date Redhat 7.3 machine running KDE used for office type
applications
3) An up to date Redhat 7.3 machine running KDE used for Pro Audio
applications
The results
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
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 Nov 01
0
Chanspy attaching to a caller ID entry?
Hi folks,
We have a very rare problem with Asterisk 1.2 where Chanspy reports the
following:
Oct 31 19:53:29 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010
to
SIP/2015-11b21148
Oct 31 19:53:42 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010
to
SIP/2066-11d42b80
Oct 31 19:53:46 NOTICE[10490] app_chanspy.c: Attaching SIP/105-48807010
to
SIP/2022-11c10170
Oct 31 19:53:58
2009 Oct 14
1
ChanSpy on asterisk 1.6
I have read about that on asterisk 1.6, there will be a parameter "o" (Only
listen to audio coming from this channel), I have tried, but I still get
inbound and outbound audio from the spied channel.
Has anyone used this feature? Is it working? Is there any work-around?
I will like to only spy the outbound audio from a channel, I dont want to
hear the incomming audio of that channel.
I
2005 Sep 18
0
ChanSpy not loading
Hi All,
I have installed ChanSpy but its not compiling gives me the following
error....if anyone can help that will be really appreciated...
[root@Asterisk asterisk-1.0.9]# contrib/scripts/astxs -install -autoload
apps/app_chanspy.c
make: *** No rule to make target `apps_env'. Stop.
-c apps/app_chanspy.c -o apps/app_chanspy.o
Thanks
Umair.
2002 Dec 22
1
Couldn't find a decent font
Hi,
There is an application (Acid Pro) that I'm interested n running
under Wine, but the install program goes nowhere. Can someone point me
toward some instructions for how I might do a better job at this?
Thanks,
Mark
[mark@Godzilla c]$ wine d:\setup.exe
wine: Unhandled exception, starting debugger...
err:wineconsole:WINECON_Fatal Couldn't find a decent font, aborting
2005 Feb 16
2
Zap/g0/ to a Telstra Mobile
I've installed a TDM400. Having a go with AMP.
I would like incoming calls to be put throuhg to an extension (at my desk)
and a mobile (cell phone) at the same time. Whichever picks up, gets the
call..
This should be possible with AMP (call groups, 200|201|0*0408xxxxxx), but it
didn't work, so I have created a custom-incoming in extensions-custom.conf
What is happening is, The extension
2004 Sep 05
3
ChanSpy by anthm and more...
Everyone we have a few new things to give back to the asterisk community.
http://bugs.digium.com/bug_view_page.php?bug_id=0002379
http://bugs.digium.com/bug_view_page.php?bug_id=0002380
http://bugs.digium.com/bug_view_page.php?bug_id=0002381
These include app_chanspy, the ability to spy on ANY bridged call taking
place inside asterisk. NOT just ZAP as with ZapScan/Barge.
Native format_* files
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 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 Mar 29
0
adding extension ChanSpy
Hi ALL,
I have downloaded app_chanspy.c and chanspy_sounds.tgz.
But I haven't found any instructions on how to compile and where to untar these files...
I tried to put the .c file on <asterisk-src>/apps and remake asterisk, but it seems it was not enough...
Thank you!
Dov
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2005 Feb 06
1
wine-20050111 - missing MSVCR71.dll
Hi,
Much older versions of Wine didn't seem to uncover this problem,
but newer versions (since 12/04 I think) do. What's the most likely
cause of this and how should I approach fixing it on my system? My
current setup is wine-20050111 from source. After it was built all
existing .wine directories were deleted and wine --version was run to
set them up. I have not used Winetools yet.
2006 Nov 11
0
chansp core dump
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>
2012 Mar 05
1
asterisk 1.8.9.2 channel.c: Channel allocation failed
Hello List!
My Asterisk stopped making SIP-calls today, I could call from external, and
saw Call coming in over PRI, but calling the SIP/Device
wont work. I saw 5 open channels - all chan_spy. Only a restart helped.
In the messages-file i found from yesterday:
[Mar 4 17:28:01] NOTICE[25769] app_chanspy.c: Attaching SIP/209-0000170fto
SIP/210-0000170e
[Mar 4 17:29:38] NOTICE[25790]
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