|
$record_nextmsg [IIF] |
![]() ![]()
|
Specify file containing next message number
$record_nextmsg path
This command specifies a filename which will be used to hold the next unique message number for recorded messages. The number is incremented each time it is used.
The parameter on this command is used as follows:
| path | the full pathname of the file containing the number |
The LAST_RECORDING system variable records the last number used, and the LAST_RECORDFILE variable records the full pathname of the file containing the recording. You can save these values during your infobox processing to record the actual number and name of the file used for each recorded message.
Default: the call number is used to identify the message, and if more than one message is to be recorded in a call, different directories must be used.
Example:
$record_nextmsg @FFBASE\NEXTMSG
Topic url: http://www.copia.com/support/refmanual/index.html?$record_nextmsg.htm