<div dir="ltr"><div>Hello i use this lua script tha i found on freeswitch wiki</div><div>But when i run it i have the errors:</div><div>syntax error near unexpected token ;</div><div>seesion.answer();</div><div><br></div><div>and when i remove the &quot;;&quot; i have the error on the while loop, syntax error near the unexpected token ==, while (session:ready() == true.</div><div><br></div><div>I there something i did not conigure in order the script to work? do we put &quot;;&quot; after an instructtion like session:answer() or not.</div><div><br></div><div>Thank you or your reply.</div><div><br></div><div title="Hint: double-click to select code"><div><code>session:answer();</code></div><div><code>while (session:ready() == true) do</code></div><div><code>    </code><code>session:setAutoHangup(false);</code></div><div><code>    </code><code>session:set_tts_params(&quot;flite&quot;, &quot;kal&quot;);</code></div><div><code>    </code><code>session:speak(&quot;Welcome. Welcome to the VoIp World!. this is a Blind Users Programing Community. powered by Freeswitch, the free / ultimate PBX. thank to toni!&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;please select an Action.&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;to call the conference, press 1&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;to call Freeswitch IVR, press 2&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;to call Voice Mail, press 3&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;for Music on hold, press 4&quot;);</code></div><div><code>    </code><code>session:sleep(100);</code></div><div><code>    </code><code>session:speak(&quot;to call me, press 0&quot;);</code></div><div><code>    </code><code>session:sleep(3000);</code></div><div><code>    </code><code>digits = session:getDigits(1, &quot;&quot;, 3000);</code></div><div><code>    </code><code>if (digits == &quot;1&quot;)  then</code></div><div><code>        </code><code>session:execute(&quot;transfer&quot;,&quot;9888&quot;);</code></div><div><code>    </code><code>end</code></div><div><code>    </code><code>if (digits == &quot;2&quot;)  then</code></div><div><code>        </code><code>session:execute(&quot;transfer&quot;,&quot;5000&quot;);</code></div><div><code>    </code><code>end</code></div><div><code>    </code><code>if (digits == &quot;3&quot;)  then</code></div><div><code>        </code><code>session:execute(&quot;transfer&quot;,&quot;4000&quot;);</code></div><div><code>    </code><code>end</code></div><div><code>    </code><code>if (digits == &quot;4&quot;)  then</code></div><div><code>        </code><code>session:execute(&quot;transfer&quot;,&quot;9999&quot;);</code></div><div><code>    </code><code>end</code></div><div><code>    </code><code>if (digits == &quot;0&quot;)  then</code></div><div><code>        </code><code>session:execute(&quot;transfer&quot;,&quot;<a href="mailto:voipaware@sip.voipuser.org">voipaware@sip.voipuser.org</a>&quot;);</code></div><div><code>    </code><code>end</code></div><div><code>end</code></div></div><p><br></p><div><br></div><div><br clear="all"></div><div><div class="gmail_signature"><div dir="ltr">NDUWAYEZU Joselyne<br></div></div></div>
</div>

<br>
Haute École de Bruxelles