<div>
                    Hi,</div><div>I'm trying to have Asterisk pick up a call and stream it to Liquidsoap (Icecast2 compatible).</div><div><br></div><div>This is what I have in my extensions.conf :</div><div><br></div><div><div>[default]</div><div>exten =&gt; s,1,Answer</div><div>exten =&gt; s,n,Wait(1)</div><div>exten =&gt; s,n,Ices(/etc/asterisk/asterisk-ices.xml)</div><div>exten =&gt; s,n,HangUp</div></div><div><br></div><div>Here's what working so far: Asterisk does pick up the call, and connects to the icecast server. However it seems like nothing is sent in the stream, as if no sound were present.</div><div>Doing Echo() instead of Ices() works fine (I can hear myself talk back).</div><div>The ices binary is in the path, and works well with the supplied configuration file when called from the bash cli.</div><div><br></div><div>Do you see anything that would explain that my voice is not sent through the Ices() function call ?</div><div><br></div><div>Any help greatly appreciated</div><div><br></div><div>Thomas</div>