<div dir="ltr"><div>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman">Hello list</font></font></span></p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman"> </font></font></span></p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman">in the below menu all is ok ,but by intermittence when i call my number 529 i hear the welcome message and i still hear this message even i click in the # in order to go to the call [menu] he still in the welcome message </font></font></span></p>

<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman"> </font></font></span></p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman">and also by intermittence  i can hear the welcome message and when i press the # button i can hear the menu message and he still hangs at this menu when i press 1 he can not go to the [call]</font></font></span></p>

<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman"></font></font></span> </p><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3" face="Times New Roman">
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB">any help will be appreciated  </span></p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"></span> </p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB">thanks and regards</span><span style="FONT-FAMILY: Arial; FONT-SIZE: 10pt"></span></p></font></span>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><span style="mso-ansi-language: EN-GB" lang="EN-GB"><font size="3"><font face="Times New Roman"></font></font></span> </p>
<p style="MARGIN: 0cm 0cm 0pt" class="MsoNormal"><font size="3"><font face="Times New Roman">NB: sorry for my English </font></font></p></div>
<div> </div>
<div>exten =&gt; 529,1,Ringing()<br>exten =&gt; 529,2,Wait(4)<br>exten =&gt; 529,3,Goto(home,s,1)</div>
<div> </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; s,3,WaitExten(10)<br>exten =&gt; #,1,Goto(menu,s,1)<br>exten =&gt; i,1,Playback(${sounds_path}error-key)<br>
exten =&gt; i,2,goto(accueil,s,1)<br>exten =&gt; t,1,Goto(accueil,s,1)</div>
<div>[menu]<br>exten =&gt; s,1,Background(${sounds_path}menu)<br>exten =&gt; s,2,WaitExten(10)<br>exten =&gt; 1,1,Goto(call,s,1)<br>exten =&gt; 2,1,Goto(support,s,1)<br>exten =&gt; i,1,Playback(${sounds_path}error-key)<br>
exten =&gt; i,2,Goto(menu,s,1)<br>exten =&gt; t,1,Goto(menu,s,1)</div>
<div><br>[call] <br>exten =&gt; s,1,Background(${sounds_path}call)<br>exten =&gt; s,2,WaitExten(10)<br>exten =&gt; 0,1,Goto(menu,s,1)<br>exten =&gt; 223,1,Dial(SIP/${EXTEN},20,tr)<br>exten =&gt; 212,2,Dial(SIP/${EXTEN},20,tr)<br>
exten =&gt; i,1,Playback(${sounds_path}error-key)<br>exten =&gt; i,2,Goto(call,s,1)<br>exten =&gt; t,1,Goto(call,s,1)</div>
<div> </div>
<div><br>[support] <br>exten =&gt; s,1,GoToIfTime(09:00-17:00|mon-fri|*|*?s,4)<br>exten =&gt; s,n,Playback(${sounds_path}no-relation-support)<br>exten =&gt; s,n,Goto(menu,s,1)<br>exten =&gt; s,n,Playback(${sounds_path}relation-support)<br>
exten =&gt; s,n,Queue(default)<br>exten =&gt; t,1,Hangup()<br> </div>
<div> </div>
<div> </div></div>