ChangeMonitor()

Changes the monitoring filename of a channel.

        
          ChangeMonitor(filename-prefix)
        
      

Changes the filename prefix for sound files written while recording the channel with Monitor(). This application has no effect if the affected channel is not being monitored.

; Monitor channel with a filename prefix of 'audioclip'
exten => 123,1,Monitor(audioclip)
; Change filename prefix to 'audioclip2'
exten => 123,n,ChangeMonitor(audioclip2)
[Note]

Internal help for this application in Asterisk 1.4: 

  -= Info about application 'ChangeMonitor' =- 

[Synopsis]
Change monitoring filename of a channel

[Description]
ChangeMonitor(filename_base)
Changes monitoring filename of a channel. Has no effect if the channel i
s not monitored
The argument is the new filename base to use for monitoring this channel
.

diff output to internal help in Asterisk 1.2: 

- none - 

See also. the section called “Monitor(), the section called “StopMonitor()