[asterisk-users] check if not human

2009-02-19 Thread Marcus Kvarsell
I am looking for someone that could share their code for this function: Outgoing call -> macro that checks if line is (not human) or machine, fax, busy, subscriber problem and other fault tones -> if human connect to agent else hangup and write status to cdr. Need help with this! Regard

[asterisk-users] check if not human

2009-02-19 Thread David Budny
According to the FTC, you must let the phone ring for at least 30 seconds before hanging up. ___ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.d

Re: [asterisk-users] check if not human

2009-02-19 Thread David fire
there is an application amd() but it is not perfect. i get better result using the dial timeout if it rings 3 times hangup or a machine will answer :-) you always can call again later. David 2009/2/19 Marcus Kvarsell > I am looking for someone that could share their code for this function: > >

Re: [asterisk-users] check if not human

2009-02-19 Thread Jon Pounder
David fire wrote: > there is an application amd() but it is not perfect. > i get better result using the dial timeout if it rings 3 times hangup > or a machine will answer :-) > you always can call again later. > David its stuff like this which makes telemarketers hated - you're going to hang up

Re: [asterisk-users] check if not human

2009-02-19 Thread Miguel Molina
Jon Pounder escribió: > David fire wrote: > >> there is an application amd() but it is not perfect. >> i get better result using the dial timeout if it rings 3 times hangup >> or a machine will answer :-) >> you always can call again later. >> David >> I think that the AMD application accu

Re: [asterisk-users] check if not human

2009-02-19 Thread Edwin Quijada
How can I detect how many ring a call to hangup? Where I can find info about AMD? *---* *-Edwin Quijada *-Developer DataBase *-JQ Microsistemas *-809-849-8087 * " Si deseas lograr cosas excepcionales debes de hacer cosas fuera de lo comu

Re: [asterisk-users] check if not human

2009-02-19 Thread Asterisk Asterisk
You can probably use combo of NVLineDetect, NVGenderDetect, and AMD (NVMachineDetect). From: Edwin Quijada To: Asterisk Asterisk Sent: Thursday, February 19, 2009 12:55:05 PM Subject: Re: [asterisk-users] check if not human How can I detect how many ring

Re: [asterisk-users] check if not human

2009-02-19 Thread David fire
Detect). > > -- > *From:* Edwin Quijada > *To:* Asterisk Asterisk > *Sent:* Thursday, February 19, 2009 12:55:05 PM > *Subject:* Re: [asterisk-users] check if not human > > > How can I detect how many ring a call to hangup?

Re: [asterisk-users] check if not human

2009-02-20 Thread Lenz Emilitri
Speaking of hatred, I know of a call-center (no names will be made) that does pre-qualifying by calling and seeing if anybody answers; and passing to the main dialler for a separate call if they actually do. :) l. 2009/2/19 Jon Pounder > ts stuff like this which makes telemarketers hated - y

Re: [asterisk-users] check if not human

2009-02-20 Thread David fire
thanks for the idea. no just joking. 2009/2/20 Lenz Emilitri > Speaking of hatred, I know of a call-center (no names will be made) that > does pre-qualifying by calling and seeing if anybody answers; and passing to > the main dialler for a separate call if they actually do. :) > > l. > > > >

Re: [asterisk-users] check if not human

2009-02-20 Thread Asterisk Asterisk
NVGenderDetect is new, but you can find NVLineDetect on the web. From: David fire To: Asterisk Users Mailing List - Non-Commercial Discussion Sent: Thursday, February 19, 2009 3:00:14 PM Subject: Re: [asterisk-users] check if not human NVLineDetect

Re: [asterisk-users] check if not human

2009-02-23 Thread Edwin Quijada
ra de lo comun" *---* Date: Fri, 20 Feb 2009 09:31:41 -0800 From: nt_aster...@yahoo.com To: asterisk-users@lists.digium.com CC: nt_jnew...@yahoo.com Subject: Re: [asterisk-users] check if not human NVGenderDetect is new, but yo

Re: [asterisk-users] check if not human

2009-02-23 Thread Paul Hales
--- > Date: Fri, 20 Feb 2009 09:31:41 -0800 > From: nt_aster...@yahoo.com > To: asterisk-users@lists.digium.com > CC: nt_jnew...@yahoo.com > Subject: Re: [asterisk-users] check if not