<div dir="ltr">Is there a bit more of a detailed explanation of TALK_DETECT anywhere?<div><br>I googled and found nothing really beyond the wiki at <a href="https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_TALK_DETECT">https://wiki.asterisk.org/wiki/display/AST/Asterisk+15+Function_TALK_DETECT</a></div><div><br></div><div>I really only want it to listen for one side (the caller) but it seems to listen to both. OK, I can work round that, but the other thing is, it seems to be ignoring my threshold values</div><div><br></div><div>using Set(TALK_DETECT(set)=silence_ms,noise_ms)</div><div><br></div><div>like</div><div><br></div><div>Set(TALK_DETECT(set)=120,1200)<br></div><div><br></div><div>then even though it shouldn't even respond to "hello" (under a second), it even detects with a click of the fingers, which is definitely not 1200ms.</div><div><br></div><div>I really only want it to respond to "Asterisk?" but ... struggling a bit.</div><div><br>In case there's a better way, what I'm trying to do is CONTROLPLAYBACK a file, but also listen for someone saying what you might call a wake word, but not via MRCP or anything like that.</div></div>