[asterisk-commits] newtonr: trunk r405844 - in /trunk: ./ res/res_pjsip.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Jan 17 12:55:25 CST 2014
Author: newtonr
Date: Fri Jan 17 12:55:22 2014
New Revision: 405844
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=405844
Log:
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
Modified:
trunk/ (props changed)
trunk/res/res_pjsip.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-12-merged' - no diff available.
Modified: trunk/res/res_pjsip.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_pjsip.c?view=diff&rev=405844&r1=405843&r2=405844
==============================================================================
--- trunk/res/res_pjsip.c (original)
+++ trunk/res/res_pjsip.c Fri Jan 17 12:55:22 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