similar to: Detect sound and continue, like BackgroundDetect() for voice

Displaying 20 results from an estimated 8000 matches similar to: "Detect sound and continue, like BackgroundDetect() for voice"

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 Feb 01
3
Zap channel occasionally misses dialing the first digit
....I THINK. When dialing 1+10 digits, I occasionally get a telco message "You must first dial a 1....". When I look at the console, the number is being sent to the ZAP channel properly. We're talking about a couple of POTS lines on a TDM400P. I'm thinking that it may be starting the dial too early after coming off-hook because I can just redial and have it work (or not)
2004 Jan 11
2
CONTEST: Top Posters win 80G Hard Drive
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of David Burr > Sent: Sunday, January 11, 2004 4:31 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] CONTEST: Top Posters win 80G Hard Drive > > > We have a new contest starting today! > > The first three
2003 Sep 08
2
Cisco 7940/7960 ethernet ports
> -----Original Message----- > From: Travis Johnson [mailto:tlj@ida.net] > Sent: Monday, September 08, 2003 1:05 PM > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] Cisco 7940/7960 ethernet ports > [...] > We are having a problem with Cisco 7940 and 7960 phones when > the PC is plugged into the 2nd ethernet port on the phone. It > will drop the
2003 Sep 08
9
Maximum number of X100P cards in the same * box
Hi all, Which is the practical (from your experience) limit of the number of X100P cards installed in a single Asterisk box? Asterisk can work reliable with 6 X100P cards in the same box? Anyone know when the 4 ports FXO Digium card will be available on the market? Many thanks, Dan P.S. Please do not aswer with RTFG ...tried before without success...:-))
2005 Sep 20
0
BackgroundDetect problem
Hi all, I hate to ask such a simple question, but it has stumped me over the past couple of days. I have 2 asterisk servers connected to the house lan and also via a crossover ethernet cable. The original purpose of the crossover was to create a private lan for TDMoE. I have a TE410P in each machine using PRI. I also have setup SIP and IAX2 between both machines. What I'm doing is
2007 Aug 13
1
AGI answering the channel even though I never asked it to
I am working on a call-back solution where the initiating call should never be answered. I was doing this simply through the dial plan, sending a progress tone, and then dumping the channel, and firing off a DeadAGI which created a call file to make the callback. Now I've tried extending this so that an AGI is fired first to check for things - like no inbound ANI - and play a
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 Aug 16
1
Set CALLERID(num) to a specific number only if ${CALLERID(num)} is not an NANP number
Im trying to figure out the base way to check the callerID being sent to my Asterisk box and use it if it is a valid NANP number, but replace it with a static NANP number if it is not. (Why? I have a few carriers that require this, and a few international users - if it happens to take one of the carriers that require it, I want it to set a static number that is valid). I'm playing
2004 Jan 15
2
Disturbing trend of * production boxes that shouldn't be
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Gary Franczyk > Sent: Thursday, January 15, 2004 10:37 AM > To: asterisk-users@lists.digium.com > Subject: RE: [Asterisk-Users] Basic Asterisk capabilities question > > > Whaaa?? So, to allow 24+ lines of dial in access, how
2007 Mar 08
1
Packet2Packet Bridging Questions
I'm just starting to upgrade some boxes from 1.2.x to 1.4.1 as well as trying to get some of the RTP traffic offloaded from the network. I think I'm misunderstanding what the console messages mean when it says "Packet2Packet Bridding SIP/blah to SIP/blah". I though that meant that it had successfully (re)INVITED and the media was no longer going through my Asterisk
2004 Jul 15
17
VoicePulse changes
I'm a bit displeased at the way this happened. I received an email from VoicePulse. Here's some excerpts: ------------------ >We're sending you this important update so you can take advantage of improvements we've >been making to your VoicePulse Connect! service. >We've been working hard on improving the audio quality and reliability of your Connect! >service,
2003 Dec 11
3
Re: * with RADIUS
> -----Original Message----- > From: asterisk-users-admin@lists.digium.com > [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of > Jeremy McNamara > Sent: Thursday, December 11, 2003 2:19 AM > To: asterisk-users@lists.digium.com > Subject: Re: [Asterisk-Users] Re: * with RADIUS > [...] > > Explain why you think you really need RADIUS Accounting? >
2004 Jan 18
6
ADSI phone vs. IP phone
Assuming the price of an ADSI screen phone (say, Aastra 390) was the same as an IP screen phone (say, Cisco 7960) and someone was setting up an * server for their 20 employees (each of whom would have either an ADSI or IP phone on their desk), would there be advantages to using the ADSI phones over the IP phones, or vice-versa? For discussion, let's assume that the hardware needed to
2003 Sep 15
8
Analog FXO Card
If anyone is looking, I just ran accross an ebay auction for X100P Cards at what I thought was a very reasonable price. http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&item=3046843672&category=48483&rd=1 --------------------------------- Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software -------------- next part -------------- An HTML attachment was
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
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
2003 Sep 13
9
LineJack + Asterisk HELP!
Hello, I have ISA card LineJack. I could not find any information if this card can work as fxo with Asterisk. If it can work, can somebody point me how to install it on my Asterisk box. Or maybe there is some documentation about it how to install LineJack. I will be very thankful for any help. Regards Bartosz Jozwiak ------------------------------------------------- This mail sent through IMP:
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?
2004 Jan 11
24
More words for Allison
Here's the latest batch of words to get shipped out to Allison Smith. Please submit reasonably small changes to me by tomorrow 10:00 AM Eastern time, and I'll add them. As usual, donations to what will be a ~$110 USD expense would be appreciated, as I am paying for this round out of my pocket. Please send to paypal address "jtodd@loligo.com". I did not include all