<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Aha… something I know (a little) about. This is how an extension can monitor another mailbox:<div class=""><br class=""></div><div class="">In the user/extension definition you would add in “params” section:</div><div class=""><span style="background-color: rgb(255, 255, 255);" class=""><font color="#333333" face="Arial, sans-serif" class=""><span style="caret-color: rgb(51, 51, 51); font-size: 14px;" class=""><param name="MWI-Account" value=“100@$${domain}"/> </span></font></span></div><div class=""><br class=""></div><div class="">Where 100 is the VMs extension to monitor, like 2001, etc. This will monitor only one mailbox, see below for some ideas on multiple MBs.  Now for the issues:</div><div class=""><br class=""></div><div class="">Be very careful during testing because of <a href="https://freeswitch.org/jira/browse/FS-10683" class="">https://freeswitch.org/jira/browse/FS-10683</a>, I am putting a bounty up for this once 1.8 hits the streets.</div><div class=""><br class=""></div><div class="">The syntax <b class="">requires</b> the domain or IP address after the extension, IMO it should not require the domain but make it optional. Why? Because you can’t use IP V6, see <a href="https://freeswitch.org/jira/browse/FS-9428" class="">https://freeswitch.org/jira/browse/FS-9428</a>, also offering a bounty after 1.8 hits.</div><div class=""><br class=""></div><div class="">If there is no way to monitor multiple boxes, here are a couple of suggestions:</div><div class=""><br class=""></div><div class="">Have the other extensions send VM to a common MB, in their “variable” section use:</div><div class=""><div class="">      <variable name="mailbox" value="100”/></div></div><div class="">OR…</div><div class="">Copy the message from each MB to a common one, I use LUA for things like that. Then the central person would monitor the one common MB.</div><div class=""><br class=""></div><div class="">I have not seen a way to monitor multiple MBs but there are lot of creative folks here who know a lot more than I do.</div><div class="">Mario G</div><div class=""><br class=""></div><div class=""><br class=""></div><div><br class=""><blockquote type="cite" class=""><div class="">On Jul 1, 2018, at 10:05 PM, Mircea Botoca-Huh <<a href="mailto:mircea.huh@gmail.com" class="">mircea.huh@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="auto" class=""><div class=""><div class="gmail_quote"><div dir="ltr" class="">Hello, </div><div dir="auto" class=""><div class="gmail_quote" dir="auto"><div dir="auto" class=""><div dir="auto" class=""><br class=""></div><div dir="auto" class="">I would like to know if there is any possibility to notify one user when messages are left in multiple mailboxes? </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">I want to have just one registered user which should monitor multiple voicemail mailboxes. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Thank you for your time. </div><div dir="auto" class=""><br class=""></div><div dir="auto" class="">Best regards, </div><div dir="auto" class="">Mircea </div></div>
</div></div>
</div></div></div>
_________________________________________________________________________<br class="">Professional FreeSWITCH Services<br class=""><a href="mailto:sales@freeswitch.com" class="">sales@freeswitch.com</a><br class="">https://freeswitch.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">https://freeswitch.com/oss<br class="">https://freeswitch.org/confluence<br class="">https://cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">https://freeswitch.com</div></blockquote></div><br class=""></body></html>