<div dir="ltr"><div>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. :)<br><br>-MC<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Oct 9, 2014 at 1:15 PM, Nathan Neulinger <span dir="ltr"><<a href="mailto:nneul@mst.edu" target="_blank">nneul@mst.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Got a report from a user that is more 'support' oriented related to recording voicemail greetings.<br>
<br>
He noticed that the prompt ordering is flipped in the config menu - everything else in voicemail is:<br>
<br>
to do A press X<br>
to do B press Y<br>
to do C press Z<br>
<br>
"to record a greeting press 1"<br>
<br>
but as soon as you record a greeting, they flip around to:<br>
<br>
press X to do A<br>
<br>
"press 1 to listen to recording"<br>
"press 2 to save recording"<br>
<br>
His comment was that if you are paying attention to the "result -> action", you can get confused and wind up trying to<br>
press 3 to save your greeting instead of pressing 2.<br>
<br>
<br>
It's this in the vm lang macros:<br>
<br>
<macro name="voicemail_record_file_check"><br>
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$"><br>
<match><br>
<action function="play-file" data="voicemail/vm-press.wav"/><br>
<action function="say" data="$1" method="pronounced" type="name_spelled"/><br>
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/><br>
<action function="play-file" data="voicemail/vm-press.wav"/><br>
<action function="say" data="$2" method="pronounced" type="name_spelled"/><br>
<action function="play-file" data="voicemail/vm-save_recording.wav"/><br>
<action function="play-file" data="voicemail/vm-press.wav"/><br>
<action function="say" data="$3" method="pronounced" type="name_spelled"/><br>
<action function="play-file" data="voicemail/vm-rerecord.wav"/><br>
</match><br>
</input><br>
</macro><br>
<br>
<br>
I can certainly fix this locally, but would there be any objection to a commit to flip these around so the prompts are<br>
consistently ordered throughout mod_voicemail by default?<br>
<br>
-- Nathan<br>
<br>
------------------------------------------------------------<br>
Nathan Neulinger <a href="mailto:nneul@mst.edu">nneul@mst.edu</a><br>
Missouri S&T Information Technology <a href="tel:%28573%29%20612-1412" value="+15736121412">(573) 612-1412</a><br>
System Administrator - Architect<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-powered IP PBX: The CudaTel Communication Server<br>
<a href="http://www.cudatel.com" target="_blank">http://www.cudatel.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br></div>