<div dir="ltr"><div>hello liste</div>
<div> </div>
<div>i have create an menu like below</div>
<div> </div>
<div> <br>exten =&gt; my_number,1,Ringing()<br>exten =&gt; my_number,2,Wait(4)<br>exten =&gt; my_number,3,Goto(home,s,1)</div>
<div><br>[home] <br>exten =&gt; s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)<br>exten =&gt; s,2,Background(${sounds_path}welcome)<br>exten =&gt; #,1,Goto(menu,s,1)<br>exten =&gt; i,1,Playback(${sounds_path}error-key)<br>
exten =&gt; t,1,Goto(home,s,1)</div>
<div> </div>
<div>with this menu i call &quot;my_number&quot; and i cal listen the welcome message without issue  but when there no key pressed the call hang up</div>
<div> </div>
<div>i verify in gool and i found that &quot;exten =&gt; t,1,Goto(home,s,1)&quot; is to send to the &quot;home&quot; until i press a key</div>
<div> </div>
<div>could you please tell me what is wrong with this menu.</div>
<div> </div>
<div>Nb: i use asterisk 1.4</div>
<div> </div>
<div>best regards </div></div>