<div dir="ltr">hello,<div><br></div><div style>i have add the the code below but the issue still the same i can't go to the project during the speech </div><div style>any other solution </div><div style><br></div><div style>
best regards</div><div style><br></div><div style>NB:for the version of asterisk i can't move to another version for the moment </div><div style><br></div><div style><span style="font-family:arial,sans-serif;font-size:12.800000190734863px">exten => _X,1,NoOp(Digit entered during prompt)</span></div>
<span style="font-family:arial,sans-serif;font-size:12.800000190734863px">exten => _X,2,Goto(project,s,1)</span></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/11/28 Paul Belanger <span dir="ltr"><<a href="mailto:paul.belanger@polybeacon.com" target="_blank">paul.belanger@polybeacon.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13-11-27 04:57 PM, Salaheddine Elharit wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
hello list<br>
<br>
i have an IVR menu in asterisk 1.4<br>
<br>
like below<br>
<br>
exten => 600,1,Ringing()<br>
exten => 600,n,Wait(2)<br>
exten => 600,n,Goto(home,s,1)<br>
<br>
<br>
<br>
<br>
[home]<br>
exten => s,1,SetGlobalVar(sounds_path=/<u></u>var/lib/asterisk/sounds/)<br>
exten => s,n,Background(${sounds_path}<u></u>music1)<br>
exten => s,n,Background(${sounds_path}<u></u>music2)<br>
exten => s,n,Background(${sounds_path}<u></u>music3)<br>
exten => s,n,WaitExten(5)<br>
exten => s,n,goto(home,s,1)<br>
exten => i,1,Playback(${sounds_path}<u></u>error)<br>
exten => i,n,WaitExten(5)<br>
exten => i,n,goto(home,s,1)<br>
exten => 1,1,Goto(project,s,1)<br>
<br>
</blockquote></div>
exten => _X,1,NoOp(Digit entered during prompt)<br>
exten => _X,2,Goto(project,s,1)<div class="im HOEnZb"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
[project]<br>
<br>
<br>
exten => s,1,SetGlobalVar(sounds_path=/<u></u>var/lib/asterisk/sounds/)<br>
exten => s,n,Background(${sounds_path}<u></u>mymusic)<br>
exten => s,n,WaitExten(5)<br>
exten => s,n,Goto(project,s,1)<br>
exten => i,1,Playback(${sounds_path}<u></u>error)<br>
exten => i,n,goto(project,s,1)<br>
<br>
my problem when the customor call the number 600 and press 1 in order to go<br>
to the project menu  he must wait all the speech music1 music2 and music 3<br>
<br>
if there is any way to go to project menu during the speech<br>
<br>
thanks and regards<br>
<br>
<br>
<br>
</blockquote>
<br>
<br></div><span class="HOEnZb"><font color="#888888">
-- <br>
Paul Belanger | PolyBeacon, Inc.<br>
Jabber: <a href="mailto:paul.belanger@polybeacon.com" target="_blank">paul.belanger@polybeacon.com</a> | IRC: pabelanger (Freenode)<br>
Github: <a href="https://github.com/pabelanger" target="_blank">https://github.com/pabelanger</a> | Twitter: <a href="https://twitter.com/pabelanger" target="_blank">https://twitter.com/pabelanger</a></font></span><div class="HOEnZb">
<div class="h5"><br>
<br>
-- <br>
______________________________<u></u>______________________________<u></u>_________<br>
-- Bandwidth and Colocation Provided by <a href="http://www.api-digital.com" target="_blank">http://www.api-digital.com</a> --<br>
New to Asterisk? Join us for a live introductory webinar every Thurs:<br>
              <a href="http://www.asterisk.org/hello" target="_blank">http://www.asterisk.org/hello</a><br>
<br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
  <a href="http://lists.digium.com/mailman/listinfo/asterisk-users" target="_blank">http://lists.digium.com/<u></u>mailman/listinfo/asterisk-<u></u>users</a><br>
</div></div></blockquote></div><br></div>