For $5k, Paul Mahler (of the defunct Signate and author of a book I never
read) will copy and paste this into your dialplan (Directly from the wiki,
verbatim) and call it "Custom Answering Machine Detection Development".

Be very careful that what you are asking for is what you get, and don't
prepay or send a wire transfer.

   [detect]
   exten => s,1,DigitTimeout(5)
   exten => s,2,ResponseTimeout(5)
   exten => s,3,SetVar(MACHINE=0)
   exten => s,4,Answer
   exten => s,5,BackgroundDetect(silence/5, 1000, 50)
   exten => s,6,Noop(answering machine detected)
   exten => s,7,SetVar(MACHINE=1)
   exten => s,8,BackgroundDetect(silence/30, 1000, 50, 30050)
   exten => s,9,Noop(too long of a message)
   exten => s,10,Hangup

   exten => talk,1,GotoIf($[${MACHINE}=1]?2:3)
   exten => talk,2,Goto(detect-machine,s,1)       ; this is a machine
   exten => talk,3,Goto(detect-human,s,1)       ; this is a human

-- 
Thanks,
Steve Totaro
+18887771888 (Toll Free)
+12409381212 (Cell)
+12024369784 (Skype)

On Wed, Oct 8, 2008 at 11:39 AM, Al Lougher <[EMAIL PROTECTED]> wrote:

> Ron - you'll achieve a higher success rate with wireless recognition if
> you're leaving a lot of messages on cell phone voicemail systems.
>
> I've considered licensing our AMD solution but it's not as simple as
> installing an individual module. There's a lot of "stuff" that needs to
> happen prior to the call being made. Saying that, I've seen some people
> offering custom advanced AMD solutions anywhere between $500 to $2500. And I
> doubt any of them are that advanced.
>
> Alan
> www.group2call.com
>
> --- On *Wed, 10/8/08, Ron Joffe <[EMAIL PROTECTED]>* wrote:
>
> From: Ron Joffe <[EMAIL PROTECTED]>
> Subject: Re: [asterisk-biz] Custom AMD Module for Improved Answering
> Machine Detection Needed
> To: "Commercial and Business-Oriented Asterisk Discussion" <
> [email protected]>
> Date: Wednesday, October 8, 2008, 8:09 AM
>
>
> Just a quick question, about this market space. Can anyone quote prices for
> advanced AMD solutions?
>
> Just for clarification, we have developed our own AMD, but it was developed
> for internal use only. All this talk about selling AMD solutions has us
> interested in what the market bears for these solutions. We share many of the
> same methods as others in this thread, but also utilize advanced signal
> processing methods to increase our hit rate. Even with all of our
> programming, we are still in the 85% hit rate range, trying to extract that
> last 15% is an effort in madness.
>
> Ron
>
>
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now:
>  http://www.astricon.net
>
> asterisk-biz mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-biz
>
>
>
> _______________________________________________
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> AstriCon 2008 - September 22 - 25 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-biz mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-biz
>
_______________________________________________
--Bandwidth and Colocation Provided by http://www.api-digital.com--

AstriCon 2008 - September 22 - 25 Phoenix, Arizona
Register Now: http://www.astricon.net

asterisk-biz mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-biz

Reply via email to