<div dir="ltr">Hello ,<div><br></div><div>I'm developing a module on asterisk, while debugging i've come across a problem I don't quite understand.<br>I'm using a noise filter, at the end of the call I stop my filter , so clean up everything, detach the audiohook and there is the problem. It's stuck in the while loop in <b>ast_audiohook_detach</b>.</div><div>As far as I understand, to detach audiohook, the status should not be <b>NEW</b> nor <b>DONE</b>, then it's update its status to <b>SHUTDOWN</b> which will then put it to <b>DONE</b>, so why does it get stuck in the while loop and don't update it's status to <b>DONE</b> ?</div><div><br></div><div>Thank you in advance for your help.</div><div>K.M</div></div>