[asterisk-app-dev] Answering Machine Detection over a Stasis channel.

Sadeesh Radhakrishnan sadeesh.r at gmail.com
Thu Dec 22 21:46:00 CST 2016


Thanks Mark, I will try your suggestions.
I like this " copy the logic in app_amd.c. It's only about 150 lines " :)

On Fri, Dec 23, 2016 at 3:32 AM, Mark Ingles <mark at bazoink.com> wrote:

> Peter and Sadeesh,
>
> All of the AMD Dialplan Application's functions can be implemented via ARI
> with TALK_DETECT() except "silenceThreshold" (which I've personally never
> used) but even that could be probably be implemented by calling DENOISE()
> before TALK_DETECT(). Your ARI app can copy the logic in app_amd.c. It's
> only about 150 lines.
>
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Application_AMD
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Function_DENOISE
> https://wiki.asterisk.org/wiki/display/AST/Asterisk+14+Funct
> ion_TALK_DETECT
>
> I hope this helps!
> Mark Ingles
>
>
> On 12/22/2016 2:13 PM, Peter Warrick wrote:
>
>> I too am very interested in a feature such as this.
>>
>> We currently are working on a system that calls out for conference calls
>> with automation and one of the major issues is determining whether VM
>> picked up or not. Last thing you want is the person’s VM joined to a conf
>> call.
>>
>> Regards,
>>
>> Peter
>>
>> On Dec 22, 2016, at 4:31 AM, Joshua Colp <jcolp at digium.com> wrote:
>>>
>>> On Thu, Dec 22, 2016, at 12:33 AM, Sadeesh Radhakrishnan wrote:
>>>
>>>> Thank you for the suggestion,
>>>> we have implemented AMD detection with moving channel out of stasis and
>>>> pushing it back to stasis.
>>>> we will also try using TALK_DETECT function.
>>>> is there any chance, AMD detection could be added as a part of channels
>>>> REST api :) in near future ?
>>>> like, /channels/{channelId}/amd
>>>>
>>> It is something that has been brought up a few times but I am unaware of
>>> anyone currently working on doing such a thing.
>>>
>>> --
>>> Joshua Colp
>>> Digium, Inc. | Senior Software Developer
>>> 445 Jan Davis Drive NW - Huntsville, AL 35806 - US
>>> Check us out at: www.digium.com & www.asterisk.org
>>>
>>
> _______________________________________________
> asterisk-app-dev mailing list
> asterisk-app-dev at lists.digium.com
> http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20161223/c16f8dfb/attachment.html>


More information about the asterisk-app-dev mailing list