[asterisk-users] Voice Mail beep / tone detection

Carlos Rojas crt.rojas at gmail.com
Sun Aug 5 12:58:20 CDT 2012


Hello

You will need to do, something like

[outbound]

exten => s,1,NoCDR

exten => s,n,AMD

exten => s,n,GotoIf($[${AMDSTATUS}=HUMAN]?humn:mach)

exten => s,n(mach),WaitForSilence(2500)

exten => s,n,Playback(message-when-machine)

exten => s,n,Hangup

exten => s,n(humn),WaitForSilence(500)

exten => s,n,Playback(message-when-human)

exten => s,n,Hangup


On Sun, Aug 5, 2012 at 12:52 PM, tahir almas <tahir at ictinnovations.com> wrote:
> Though asterisk support AMD which is based on silence detection but I did
> not found support of  tone / beep detection in asterisk to record a voice
> message for answering machines after detecting tone
>
> Will appreciate any help in this regard
>
> Best Regards
> Tahir Almas
>
> Managing Partner
> ICT Innovations
> http://www.ictinnovations.com
> Leveraging open source in ICT
>
> Unified Communication Telemarketing Software
> http://www.ictbroadcast.com
>
>
> --
> _____________________________________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
> New to Asterisk? Join us for a live introductory webinar every Thurs:
>                http://www.asterisk.org/hello
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users



More information about the asterisk-users mailing list