similar to: AMD Machine Detect

Displaying 20 results from an estimated 900 matches similar to: "AMD Machine Detect"

2006 Jan 22
4
Detection of Answering Machine
Hello, To detect an answering machine I have found following two commands, BackgroundDetect (comes with asterisk) MachineDetect (asterisk add-ons) First question, does BackgroundDetect works well with g729? I havn't try MachineDetect yet, what is the benefit of MachineDetect over BackgroundDetect. If anybody used any of this command successfully, please help me. If possible, please let me
2005 Jun 05
1
Voice Dtect
Guys, is there any way to detect voice when calling a zap channel? For example, if you want to send out or playback a recorded message, you need to wait for somebody to actually answer the phone before playing starts.. Anyway to detect this?
2009 Apr 23
9
AMD Not Working
Hi All, I am trying to use the AMD (Answering Machine Detect). But it is not sending the AMD_Status as either the Human or Machine, it hangs up in middle. can any one suggest us, what might be the problem and possible solution to it. below is the log -- Executing AMD("SIP/sip-ffe0", "") in new stack -- AMD: SIP/sip-ffe0 14082284927 (null) (Fmt: 4) Apr 23 08:00:26
2005 Feb 24
2
Delay after entering digits with IVR
I have a [start] context that all my inbound and '0' calls are routed into. Because of the way I want to set my system up, I want to prompt the user to enter a 1 if they know the extension, or a 2 for a directory and nothing else. It works, however there is a 5 to 10 second delay after enter the 1 or 2 before the system responds. I have read over the wiki on how asterisk handles digit
2006 Apr 13
2
Anyone played with app_amd?
I'm guessing this may be a question for dev list, but wanted to try my luck here first. I'm trying to compile app_amd (Answering Machine Detection) against 1.2.7.1 and am getting some errors. I should point out that I simply snarfed app_amd.c from http://svn.digium.com/view/asterisk/trunk/apps/app_amd.c?rev=14714 ...so if there are other includes and such that are required, that would
2009 Jun 23
1
ADM v. homemade code
Hi, I am attempting to implement Answering Machine Detect and have also played with using BackgroundDetect instead. Does anyone recommend one over the other? Here is the code I am using for the BackgroundDetect method (from voip-info.org). Thanks. [detect] exten => s,1,Set(MACHINE=0) exten => s,2,Answer exten => s,3,BackgroundDetect(silence/5, 1000, 50) exten =>
2007 Jan 24
3
setting up AMD
I'm trying get this working. I've looked through the list, and can't see how to get AMD to print out more. I have it call and say Hello like I normally would. I've tried to say more and less doesn't seem to matter. After I hangup it does recognize hangup. Here's logging during an attempt where I make outbound call and answer, but then hangup after 1-2 seconds: Jan 24
2006 Jun 14
1
analog call progress - can I use backgrounddetect
Hi, There seems to be no solution for call progress on analog lines and using outgoing spool call files . My wave file starts playing before the person has answered the phone so the first part of the message is missed. Can the backgrounddetect app be used for this. I have tried but the message still plays before I answer. I generated 60 seconds wave file. [callprogress] exten =>
2005 Mar 03
3
Detect sound and continue, like BackgroundDetect() for voice
I'm looking for an application that can monitor a channel for voice input and then proceed on. The closest thing I've found is BackgroundDetect, which expects DTMF. Here's what I'm doing: -Call file generated which calls someone and connects them to an extension. -Extension plays stuff, etc. etc. etc (not important) With digital or VoIP termination, this works fine, because *
2007 Feb 08
2
Asterisk outbound calling does not wait for answer before playback
Hello Asteriskers, :-) We're trying to set up an outbound notification calling for system alerts with Asterisk 1.4.0. We generate a call file in /var/spool/asterisk/outgoing and the outbound call is originated through Zap/1 (Sangoma A200D to a Canadian POTS line). The problem is that Asterisk does not wait for the other side to answer before it starts playing the message. So the
2019 Apr 02
5
[asterisk-app-dev] ARI application execution feature survey
Hi Asterisk users, I'm one of Asterisk ARI users, and trying to designing the new ARI for application execution in Stasis(). This will be made possible for executing the applications in the Stasis() application. But, before going further, I would like to know which application needs to be considered. Because this feature will introduce new Stasis behavior, I would like to test the
2007 Jul 09
3
Basic asterisk Autodialer?
I'm looking for an easy way to make asterisk perform as a basic (broadcast)autodialer. Basically all I want to do is give it a list of phone #'s and a pre-recorded message and have it call each one and play the message or leave it on the person's answering machine. The people I'll be calling are all our customers, etc. so I don't need to do any do-not-call checking. Just
2007 May 25
1
wait for rings, answer on outdial via SIP
Hello, I am working on an outdial project and the Asterisk box is connected behind a PBX via SIP. When a call from the Asterisk box is routed out over the PRI attached to the PBX I am not getting proper call progress. The PBX is indicating that the call is answered while it is still ringing at the far end. Does anyone have any suggestions on how I should go about waiting for a variable number
2009 May 21
0
calls stuck in AMD even after analysis time
I have one asterisk server where most of the calls that go through AMD get stuck in it, even if the analysis time of 3 seconds has already ended. It doesn't move to the next priority (which is checking the AMD_STATUS). Executing 'show channels' shows that the calls are stuck in the AMD app. I have another identical server where it doesn't happen. Both server have version 1.2.24
2019 Apr 02
2
[asterisk-app-dev] ARI application execution feature survey
On Tue, Apr 2, 2019 at 4:18 PM Joshua C. Colp <jcolp at digium.com> wrote: > On Tue, Apr 2, 2019, at 8:15 PM, BJ Weschke wrote: > > I get the desired use case to run app_amd from within a Stasis > > application, but I’m not sure about app_queue. You have everything at > > your disposal within ARI itself to replicate all of the functionality > > of app_queue and
2003 Oct 27
14
Answering Machine Detection
Does anyone have any recommendations on implementing Answering Machine detection for call generation programs? What I would like is * to determine what picks up the other line (Answering Machine, Voicemail, or Human) to determine which action to take. For example: If * detects Answering Machine or Voicemail, hangup call & the AGI will log (ANSWERING MACHINE DETECTED) and at that point,
2009 Sep 10
2
How to catch isdn progress message
Hi All, I would like to ask for some advice how to solve following situation: We have to record and decode isdn PROGRESS message and when particular message is found call should be hang up and dialplan should continue. So far we have come up with two ways we think solve the problem and would very much appreciate to hear your opinion. 1) add special progress extension to dialplan so we can
2008 Mar 20
0
AMD timing issues
I saw a couple of posts about this in the archive, but none seemed specifically to address the problem I am having. If I missed something please let me know. Right now I would classify myself as "novice," and there is probably really nothing so trivial that I couldn't possibly have screwed it up. :-) I'm trying to use the AMD command to detect answering machines, and have
2007 Mar 21
5
automated dialout detect forward
Hi! I have an automated dialout via a call file to a mobile. Can I detect when the call is not answered but forwarded to the mobile operator voicebox? I would like to stop the dialout if this is the case. TIA, Mike
2009 Feb 17
3
call file bug?
I have a problem of using call file to make an auto dial out call through FXO channel. I defined the channel in the call file as "Channel: DAHDI/1/8775203463" When I put the call file under the /var/spool/asterisk/outgoing dir it did not call out but came to the context I defined in extensions.conf as if the callee had answered the call. If I make a call from an extension to