<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, May 11, 2016 at 4:52 AM, Nitesh Bansal <span dir="ltr"><<a href="mailto:nitesh.bansal@gmail.com" target="_blank">nitesh.bansal@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div><div><div><div>oh, that was a typo, I changed it to TALK_DETECT.<br></div>But that wasn't going to work, as I still don't see the HTTP POST request<br></div>in wireshark setting the channel variable and still error callback isn't invoked.<br><br></div>Either I'm not using the setChannelVar API correctly or the API isn't indicating the error, it should have.<span class=""><font color="#888888"><br><br></font></span></div><span class=""><font color="#888888">Nitesh<br></font></span></div><br clear="all"></blockquote><div><br></div><div>Assuming something is getting transmitted, then you probably need the = sign after (set):<br><br>ari.channels.setChannelVar({channelId: <a href="http://channel.id" target="_blank">channel.id</a>, variable : {'TALKDETECT(set)=' : ''}},<br><br>Weird, I know, but when writing to a dialplan function, you have to write *something*.<br><br></div><div>You can see a dialplan snippet setting up the talk detection in the func_talkdetect test here:<br><br><a href="http://git.asterisk.org/gitweb/?p=asterisk/testsuite.git;a=blob;f=tests/funcs/func_talkdetect/configs/ast1/extensions.conf;h=587e233a8181d404d0709777dc17608c3a9b3821;hb=HEAD">http://git.asterisk.org/gitweb/?p=asterisk/testsuite.git;a=blob;f=tests/funcs/func_talkdetect/configs/ast1/extensions.conf;h=587e233a8181d404d0709777dc17608c3a9b3821;hb=HEAD</a> <br></div></div><br></div><div class="gmail_extra">If nothing is actually getting POSTed... then I'm not sure.<br></div><div class="gmail_extra"><br>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>Matthew Jordan<br></div><div>Digium, Inc. | Director of Technology<br></div><div>445 Jan Davis Drive NW - Huntsville, AL 35806 - USA</div><div>Check us out at: <a href="http://digium.com" target="_blank">http://digium.com</a> & <a href="http://asterisk.org" target="_blank">http://asterisk.org</a></div></div></div></div></div>
</div></div>