[asterisk-users] features.conf and mixmonitor stop and start

Leandro Dardini ldardini at gmail.com
Wed Aug 27 15:20:05 CDT 2014


Hello,
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.

I tried using the value defined in [featuremap] but it starts another
MixMonitor application even if there already one instead of stopping it.

Any idea on how I can stop the MixMonitor application while it is running?

[featuremap]
automixmon => *1

I tried also to use the [applicationmap]] but it doesn't seem to work.
Pressing #1 do nothing. Here my dialplan:

       9999 => {
            Set(__DYNAMIC_FEATURE=pauseMonitor);
            MixMonitor(test);
            Dial(SIP/1000 at srv01,30,TtX);
       }


[applicationmap]
pauseMonitor   => #1,self/both,stopMixMonitor

Any advice?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140827/058a8edf/attachment.html>


More information about the asterisk-users mailing list