[asterisk-app-dev] Voice detection on a channel using ARI

Ben Merrills b.merrills at mersontech.co.uk
Wed May 11 04:18:12 CDT 2016


Looking at my code, it’s  ‘TALK_DETECT’ not ‘TALKDETECT’

Ben

From: asterisk-app-dev-bounces at lists.digium.com [mailto:asterisk-app-dev-bounces at lists.digium.com] On Behalf Of Nitesh Bansal
Sent: 11 May 2016 09:51
To: Asterisk Application Development discussion <asterisk-app-dev at lists.digium.com>
Subject: Re: [asterisk-app-dev] Voice detection on a channel using ARI

Hi, I tried the following code to enable TALKDETECT channel variable, but seems it didn't work,
I couldn't see any HTTP post request going through to set the channel variable.
ari.channels.setChannelVar({channelId: channel.id<http://channel.id>, variable : {'TALKDETECT(set)' : ''}},
                             function(err) {
                                 if(err) {
                                   console.error(' failed to set channel var ', err);
                                 };
                             });
And interestingly, it didn't hit the error condition either, any ideas what could be wrong with it?
Thanks,
Nitesh


On Tue, May 10, 2016 at 5:28 PM, Joshua Colp <jcolp at digium.com<mailto:jcolp at digium.com>> wrote:
Nitesh Bansal wrote:
Typo correction, I'm using ARI node library, not webrtc node library.

And by not working, I meant, I don't see my log messages indicating that
Asterisk
didn't emit any events.

These events are only generated if the TALK_DETECT dialplan function[1] is executed on the channel, which can be done using the set variable interface provided by ARI.

[1] https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Function_TALK_DETECT

--
Joshua Colp
Digium, Inc. | Senior Software Developer
445 Jan Davis Drive NW - Huntsville, AL 35806 - US
Check us out at: www.digium.com<http://www.digium.com> & www.asterisk.org<http://www.asterisk.org>


_______________________________________________
asterisk-app-dev mailing list
asterisk-app-dev at lists.digium.com<mailto:asterisk-app-dev at lists.digium.com>
http://lists.digium.com/cgi-bin/mailman/listinfo/asterisk-app-dev

________________________________
No virus found in this message.
Checked by AVG - www.avg.com<http://www.avg.com>
Version: 2016.0.7596 / Virus Database: 4565/12194 - Release Date: 05/08/16
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-app-dev/attachments/20160511/857039b3/attachment.html>


More information about the asterisk-app-dev mailing list