From 3fb2906955dab8081d164969a6789a99d7bbf1a6 Mon Sep 17 00:00:00 2001 From: Rusty Newton Date: Fri, 17 Jan 2014 15:14:03 +0000 Subject: res_pjsip: enhance documentation for mailboxes options, for both endpoints and aors Made documentation more explicit as to the use of the both options. (issue ASTERISK-23071) (closes issue ASTERISK-23071) Reported by: Matt Jordan ........ Merged revisions 405777 from http://svn.asterisk.org/svn/asterisk/branches/12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@405778 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_pjsip.c | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/res/res_pjsip.c b/res/res_pjsip.c index a74f23268..e5b3f51f1 100644 --- a/res/res_pjsip.c +++ b/res/res_pjsip.c @@ -266,7 +266,14 @@ - Mailbox(es) to be associated with + NOTIFY the endpoint when state changes for any of the specified mailboxes + + 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 @. + For endpoints that SUBSCRIBE for MWI, you can set the mailboxes option in your AOR + configuration. + Default Music On Hold class @@ -925,7 +932,10 @@ Mailbox(es) to be associated with This option applies when an external entity subscribes to an AoR for message waiting indications. The mailboxes specified will be subscribed to. - More than one mailbox can be specified with a comma-delimited string. + More than one mailbox can be specified with a comma-delimited string. + For endpoints that cannot SUBSCRIBE for MWI, you can set the mailboxes option in your + Endpoint configuration section. + Maximum time to keep an AoR -- cgit v1.2.3