<div dir="ltr"><div>why disable_hold is not working? i set &lt;action application=&quot;set&quot; data=&quot;disable_hold=true&quot;/&gt; in the dialplan and also </div><div><br></div><div>&lt;param name=&quot;disable_hold&quot; value=&quot;true&quot;/&gt; in sip profiles, nothing happened.</div>
<div><br></div><div>another question is, disable_hold is described as a channel variable, i wonder how FS affects the channel by setting </div><div><br></div><div>&lt;action application=&quot;set&quot; data=&quot;disable_hold=true&quot;/&gt; in the dialplan? for example,</div>
<div><br></div><div>    &lt;extension name=&quot;disable_hold&quot;&gt;</div><div>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(11[01][0-9])$&quot;&gt;</div><div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;answer&quot;/&gt;</div>
<div><span class="" style="white-space:pre">        </span>&lt;action application=&quot;set&quot; data=&quot;disable_hold=true&quot;/&gt;</div><div>      &lt;/condition&gt;</div><div>    &lt;/extension&gt;</div><div><br></div><div>
in this extension, which one, the calling party or called party, will be disabled?</div></div>