"UniqueID: %s\r\n"
"ExitContext: %s\r\n"
"SayDurationMinimum: %d\r\n"
+ "SayEnvelope: %s\r\n"
+ "SayCID: %s\r\n"
+ "AttachMessage: %s\r\n"
"AttachmentFormat: %s\r\n"
+ "DeleteMessage: %s\r\n"
"VolumeGain: %.2f\r\n"
+ "CanReview: %s\r\n"
+ "CallOperator: %s\r\n"
"MaxMessageCount: %d\r\n"
"MaxMessageLength: %d\r\n"
"NewMessageCount: %d\r\n"
"IMAPUser: %s\r\n"
#endif
"\r\n",
- actionid, vmu->context, vmu->mailbox, vmu->fullname, vmu->email,
- vmu->pager, vmu->serveremail, vmu->mailcmd, vmu->language,
- vmu->zonetag, vmu->callback, vmu->dialout, vmu->uniqueid,
- vmu->exit, vmu->saydurationm, vmu->attachfmt, vmu->volgain,
- vmu->maxmsg, vmu->maxsecs,
+ actionid,
+ vmu->context,
+ vmu->mailbox,
+ vmu->fullname,
+ vmu->email,
+ vmu->pager,
+ vmu->serveremail,
+ vmu->mailcmd,
+ vmu->language,
+ vmu->zonetag,
+ vmu->callback,
+ vmu->dialout,
+ vmu->uniqueid,
+ vmu->exit,
+ vmu->saydurationm,
+ ast_test_flag(vmu, VM_ENVELOPE) ? "Yes" : "No",
+ ast_test_flag(vmu, VM_SAYCID) ? "Yes" : "No",
+ ast_test_flag(vmu, VM_ATTACH) ? "Yes" : "No",
+ vmu->attachfmt,
+ ast_test_flag(vmu, VM_DELETE) ? "Yes" : "No",
+ vmu->volgain,
+ ast_test_flag(vmu, VM_REVIEW) ? "Yes" : "No",
+ ast_test_flag(vmu, VM_OPERATOR) ? "Yes" : "No",
+ vmu->maxmsg,
+ vmu->maxsecs,
#ifdef IMAP_STORAGE
new, old, vmu->imapuser
#else
New header
- (new) -> Items: Reports number of channels reported
+- Action VoicemailUsersList
+ Added new headers for SayEnvelope, SayCID, AttachMessage, CanReview
+ and CallOperator voicemail configuration settings.
+
* NEW ACTIONS
-------------
- Action: ModuleLoad