[Freeswitch-users] Voicemail MWI multiple mailboxes notify one user

Mario mario_fs at mgtech.com
Mon Jul 2 22:30:02 UTC 2018


Aha… something I know (a little) about. This is how an extension can monitor another mailbox:

In the user/extension definition you would add in “params” section:
<param name="MWI-Account" value=“100@$${domain}"/> 

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:

Be very careful during testing because of https://freeswitch.org/jira/browse/FS-10683 <https://freeswitch.org/jira/browse/FS-10683>, I am putting a bounty up for this once 1.8 hits the streets.

The syntax requires 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 https://freeswitch.org/jira/browse/FS-9428 <https://freeswitch.org/jira/browse/FS-9428>, also offering a bounty after 1.8 hits.

If there is no way to monitor multiple boxes, here are a couple of suggestions:

Have the other extensions send VM to a common MB, in their “variable” section use:
      <variable name="mailbox" value="100”/>
OR…
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.

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.
Mario G



> On Jul 1, 2018, at 10:05 PM, Mircea Botoca-Huh <mircea.huh at gmail.com> wrote:
> 
> Hello, 
> 
> I would like to know if there is any possibility to notify one user when messages are left in multiple mailboxes? 
> 
> I want to have just one registered user which should monitor multiple voicemail mailboxes. 
> 
> Thank you for your time. 
> 
> Best regards, 
> Mircea 
> _________________________________________________________________________
> Professional FreeSWITCH Services
> sales at freeswitch.com
> https://freeswitch.com
> 
> Official FreeSWITCH Sites
> https://freeswitch.com/oss
> https://freeswitch.org/confluence
> https://cluecon.com
> 
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> https://freeswitch.com

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20180702/9a997849/attachment.html>


More information about the FreeSWITCH-users mailing list