Displaying 20 results from an estimated 900 matches similar to: "ChanSpy in whisper mode - low quality audio"
2011 Dec 15
3
Play audio file for both Caller and Callee in a call
Dear all,
Anyone of you knows how to play an audio file at the beginning of a call for both Caller and Callee?
A(x) of Dial application only plays audio for callee. I don't want to use MeetMe because I want to use Monitor and MixMonitor.
Thank you!
________________________________
Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra pol?tica de env?o y recepci?n
2007 Oct 24
1
whisper chanspy in asterisk 1.2
Hello,
I would like to have "whisper" channel spy (not private whisper) in
Asterisk 1.2. I see here:
http://www.the-asterisk-book.com/unstable/applikationen-chanspy.html
That is only available for Asterisk 1.4.
I wonder if there is any way to emulate it in Asterisk 1.2. For example,
to "join" two calls: one to use a private whisper and other one to use
a normal chanspy.
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
2014 Dec 09
0
chanspy (whispering) and Mixmonitor
Dear all,
i'm using Chanspy to dynamically play a sound file on a specific channel.
It works the caller and the callee can hear the file playing during
their conversation.
However, i'm also using Mixmonitor to record the call. The thing is, in
the resulting wav i can of course
hear the conversation, but not the sound which was whispering.
Anyone knows how to let the whisper being
2007 Apr 26
0
FW: ChanSpy and MeetMe
> On Mon, 26 Mar 2007 10:42:38 -0700, Stephen Uhler wrote
> > >>>GDrayer@guesswho.com said:
> > > 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)
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
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
2008 Mar 02
0
Cisco 7970 - register with NAT phone
continuing discussions of 79xx issues. i've seen referenced and am
experiencing difficulty getting a 7970 to work behind NAT to a public
asterisk server. i am successful with 7960s.
1. SIP load is 70.8-3-3SR2S
2. config works fine if 7970 is connecting to an asterisk server a
local LAN (same subnet)
3. when debugging it in a NAT'd environment I see the register and
2012 Jan 15
0
configuring a Cisco 7961 so that different line appearances register to different SIP proxy addresses
Hi,
I have been using Cisco 7960's with Asterisk for years. I am trying get a
7961 working and have a problem. In my configuration, not all of my line
appearances register to the same Asterisk SIP server. I have an Asterisk
server at home and another at work. My Line 1 button registers to the home
server and my Line 2 button registers to the work server. This has worked
for years
2008 Oct 27
2
whisper time remaining
Hello everyone,
I'm trying to find out a way to whisper the time remaining for a
prepaid application on a established channel. Unfortunately I think
there is a lack of PlayBack/Background commands which can be applied on
a working channel as well as a lack of spy/whispering commands available
via Asterisk Manager. Does anyone know how to implement this?
Thanks a lot.
Regards,
Victor
2005 Sep 12
0
Whisper Mode
Can someone tell me how, if it has been done.
What I an looking for is the ability to have a assistant or other
authorized person 'whisper' in my ear duing a conversation. The party
on the remote end would not hear anything.
I can do a redirect into a meetme room with the person on the remote end
in a speak only (t) and the other two as regular conferancees. After
short time, break down
2008 Dec 02
1
Paging, Polycom and whispers
Hi,
Is there a way to page a Polycom phone that is already in use (if, of
course, the call isn't on speakerphone already)?
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20081202/21cd5c04/attachment.htm
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