Fixing some XML syntax issues with my previous commit at r405777 for ASTERISK-23071

........

Merged revisions 405843 from http://svn.asterisk.org/svn/asterisk/branches/12


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@405844 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Rusty Newton
2014-01-17 18:55:22 +00:00
parent f6647d2362
commit 926081461b

View File

@@ -270,7 +270,8 @@
<description><para> <description><para>
Asterisk will send unsolicited MWI NOTIFY messages to the endpoint when state Asterisk will send unsolicited MWI NOTIFY messages to the endpoint when state
changes happen for any of the specified mailboxes. More than one mailbox can be changes happen for any of the specified mailboxes. More than one mailbox can be
specified with a comma-delimited string. Mailboxes must be specified as <mailbox>@<context>. specified with a comma-delimited string. Mailboxes must be specified as mailbox@context;
for example: mailboxes=6001@default.
For endpoints that SUBSCRIBE for MWI, you can set the <literal>mailboxes</literal> option in your AOR For endpoints that SUBSCRIBE for MWI, you can set the <literal>mailboxes</literal> option in your AOR
configuration. configuration.
</para></description> </para></description>