This page last changed on Oct 14, 2011 by wikibot.

MINIVMCOUNTER()

Synopsis

Reads or sets counters for MiniVoicemail message.

Description

The operation is atomic and the counter is locked while changing the value. The counters are stored as text files in the minivm account directories. It might be better to use realtime functions if you are using a database to operate your Asterisk.

Syntax

MINIVMCOUNTER(account,name[,operand])
Arguments
  • account - If account is given and it exists, the counter is specific for the account. If account is a domain and the domain directory exists, counters are specific for a domain.
  • name - The name of the counter is a string, up to 10 characters.
  • operand - The counters never goes below zero. Valid operands for changing the value of a counter when assigning a value are:
    • i - Increment by value.
    • d - Decrement by value.
    • s - Set to value.

See Also

Asterisk 10 Application_MinivmRecord
Asterisk 10 Application_MinivmGreet
Asterisk 10 Application_MinivmNotify
Asterisk 10 Application_MinivmDelete
Asterisk 10 Application_MinivmAccMess
Asterisk 10 Application_MinivmMWI
Asterisk 10 Function_MINIVMACCOUNT

Import Version

This documentation was imported from Asterisk version SVN-branch-10-r340810.

Document generated by Confluence on Oct 14, 2011 13:25