summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/res_pjsip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/res_pjsip.c b/res/res_pjsip.c
index e5b3f51f1..1f518dca8 100644
--- a/res/res_pjsip.c
+++ b/res/res_pjsip.c
@@ -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@context;
+ for example: mailboxes=6001@default.
For endpoints that SUBSCRIBE for MWI, you can set the <literal>mailboxes</literal> option in your AOR
configuration.
</para></description>