MAILBOX_EXISTS(mailbox
[@context
])
Gibt 1 oder 0 zurück, je nachdem, ob eine Voice-Mailbox in der
voicemail.conf
konfiguriert ist oder nicht. Ohne Angabe
eines Contextes wird im Context default
gesucht.exten => 123,1,Verbose(1,Mailbox 123 vorhanden?: MAILBOX_EXISTS(123)) exten => 123,n,Verbose(1,Mailbox 123@intern vorhanden?: MAILBOX_EXISTS(123@intern))
Asterisk-Versionen:
| | | | | 1.6 |————————
Interner Hilfetext zu dieser Funktion in Asterisk 1.6:
-= Info about function 'MAILBOX_EXISTS' =-
[Syntax]
MAILBOX_EXISTS(<vmbox>[@<context>])
[Synopsis]
Tell if a mailbox is configured
[Description]
Returns a boolean of whether the corresponding mailbox exists. If context
is not specified, defaults to the "default" context.