Search:
Asterisk cmd ChangeMonitor
Synopsis
Change monitoring filename of a channelDescription
ChangeMonitor(basename)If the channel is currently being recorded with the Monitor command, then this command will change the filename of the file being saved to. This command has no effect if the current channel is not being Monitored.
Note it will just rename the files being saved when the recording is stopped. It does not start a new recording with a new filename.
Can cause this harmless warning:
WARNING[28650] res_monitor.c: Cannot change monitor filename of channel SIP/... to ..., monitoring not started
Tip: Can be nicely employed with the help of the g or M options to the Dial application. Do not forget to store the filename name in a variable that is enherited to the remote channel in case of using the M option, e.g. prefix that variable with an underscore, example:
Set(_RECFILENAME=xyz.wav)
Remarks:
- Does not appear to work MixMonitor(), only Monitor()
- Should also work from the h extension.
See also
- Monitor
- MixMonitor
- StopMonitor
- PauseMonitor
- Asterisk cmd UnpauseMonitor
Asterisk | Applications | Functions | Variables | Expressions | Asterisk FAQ
Created by: oej,Last modification on Fri 09 of Jul, 2010 [16:10 UTC] by JustRumours

Page Changes
