<div dir="ltr"><br><div class="gmail_quote">Hi Michael,<br><div dir="ltr"><div><div><div><br></div>Thanks for your answer (quoted hereafter)..<br><br>&quot;To
 answer your initial question: yes, what you are trying to accomplish is
 definitely possible. However if you want the caller (&quot;A&quot; in your 
scenario) to press only a single key then you can&#39;t use bind_meta_app 
(BMA). BMA requires two key presses: * and one other DTMF. That&#39;s why 
your scenario requires ** to trigger.&quot;<br><br>... but i&#39;m already using bind_digit_action :-)<br><br>I probably gave too much information and made the problem description unclear. <br>Sorry about that &amp; let me try to explain again :<br>



</div><br>Every time the star key is pressed, it will correctly execute the lua script, no problem here.. But<br><br>When executing that lua script  :<br></div><div>The first time, the standard freeswitch moh is heard (on the b_leg) when playAndGetDigits is called (on the a_leg).<br>



</div><div><div><div><div>
The 2nd time, my custom freeswitch moh is heard (on the b_leg) when playAndGetDigits is called (on the a_leg).<br><br></div><div>Here are the instruction which are causing me headaches :<br></div><div><br><div><u>/* Change the moh on the A leg */<br>



</u>api:executeString(&quot;uuid_setvar &quot;.. b_leg_uuid .. &quot; hold_music /usr/local/freeswitch/sounds/fr/ca/june/voxService/<b>fr_wait_</b><b>email.wav</b>&quot;);<u><br>/* Play and request digit (B leg) */</u><br>



</div>digit = session:playAndGetDigits(1, 1, 1, 5000, &#39;#&#39;, &#39;/usr/local/freeswitch/sounds/<div>fr/ca/june/voxService/fr_ask_email.wav&#39;, &#39;&#39;, &#39;\\d+&#39;);</div><br></div><div>I was expecting fr_wait_email.wav to be played every time, but it look like &quot;uuid_setvar &lt;b_leg_uuid&gt; hold_music &lt;custom_wav&gt;&quot; is not taken into account on-the-fly, but only after bind_digit_action is finished.<br>



Is that a normal behaviour ? If yes, what would be the correct way of changing the moh when bind_digit_action is executed ?<br><br></div><div>Regards,<br><br></div><div>Julien <br></div></div><div><br></div><div><br><div>



 <br></div><div><br><div><br></div><br></div></div></div></div></div>
</div><br></div>