From: Rusty Newton Date: Fri, 17 Jan 2014 18:54:32 +0000 (+0000) Subject: Fixing some XML syntax issues with my previous commit at r405777 for ASTERISK-23071 X-Git-Tag: 12.1.0-rc1~3^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=129f642d3ec4bd8e9a7f3acdedf7e3c4963c1116;p=thirdparty%2Fasterisk.git Fixing some XML syntax issues with my previous commit at r405777 for ASTERISK-23071 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@405843 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/res/res_pjsip.c b/res/res_pjsip.c index 0b3f95e74b..8d1d1216a8 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.