<div dir="ltr"><div>I have no objection and in fact I think I committed the initial flippity-flop of &quot;to do X press Y&quot; on the menus. In fact, I think the inflection on the recordings is such that it should always be &quot;to do X press Y.&quot; IMHO that&#39;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">&lt;<a href="mailto:nneul@mst.edu" target="_blank">nneul@mst.edu</a>&gt;</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 &#39;support&#39; 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>
        &quot;to record a greeting press 1&quot;<br>
<br>
but as soon as you record a greeting, they flip around to:<br>
<br>
        press X to do A<br>
<br>
        &quot;press 1 to listen to recording&quot;<br>
        &quot;press 2 to save recording&quot;<br>
<br>
His comment was that if you are paying attention to the &quot;result -&gt; action&quot;, you can get confused and wind up trying to<br>
press 3 to save your greeting instead of pressing 2.<br>
<br>
<br>
It&#39;s this in the vm lang macros:<br>
<br>
   &lt;macro name=&quot;voicemail_record_file_check&quot;&gt;<br>
     &lt;input pattern=&quot;^([0-9#*]):([0-9#*]):([0-9#*])$&quot;&gt;<br>
       &lt;match&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-press.wav&quot;/&gt;<br>
         &lt;action function=&quot;say&quot; data=&quot;$1&quot; method=&quot;pronounced&quot; type=&quot;name_spelled&quot;/&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-listen_to_recording.wav&quot;/&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-press.wav&quot;/&gt;<br>
         &lt;action function=&quot;say&quot; data=&quot;$2&quot; method=&quot;pronounced&quot; type=&quot;name_spelled&quot;/&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-save_recording.wav&quot;/&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-press.wav&quot;/&gt;<br>
         &lt;action function=&quot;say&quot; data=&quot;$3&quot; method=&quot;pronounced&quot; type=&quot;name_spelled&quot;/&gt;<br>
         &lt;action function=&quot;play-file&quot; data=&quot;voicemail/vm-rerecord.wav&quot;/&gt;<br>
       &lt;/match&gt;<br>
     &lt;/input&gt;<br>
   &lt;/macro&gt;<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&amp;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>