[Freeswitch-users] mod_voicemail prompt nitpick from a user - prompt order is flipped around
Michael Collins
msc at freeswitch.org
Fri Oct 10 00:42:22 MSD 2014
I have no objection and in fact I think I committed the initial
flippity-flop of "to do X press Y" on the menus. In fact, I think the
inflection on the recordings is such that it should always be "to do X
press Y." IMHO that's the way it should always be. :)
-MC
On Thu, Oct 9, 2014 at 1:15 PM, Nathan Neulinger <nneul at mst.edu> wrote:
> Got a report from a user that is more 'support' oriented related to
> recording voicemail greetings.
>
> He noticed that the prompt ordering is flipped in the config menu -
> everything else in voicemail is:
>
> to do A press X
> to do B press Y
> to do C press Z
>
> "to record a greeting press 1"
>
> but as soon as you record a greeting, they flip around to:
>
> press X to do A
>
> "press 1 to listen to recording"
> "press 2 to save recording"
>
> His comment was that if you are paying attention to the "result ->
> action", you can get confused and wind up trying to
> press 3 to save your greeting instead of pressing 2.
>
>
> It's this in the vm lang macros:
>
> <macro name="voicemail_record_file_check">
> <input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$">
> <match>
> <action function="play-file" data="voicemail/vm-press.wav"/>
> <action function="say" data="$1" method="pronounced"
> type="name_spelled"/>
> <action function="play-file"
> data="voicemail/vm-listen_to_recording.wav"/>
> <action function="play-file" data="voicemail/vm-press.wav"/>
> <action function="say" data="$2" method="pronounced"
> type="name_spelled"/>
> <action function="play-file"
> data="voicemail/vm-save_recording.wav"/>
> <action function="play-file" data="voicemail/vm-press.wav"/>
> <action function="say" data="$3" method="pronounced"
> type="name_spelled"/>
> <action function="play-file" data="voicemail/vm-rerecord.wav"/>
> </match>
> </input>
> </macro>
>
>
> I can certainly fix this locally, but would there be any objection to a
> commit to flip these around so the prompts are
> consistently ordered throughout mod_voicemail by default?
>
> -- Nathan
>
> ------------------------------------------------------------
> Nathan Neulinger nneul at mst.edu
> Missouri S&T Information Technology (573) 612-1412
> System Administrator - Architect
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://confluence.freeswitch.org
> http://www.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
> http://www.freeswitch.org
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20141009/5bdf74c7/attachment.html
Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users
mailing list