diff --git a/res/res_pjsip.c b/res/res_pjsip.c index e5b3f51f1c..1f518dca8b 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -270,7 +270,8 @@ 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 @. + 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 mailboxes option in your AOR configuration.