VMAuthenticate()
VMAuthenticate([Mailbox
][@Context
][,Optionen
])
Authenticate()
-Anwendung, mit dem
Unterschied, dass die Passwörter aus voicemail.conf
(im
optionalen VM-Context Context
) gelesen werden.${AUTH_MAILBOX}
wird dann mit der authentifizierten Mailbox
belegt.s
wird die Ansage der Aufforderung
unterdrückt.; als Mailbox die Extension annehmen und authentifizieren: exten => 123,1,VMAuthenticate(${EXTEN}@verkauf) exten => 123,n,SayDigits(${AUTH_MAILBOX})
————————| 1.2 |————————| 1.4 |————————| 1.6 |————————
-= Info about application 'VMAuthenticate' =-
[Synopsis]
Authenticate with Voicemail passwords
[Description]
VMAuthenticate([mailbox][@context][|options]): This application behaves the
same way as the Authenticate application, but the passwords are taken from
voicemail.conf.
If the mailbox is specified, only that mailbox's password will be considered
valid. If the mailbox is not specified, the channel variable AUTH_MAILBOX will
be set with the authenticated mailbox.
Options:
s - Skip playing the initial prompts.
--- in Asterisk 1.4
+++ in Asterisk 1.6
@@ -4,7 +4,7 @@
Authenticate with Voicemail passwords
[Description]
- VMAuthenticate([mailbox][@context][|options]): This application behaves the
+ VMAuthenticate([mailbox][@context][,options]): This application behaves the
same way as the Authenticate application, but the passwords are taken from
voicemail.conf.
If the mailbox is specified, only that mailbox's password will be considered