login | register
Thu 04 of Dec, 2008 [02:12 UTC]

voip-info.org

Discuss [0] History

Asterisk func vmcount

Created by: murf,Last modification on Sat 14 of Jan, 2006 [05:09 UTC]

Synopsis:

 Counts the voicemail in a specified mailbox

Description:

 VMCOUNT(vmbox@context[|folder])
 
 context - defaults to "default"
 folder  - defaults to "INBOX"


Notes

  • *CLI> show function VMCOUNT

Return value

Returns the resulting number

Example

exten => s,1,Set(foo=${VMCOUNT(125)})


See also



Comments