[asterisk-commits] newtonr: branch 12 r405843 - /branches/12/res/res_pjsip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 17 12:54:37 CST 2014
Author: newtonr
Date: Fri Jan 17 12:54:32 2014
New Revision: 405843
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405843
Log:
Fixing some XML syntax issues with my previous commit at r405777 for ASTERISK-23071
Modified:
branches/12/res/res_pjsip.c
Modified: branches/12/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/branches/12/res/res_pjsip.c?view=diff&rev=405843&r1=405842&r2=405843
==============================================================================
--- branches/12/res/res_pjsip.c (original)
+++ branches/12/res/res_pjsip.c Fri Jan 17 12:54:32 2014
@@ -270,7 +270,8 @@
<description><para>
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
- 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 at context;
+ for example: mailboxes=6001 at default.
For endpoints that SUBSCRIBE for MWI, you can set the <literal>mailboxes</literal> option in your AOR
configuration.
</para></description>
More information about the asterisk-commits
mailing list