Virtual dictation machine
Dictate([path[,filename]])
Starts a virtual dictation machine. The options define the base
directory (default: /var/spool/asterisk/dictate/) and
(numerical) filename. The files are recorded in raw
format.
The user can control dictation with these keys:
0
1
*
#
1234#)In playback mode:
2
7
8
In record mode:
8
; Take dictation: exten => 123,1,Dictate()
To provide very system user her own dictation machine, you might
set the path to
/var/spool/asterisk/dictate/${EXTEN}.
|
|
|
Internal help for this application in Asterisk 1.4: -= Info about application 'Dictate' =- [Synopsis] Virtual Dictation Machine [Description] Dictate([<base_dir>[|<filename>]]) Start dictation machine using optional base dir for files. diff output to internal help in Asterisk 1.2: 8c8 < Dictate([<base_dir>[|<filename>]]) --- > Dictate([<base_dir>]) |
See also.
the section called “Record()”