[Freeswitch-users] Alternate Voicemail Outgoing Message
mario_fs
mario_fs at mgtech.com
Mon Jun 17 22:14:02 UTC 2019
I do what you want but it may be more complex than you like, and someone may know a simpler way. In my case I am doing other things which is why it’s complex. To have VM for extension 111 ringing go to 100 when no answer and light the MWI on 100:
<include>
<user id="111">
<params>
<param name="MWI-Account" value="100@$${domain}"/>
</params>
<variables>
<variable name="mailbox" value="100"/>
</variables>
</user>
</include>
The next thing is the message. I dynamically build messages in LUA for ringback and VM so when someone calls it’s customized to them, for instance: Hi Sean, hold on while our phones ring……. Sorry Sean… please leave a message.
With LUA you can pretty much do anything, but figuring it out may take some time.
Mario G
> On Jun 13, 2019, at 6:51 AM, Sean Devoy <sdevoy at bizfocused.com> wrote:
>
> Hi,
>
> Is there a way to control the outgoing message when directing a call to VM?
> An Exec wants his VM calls to go to his office manager but with a different outgoing message than her own VM.
>
> Thanks,
> Sean
>
> _________________________________________________________________________
>
> The FreeSWITCH project is sponsored by SignalWire https://signalwire.com <https://signalwire.com/>
> Enhance your FreeSWITCH install with disruptive priced SMS and PSTN services.
> Build your next product on our scalable cloud platform.
>
> Join our online community to chat in real time https://signalwire.community <https://signalwire.community/>
>
> Professional FreeSWITCH Services
> sales at freeswitch.com <mailto:sales at freeswitch.com>
> https://freeswitch.com <https://freeswitch.com/>
>
> Official FreeSWITCH Sites
> https://freeswitch.com/oss <https://freeswitch.com/oss>
> https://freeswitch.org/confluence <https://freeswitch.org/confluence>
> https://cluecon.com <https://cluecon.com/>
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org <mailto:FreeSWITCH-users at lists.freeswitch.org>
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users <http://lists.freeswitch.org/mailman/listinfo/freeswitch-users>
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users <http://lists.freeswitch.org/mailman/options/freeswitch-users>
> https://freeswitch.com <https://freeswitch.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20190617/34400abb/attachment.html>
More information about the FreeSWITCH-users
mailing list