Displaying 20 results from an estimated 3000 matches similar to: "Chanspy and current version of cvs"
2004 Sep 24
2
VICIDIAL and IAX
Hello everybody,
I would like to know if there is a support of IAX in vicidial.
I want to make predictive dialing use vicidial using IAX soft phones.
Thanks in advance
Lamine
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040924/d1cc487b/attachment.htm
2005 May 12
3
How to decrease Asterisk load
Hi everybody,
I would like to decrease the load of my asterisk server. Could someone
recommend me a solution? I have thought about a hardware component that
would do some tasks as compression/decompression or codec translations but
wonder if such a solution exist.
Thanks for any suggestion
Lamine
2004 May 19
3
Call recording between SIP phones
Hi everybody,
I have been searching around for days on how to record calls between SIP
phones.Could someone tell me whether it is possible? The Record command
doesn't seem to work during a call.
Thanks
Lamine
2005 Jan 07
7
Problem with call pickup
I have configured call pickup, and this works fine.
Although there are 2 problems, perhaps anyone would know a solution to this;
- When I pickup a call from another set, the *8 code keeps being displayed
in my screen (Snom 220).
I would like it to show the phonenumber of the person calling me.
- When a caller that I've answered through Call-Pickup disconnects, my phone
does not close
2004 Jul 05
2
fax detection and X100P
Hi everybody
I am having problem detecting fax with my X100P.
I have RedHat 8 as OS and an X100P and a TDM400P. The X100P being
plugged into PSTN.
I have successfully installed tiff-v3.5.7 and spandsp-0.0.1 and also
patched Asterisk wthout problem.
Here is my zapata.conf file
context=cda
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
relaxdtmf=yes
rxgain=1.5
txgain=1.5
2005 Feb 08
1
TDMO4B, GSM Gateways and CallerID
Hello everybody,
I have an Asterisk box with a TDM04B and would like to connect it to a GSM
Gateway.
Can someone tell me whether i can get the callerid for incoming calls in
this case?
Thanx
Lamine
2004 May 18
1
Dial and MeetMe on the same channel
Hello everybody,
I would like to know whether it is possible to run Dial and MeetMe
commands simultaneoously on the same channel.
I am using a C AGI as below but it seems to me that only the first
command that is called in the agi is executed.
...........
// Pr?paration de la commande pour l'appel du client
fprintf(stderr,"%s%s",numtocall," is the number to
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
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 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 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 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
2005 Jun 23
2
ChanSpy on Asterisk v1.0.7
I am trying to find the app ChanSpy for Asterisk v1.0.7. I have tried
looking on VOIP-info.org's ChanSpy page
(http://www.voip-info.org/tiki-index.php?page=Asterisk+cmd+ChanSpy)and
also referred to the link regarding bug 3836
(http://bugs.digium.com/bug_view_page.php?bug_id=0003836). I downloaded
the attachments and tried to use the patch and compile the source.
However, it seems that
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
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
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
2007 Mar 22
3
ChanSpy and MeetMe
I have been successful using ChanSpy on a standard Dial call but when
attempting to ChanSpy on an incoming call that has been added to a
MeetMe conference (attempting to coach an agent that is speaking to a
conference of callers) it seems to fail to connect to the channel.
Here's the console dump:
-- Accepting call from '2154182700' to '3399' on channel 0/18, span
4
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 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