<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p>Hi.</p>
<p><br>
</p>
<p>Here's what I'm trying to do. I want to play a sound if a certain condition is true.</p>
<p><br>
</p>
<p></p>
<div>&lt;extension name=&quot;test&quot;&gt;</div>
<div>&nbsp; &nbsp; &lt;condition field=&quot;destination_number&quot; expression=&quot;^1212$&quot;&gt;</div>
<div><span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field=&quot;${cond(${destination_number} == 1212 ? 1212 : 0000)}&quot; expression=&quot;^1212$&quot;&gt;</span><br>
</div>
<div><span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp; &nbsp; &lt;!-- this second condition is just to ilustrate the nested condition--&gt;</span></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;log&quot; data=&quot;INFO LOG&quot;/&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp;<span style="font-size: 12pt;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;action application=&quot;playback&quot; data=&quot;sound1.gsm&quot;/&gt;</span></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;</div>
<div>
<div></div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;playback&quot; data=&quot;sound2.gsm&quot;/&gt;</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &lt;action application=&quot;hangup&quot;/&gt;</div>
<div>&nbsp; &nbsp; &lt;/condition&gt;</div>
<div>&lt;/extension&gt;</div>
<span id="ms-rterangepaste-end"></span><br>
</div>
<div>The sound 1 doesn't play, but I knew the condition was true because I can see the INFO LOG on the console. The sound 2, outside the condition, was played normally. Both PLAYBACK and READ applications don't work on nested conditions. Can anyone help me?</div>
<br>
<p></p>
</div>
</body>
</html>