similar to: How to play Asterisk .raw file

Displaying 20 results from an estimated 3000 matches similar to: "How to play Asterisk .raw file"

2005 Sep 20
4
how to distinguish the "ringing" and "connected" for zap channel
I have a TDM card in a asterisk machine. I found that once I used it to call out, the call status changed to "connected" even the callee is still ring. How could asterisk distinguish the "ringing" and "connected" in zap channel? thanks.
2004 Aug 06
3
Removing silence at the start and end of sample encoded
Hi, Speex is great! We are using it to compress hundreds of megabytes of speech for use in our application that trains people in resuscitation. The previous version of our product used Ogg Vorbis, but after switching to Speex, we achieve fantastic compression, while retaining super quality. That allows us to cram more translated versions of the software onto each CD-ROM, making everything
2023 Jul 25
1
Can ShanSpy be used on Local Channels?
    Does anyone know if Chanspy can be used with local channels? Since agents on queues need to use local channels like Local/XXXX at from-queue/n to make sure that all of their registered extensions ring we are now having a problem trying to use ChanSpy to listen to calls.  Since we do not know if the agent is on their desk phone or a softphone (which use different identifiers) we cannot set
2008 Aug 29
3
Call monitor/barge/train
Hi, I'm planning on migrating someone who uses a very mature system. They would be logging in either as AgentLogin() or AQM. The main requirement however, is: The supervisor will have a control panel, where he will see how many of his agents are on call. If they are, he can "right-click" on the agent and get the options Call Monitor (where the super just listens in on the call,
2004 Oct 06
2
Working Wellgate *SIP* 38xx/35xx hardware anyone?
I'm loosing hair at cosmic speed now for the past 10 days. Welltech's Wellgate 38xx/35xx FXO/FXS SIP hardware versions seem to have very buggy firmware possibly due to hastely done porting from H.323 firmware. Is there anyone on this mailing list who was able to: 1. setup a 35xxA FXS with all ports authenticating properly with *? or 2. setup a 38xx FXO to work as dial-in from pstn to
2004 Jun 30
3
Bugfix for CVS-HEAD-06/26/04-21:56:45
Hiya, I sent this bugfix to the asterisk-dev mailing list, and modified it as I noticed side effects, but now it appears to be finished. Nobody seemed to notice it there, so I thought I'd post here, as it seems to be something that will be needed as people update to the latest CVS version. So...read on :) Ted programmer_ted@hotmail.com P.S. Read to the very end. The original bugfix
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
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
2003 Mar 07
2
help with linejack card
Hi, I am trying to get a prototype working based on Asterisk and Quicknet cards. I currently have to systems set up each with a LineJack card. I have the systems working, but can't get the voicemail demo to work properly. Messages to the user telephone set from the voicemail system are clear, but recordings left through the phone are distorted. Sounds like the audio has lots of echo and
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.
2012 Feb 02
1
MixMonitor and ChanSpy
Hello, ChanSpy can not be used on a Channel that is being recorded with MixMonitor. How can I verify if a channel which I want to spy on, is currently not being recorded ?! Kind regards, Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20120202/7954fe9e/attachment.htm>
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
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 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 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
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
2015 Mar 12
5
chanspy for group extension
Hi, Le 12/03/2015 17:28, Salaheddine Elharit a ?crit : > hello list, > > i use the code below > > [macro-chanspy] > exten => s,1,Authenticate(${ARG1}) > exten => s,n,ChanSpy(SIP/${EXTEN:3},__dqs) Here you have a problem: ${EXTEN} value is s [...] Daniel
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 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
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