<div dir="ltr"><div>hello liste</div>
<div> </div>
<div>i have create an menu like below</div>
<div> </div>
<div> <br>exten => my_number,1,Ringing()<br>exten => my_number,2,Wait(4)<br>exten => my_number,3,Goto(home,s,1)</div>
<div><br>[home] <br>exten => s,1,SetGlobalVar(sounds_path=/var/lib/asterisk/sounds/)<br>exten => s,2,Background(${sounds_path}welcome)<br>exten => #,1,Goto(menu,s,1)<br>exten => i,1,Playback(${sounds_path}error-key)<br>
exten => t,1,Goto(home,s,1)</div>
<div> </div>
<div>with this menu i call "my_number" 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 "exten => t,1,Goto(home,s,1)" is to send to the "home" 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>