<div dir="ltr">Hello,<div>I have a recording started in the dialplan with the MixMonitor application. I want to be able to stop it during a call and maybe restart it.</div><div><br></div><div>I tried using the value defined in [featuremap] but it starts another MixMonitor application even if there already one instead of stopping it.</div>
<div><br></div><div>Any idea on how I can stop the MixMonitor application while it is running?</div><div><br></div><div>[featuremap]</div><div>automixmon => *1 <br></div><div><br></div><div>I tried also to use the [applicationmap]] but it doesn't seem to work. Pressing #1 do nothing. Here my dialplan:</div>
<div><br></div><div><div>       9999 => {</div><div>            Set(__DYNAMIC_FEATURE=pauseMonitor);</div><div>            MixMonitor(test);</div><div>            Dial(SIP/1000@srv01,30,TtX);</div><div>       }</div></div>
<div><br></div><div><br></div><div>[applicationmap]</div><div>pauseMonitor   => #1,self/both,stopMixMonitor<br></div><div><br></div><div>Any advice?<br></div><div><br></div><div><br></div><div><br></div><div><br></div>
</div>